Skip to content

subtleGradient/ao-roam

Folders and files

NameName
Last commit message
Last commit date
Feb 11, 2021
Nov 28, 2020
Jun 21, 2020
Jun 21, 2020
Jul 2, 2020
Jun 23, 2020
Feb 11, 2021
Nov 22, 2020
Feb 11, 2021
Nov 6, 2020
Nov 22, 2020
Nov 22, 2020
Feb 11, 2021
Feb 11, 2021
Jun 24, 2020
Nov 29, 2020
Jun 22, 2020
Feb 13, 2021
Feb 13, 2021

Repository files navigation

vivify for RoamReseach

It turns your Roam graph into a personal rapid development environment for building itself.

It's really hard to describe 😜

Here's a video about one tiny piece of it:

Vivify Roam preview 1 - Watch Video

How to enable it using [[roam/js]]

  1. Add a {{[[roam/js]]}} tag
  2. Add a child block to it with this code...
import("https://cdn.jsdelivr.net/gh/subtleGradient/ao-roam@fc266accb87db20abda8afcd885009de5bf58db1/index.js")
  .then(({ roam_onInit }) => roam_onInit())
  .catch((e) => console.error(e))
  1. Press the big red button
  2. Change fc266accb87db20abda8afcd885009de5bf58db1 to the latest hash whenever you're ready to upgrade

How to enable it using Tampermonkey

// ==UserScript==
// @name         vivify/onInit
// @namespace    https://subtlegradient.com
// @version      0.2.4
// @description  init vivify
// @author       Thomas Aylott
// @match        https://roamresearch.com/
// @grant        none
// ==/UserScript==

import("https://cdn.jsdelivr.net/gh/subtleGradient/ao-roam@fc266accb87db20abda8afcd885009de5bf58db1/index.js")
  .then(({ roam_onInit }) => roam_onInit())
  .catch((e) => console.error(e))

Be sure to change fc266accb87db20abda8afcd885009de5bf58db1 to the latest hash whenever you're ready to upgrade

About

"Vivify" extensions for RoamResearch 😜

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published