mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
8af7054efa
* Doc restructuring Plugin Install using core Libraries and with Node.js * fixing typos and concerns raised by Jeremy
23 lines
923 B
Plaintext
23 lines
923 B
Plaintext
created: 20131129094353704
|
|
modified: 20220617114433107
|
|
tags: Platforms
|
|
title: TiddlyWiki on Node.js
|
|
type: text/vnd.tiddlywiki
|
|
|
|
\rules except wikilink
|
|
|
|
Running TiddlyWiki on [[Node.js]] brings several important benefits over and above the single file version:
|
|
|
|
* Individual tiddlers are stored in separate files, which you can organise as you wish
|
|
|
|
* The ability to build multiple wikis that blend different combinations of shared and unique content
|
|
|
|
* You can edit your content on any modern browser, including smartphones and tablets
|
|
|
|
|
|
<<.warning """Note that TiddlyWiki on Node.js doesn't currently support directly modifying the tiddler files via the file system while it is running. The server must be restarted in order to for changes to take effect. The recommended way to interact with a running wiki is via the HTTP or JavaScript APIs.""">>
|
|
|
|
For more information see:
|
|
|
|
<<list-links "[tag[TiddlyWiki on Node.js]]">>
|