Skip to content

Inkdrop (note taking app) plugin that allows you to execute javascript right in your notes.

License

Notifications You must be signed in to change notification settings

TimeBomb/inkdrop-runjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Execute javascript in your Inkdrop notes. Leverages npm's vm2 module to act as a secure sandbox when executing your javascript.

Install

ipm install runjs

Usage

```runjs
[1,2,3].map(number => number + 1)
```

Will be executed in a secure sandbox and rendered as:

[2, 3, 4]

About

Inkdrop (note taking app) plugin that allows you to execute javascript right in your notes.

Resources

License

Stars

Watchers

Forks

Packages

No packages published