Skip to content

Instantly share code, notes, and snippets.

/*
* Viktor's Roam Mobile Long tap to Exluce Filters and Right click on bullets + pages + title
* version: 0.3
* author: @ViktorTabori
*
* How to install it:
* - go to page [[roam/js]]
* - create a node with: { {[[roam/js]]}}
* - create a clode block under it, and change its type from clojure to javascript
* - allow the running of the javascript on the {{[[roam/js]]}} node
@jdsimcoe
jdsimcoe / Roam-youtube-resizer.css
Created June 5, 2020 22:41 — forked from ciceronianus/Roam-youtube-resizer.css
Roam - make Youtube video larger by @CatoMinor3
/* How to use: Simply put #make:yt-large infront of {{youtube: }} */
[data-tag*="make:yt-large"] ~ div iframe
{
width: 700px;
height: 400px;
}
@jdsimcoe
jdsimcoe / jon-roam-daily-template.md
Created February 29, 2020 00:51 — forked from jborichevskiy/jon-roam-daily-template.md
The daily template I use for Roam Research https://roamresearch.com/
  • Weekly Agenda (created on a different day, and embedded with /Block Reference)
  • [[Morning Questions]] [[2/24 -- 3/1/2020]]
    • {{[[slider]]}} How many hours of sleep did I get?
    • [[What's one thing top of mind today?]]
    • [[What's the one thing I need to get done today to make progress?]]
  • Agenda
    • {{[[TODO]]}} 2 hours focused time
    • {{[[TODO]]}} Read 30 minutes #goal-learning #habit
  • Health & self-care
  • {{[[TODO]]}} 30 minutes outside #goal-health #habit
@jdsimcoe
jdsimcoe / jon-roam-daily-template.md
Created February 29, 2020 00:51 — forked from jborichevskiy/jon-roam-daily-template.md
The daily template I use for Roam Research https://roamresearch.com/
  • Weekly Agenda (created on a different day, and embedded with /Block Reference)
  • [[Morning Questions]] [[2/24 -- 3/1/2020]]
    • {{[[slider]]}} How many hours of sleep did I get?
    • [[What's one thing top of mind today?]]
    • [[What's the one thing I need to get done today to make progress?]]
  • Agenda
    • {{[[TODO]]}} 2 hours focused time
    • {{[[TODO]]}} Read 30 minutes #goal-learning #habit
  • Health & self-care
  • {{[[TODO]]}} 30 minutes outside #goal-health #habit
@jdsimcoe
jdsimcoe / keybase.md
Created November 14, 2018 18:37
My public Keybase proof for GitHub: https://keybase.io/jd51mc03.

Keybase proof

I hereby claim:

  • I am jdsimcoe on github.
  • I am jd51mc03 (https://keybase.io/jd51mc03) on keybase.
  • I have a public key ASBcvfCiTgs1THmMiPf7czZmrb3ETDMl77vqM6bzN2nDQwo

To claim this, I am signing this object:

@jdsimcoe
jdsimcoe / mojave.sh
Created June 29, 2018 17:34
Mojave Dark MenuBar and Dock without Dark Theme
defaults write -g NSRequiresAquaSystemAppearance -bool YES
@jdsimcoe
jdsimcoe / generate-icns.sh
Last active August 18, 2016 15:14
Generating icons using iconutil.
iconutil -c icns icon.iconset
@jdsimcoe
jdsimcoe / build.js
Created May 12, 2016 18:39 — forked from 0gust1/build.js
metalsmith static website build, with livreload
var extname = require('path').extname;
var Metalsmith = require('metalsmith');
var myth = require('myth');
var http = require('http');
var templates = require('metalsmith-templates');
var markdown = require('metalsmith-markdown');
var watch = require('metalsmith-watch');
/**
@jdsimcoe
jdsimcoe / styles.less
Created December 22, 2015 19:36
My styles.less for Atom.
/*
* Your Stylesheet
*
* This stylesheet is loaded when Atom starts up and is reloaded automatically
* when it is changed and saved.
*
* Add your own CSS or Less to fully customize Atom.
* If you are unfamiliar with Less, you can read more about it here:
* http://lesscss.org
*/
@jdsimcoe
jdsimcoe / newstack.css
Created October 16, 2015 23:07
Here is a new font stack to hit some nice system defaults on OS X, Android, Chrome OS, and Windows.
font-family: -apple-system, 'SFNSText-Regular', 'Helvetica Neue', 'Roboto', 'Segoe UI', sans-serif;