Important
2024-02-21: project archived; New plugin here: https://github.com/gapmiss/livecodes-playground
Livecodes REPL playground plugin for Obsidian.md
Read about why Livecodes, it's features and how to self-host
⚠️ Notice: The Livecodes codebase can be self-hosted but is not 100% off-line. Internet connection is required.
Livecodes: Open template in livecodes
Livecodes: New blank project in livecodes
See starter templates here: gapmiss/livecodes-for-obsidian/templates
Download pre-release beta plugin from: livecodes-for-obsidian-v0.1.0-beta.zip or gapmiss/livecodes-for-obsidian/releases
Once downloaded to one's local machine, follow these steps to install:
- extract the downloaded archive (
livecodes-for-obsidian-v0.1.0-beta.zip
) - move the extracted folder/directory to
/path/to/vault/.obsidian/plugins
- In Obsidian settings > Community plugins, enable the Livecodes plugin
- Ensure BRAT is installed
- Trigger the command
Obsidian42 - BRAT: Add a beta plugin for testing
- Enter this repository,
gapmiss/livecodes-for-obsidian
- Enable Livecodes plugin in community plugin list
Please submit issues, bug reports, feature requests, etc. to gapmiss/livecodes-for-obsidian/issues
cd /path/to/vault/.obsidian/plugins
git clone https://github.com/gapmiss/livecodes-for-obsidian.git
cd livecodes-for-obsidian
npm install
npm run dev