-
-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run roam-toolkit over roam/js #164
Comments
You can run it now via the following roam/js snippet: (How to use roam/js) var s = document.createElement('script')
s.type = "text/javascript"
// Version with all features enabled
// s.src = "https://roam-toolkit.glitch.me/entry.js"
// Version with Spatial Mode & Live preview disabled
s.src = "https://roam-toolkit.glitch.me/no_preview_spatial.js"
s.async = true
document.getElementsByTagName('head')[0].appendChild(s) Known issues:
|
Would it be possible to add settings to the roam/js version somehow? I absolutely love the Roam Toolkit SRS but am not a VIM user and would like to turn it off. I've been using the extension for a long time and would love to keep using it in Roam desktop (which lacks extension support). |
It's definitely possible, but I'm not sure If I'd have capacity to work on
this soon :(
…On Wed, Jun 2, 2021, 15:51 Can Sar ***@***.***> wrote:
Would it be possible to add settings to the roam/js version somehow? I
absolutely love the Roam Toolkit SRS but am not a VIM user and would like
to turn it off. I've been using the extension for a long time and would
love to keep using it in Roam desktop (which lacks extension support).
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#164 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAT3Q4USZDIANS56XJIMSTTQ2YWNANCNFSM4SBK4CBA>
.
|
@Stvad, how did you build the code that's displayed there? I'm wanting to build my own version which I can host, so that I can then change the settings I want. |
@RobertKirk See |
@Stvad thanks a lot! |
@RobertKirk Did you end up building a version without VIM mode activated? If so, would you share the .js script? |
I wanted vim mode activated, but I haven't gotten around to it, sorry. |
#133 has some initial investigations/thoughts
The text was updated successfully, but these errors were encountered: