mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Docs: Clarify Node.js docs
This commit is contained in:
parent
d704507069
commit
c16c2fe5e6
@ -1,5 +1,5 @@
|
|||||||
created: 20131129094353704
|
created: 20131129094353704
|
||||||
modified: 20191022095309607
|
modified: 20200318115527226
|
||||||
tags: Platforms
|
tags: Platforms
|
||||||
title: TiddlyWiki on Node.js
|
title: TiddlyWiki on Node.js
|
||||||
type: text/vnd.tiddlywiki
|
type: text/vnd.tiddlywiki
|
||||||
@ -10,11 +10,7 @@ Running TiddlyWiki on [[Node.js]] brings several important benefits over and abo
|
|||||||
* Individual tiddlers are stored in separate files, which you can organise as you wish
|
* 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
|
* The ability to build multiple wikis that blend different combinations of shared and unique content
|
||||||
|
|
||||||
There are a few file system limitations you should be aware of that are related to how TiddlyWiki was designed:
|
<<.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.""">>
|
||||||
|
|
||||||
* The best, most general way to interact with a running wiki is via the HTTP or JavaScript API, rather than manipulating the file store directly
|
|
||||||
* Any modification to the contents of the wiki folder (e.g. images) might thus sometimes require that your restart the node.js server
|
|
||||||
* TiddlyWiki might support manipulating the file store directly in the future
|
|
||||||
|
|
||||||
For more information see:
|
For more information see:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user