bimlas / TiddlyWikiLinks

TiddlyWiki Links

Home Page:https://links.tiddlywiki.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TiddlyWiki Links

Setup

Clone this repository and install its dependencies:

npm install

To install subsequent upstream changes from TiddlyWiki 5:

npm update

Develop

To build the app locally and serve it over HTTP:

npm start

To edit tiddlers over HttP without downloading link tiddlers. You must have previously downloaded the link tiddlers via npm start or other command. A random port will be used if port 8080 is unavailable.

npm run edit

Build

To build the app locally:

npm run build

The output files will be in /output.

It is recommended to view the output files via the HTTTP server. The links in the output files won't work correctly if they are viewed via the file:// protocol (in particular, unlike a webserver, the file:// protocol does not automatically add /index.html to URLs that reference a directory).

About

TiddlyWiki Links

https://links.tiddlywiki.com

License:MIT License


Languages

Language:JavaScript 99.6%Language:Shell 0.4%