All Projects → roam-unofficial → Roam Toolkit

roam-unofficial / Roam Toolkit

Licence: mit
Roam force multiplier

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Roam Toolkit

Uget Chrome Wrapper
Moved to https://github.com/ugetdm/uget-integrator and https://github.com/ugetdm/uget-extension
Stars: ✭ 74 (-81.03%)
Mutual labels:  extension, chrome, firefox
Github Mermaid Extension
A browser extension for Chrome, Opera & Firefox that adds Mermaid language support to Github
Stars: ✭ 170 (-56.41%)
Mutual labels:  extension, chrome, firefox
Redux Webext
Redux for WebExtensions
Stars: ✭ 101 (-74.1%)
Mutual labels:  extension, chrome, firefox
Himawari 8 Chrome
🛰 Experience the latest image from the Himawari, GOES, Meteosat, and DSCOVR satellites
Stars: ✭ 48 (-87.69%)
Mutual labels:  extension, chrome, firefox
Surfingkeys
Map your keys for web surfing, expand your browser with javascript and keyboard.
Stars: ✭ 3,787 (+871.03%)
Mutual labels:  extension, chrome, firefox
Mue
Fast, open and free-to-use new tab page for modern browsers
Stars: ✭ 56 (-85.64%)
Mutual labels:  extension, chrome, firefox
Kdeconnect Chrome Extension
A browser extension to send pages and content from your browser to connected KDE Connect devices.
Stars: ✭ 124 (-68.21%)
Mutual labels:  extension, chrome, firefox
Nighttab
A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.
Stars: ✭ 598 (+53.33%)
Mutual labels:  extension, chrome, firefox
Emoji Helper
A small cross-browser emoji cheatsheet extension 👍
Stars: ✭ 194 (-50.26%)
Mutual labels:  extension, chrome, firefox
Rester
A REST client for almost any web service (Firefox and Chrome Extension)
Stars: ✭ 192 (-50.77%)
Mutual labels:  extension, chrome, firefox
Advent Of Code Charts
Inject charts in your private leaderboard page for Advent of Code
Stars: ✭ 46 (-88.21%)
Mutual labels:  extension, chrome, firefox
Extension Create
Create modern cross-browser extensions with no build configuration.
Stars: ✭ 167 (-57.18%)
Mutual labels:  extension, chrome, firefox
Web Extension Starter
🖥🔋Web Extension starter to build "Write Once Run on Any Browser" extension
Stars: ✭ 987 (+153.08%)
Mutual labels:  extension, chrome, firefox
Ublock
uBlock: a fast, lightweight, and lean blocker for Chrome, Firefox, and Safari.
Stars: ✭ 8,075 (+1970.51%)
Mutual labels:  extension, chrome, firefox
Ext Saladict
🥗 All-in-one professional pop-up dictionary and page translator which supports multiple search modes, page translations, new word notebook and PDF selection searching.
Stars: ✭ 8,418 (+2058.46%)
Mutual labels:  extension, chrome, firefox
Web Extension Starter
Typescript, React, Redux, Styled-Component and Webpack based sample extension boilerplate. Runs on Chrome and Firefox. Sample chrome extension.
Stars: ✭ 115 (-70.51%)
Mutual labels:  extension, chrome, firefox
Web Developer
A browser extension that adds various web developer tools to a browser.
Stars: ✭ 532 (+36.41%)
Mutual labels:  extension, chrome, firefox
Bettertweetdeck
A browser extension to improve TweetDeck with a lot of features
Stars: ✭ 558 (+43.08%)
Mutual labels:  extension, chrome, firefox
Gopassbridge
A web extension for firefox and chrome to insert login credentials from gopass
Stars: ✭ 182 (-53.33%)
Mutual labels:  extension, chrome, firefox
Preact Devtools
Browser extension for inspection Preact applications
Stars: ✭ 204 (-47.69%)
Mutual labels:  extension, chrome, firefox

Roam Toolkit - Roam force multiplier

Browser extension designed to improve your experience of using Roam Research

WalkThrough

Watch the video

Document in the video

Installation

It's available in their respective extension stores for both Chrome & Firefox

Features

Date Manipulation

You can create dates using natural language:

Replace mode:

You can also increment or decrement dates:

  • While editing a block, press Ctrl-Alt-Up/Down to increment/decrement any date inside. If a block has multiple dates, place your cursor on the date.

Spaced Repetition

Implements SM2 Spaced repetition algorithm (Anki version) as described here: https://docs.ankiweb.net/#/faqs?id=what-spaced-repetition-algorithm-does-anki-use for Roam blocks.
Put a cursor inside the block and pres Ctrl+Shift+ [number between 1 and 4 signifying ease of remembering this card], and the plugin is going to reschedule the Block accordingly (tagging it with the appropriate date, and some metadata tags)

Watch the video for more details: Watch the video for details on how to use it

Live Preview of pages

Vim Style keyboard shortcuts

For more details, see the full video

Spatial Graph Sidebar

You can layout sidebar pages in a mind map (Full Video):

Use the keyboard to navigate. Also save and restore layouts with Ctrl+Shift+s/Ctrl+Shift+o:

Firefox isn't supported yet

Other Features

  1. Block actions: Delete, Duplicate, Copy Block Reference
  2. Task estimates

Contributing

See CONTRIBUTING.md for details on how to start contributing.

Running the development version

  1. Checkout the repository

  2. In terminal or command prompt run the following commands:

    npm install # Install dependencies
    npm run prod # Transpile the code
    

Load extension into the browser

Chrome

  1. Go to: chrome://extensions
  2. Toggle: "developer mode" on.
  3. Click on: "Load unpacked"
  4. Select the newly created folder "dist" from the project folder.
  5. That's it.

Firefox

  1. Go to: about:debugging
  2. Select: "Enable add-on debugging"
  3. Click on: "Load Temporary Add-on…"
  4. Open the newly created folder "dist" from the project folder, and choose the "manifest.json" file.
  5. That's it.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].