Coder Social home page Coder Social logo

ao-roam's Introduction

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

ao-roam's People

Contributors

dependabot[bot] avatar subtlegradient avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.