Skip to content

btheado/tweve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This TiddlyWiki plugin embeds a sample Eve program into a Tiddlywiki widget. See https://btheado.github.io/tweve/ for a demo.


Instructions for building from source

Install Node for your platform, then clone and build this repository:

git clone https://github.com/btheado/tweve.git
cd tweve
npm install

You can start the TiddlyWiki server and view a sample use of the plugin:

npm run build
npm run tw_start

Then open http://127.0.0.1:8087 in your browser.

Or you can bundle TiddlyWiki and the Eve plugin together into a single, self-modifiable html file:

npm run build
npm run build:index

Then open the wiki/output/index.html file in your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published