Roam Toolkit - Roam force multiplier
Browser extension designed to improve your experience of using Roam Research
It's available in their respective extension stores for both Chrome & Firefox
- Fuzzy Date functionality
- Date increment/decrement
- If there is only 1 date in the block - place the cursor anywhere withing it and press
Ctrl-Alt-Up/Down
, if there is more then 1 date - you need to place the cursor within the name of the date.
- If there is only 1 date in the block - place the cursor anywhere withing it and press
- Spaced repetition
- Anki SRS algorithm & Shortcuts
- Leitner System automation shortcuts
- Block actions: Delete, Duplicate, Copy Block Reference
- Task estimates
- Custom CSS
- Live Preview of pages
See CONTRIBUTING.md for details on how to start contributing.
-
Checkout the repository
-
In terminal or command prompt run the following commands:
npm install # Install dependencies npm run prod # Transpile the code
- Go to: chrome://extensions
- Toggle: "developer mode" on.
- Click on: "Load unpacked"
- Select the newly created folder "dist" from the project folder.
- That's it.
- Go to: about:debugging
- Select: "Enable add-on debugging"
- Click on: "Load Temporary Add-on…"
- Open the newly created folder "dist" from the project folder, and choose the "manifest.json" file.
- That's it.