8000 GitHub - clutterstack/TiddlyWikiLinks: TiddlyWiki Links
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

clutterstack/TiddlyWikiLinks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 run serve

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.6%
  • Shell 0.4%
0