1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-07 12:34:22 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/nodejs/TiddlyWiki on Node.js.tid

24 lines
1.1 KiB
Plaintext
Raw Normal View History

2013-11-29 12:26:48 +00:00
created: 20131129094353704
modified: 20150412185457193
tags: Platforms
2013-12-12 09:48:08 +00:00
title: TiddlyWiki on Node.js
2013-11-29 12:26:48 +00:00
type: text/vnd.tiddlywiki
2013-12-19 10:08:14 +00:00
Running TiddlyWiki on [[Node.js]] brings several important benefits over and above the single file version:
* You can edit your content on any suitably compatible HTML5 browser, including smartphones and tablets
* 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
There are a few file system limitations you should be aware of that are related to how TiddlyWiki was designed:
* 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
2014-09-12 15:05:37 +00:00
For more information see:
2013-11-29 12:26:48 +00:00
2014-09-16 12:24:53 +00:00
* [[Installing TiddlyWiki on Node.js]]
* [[Using TiddlyWiki on Node.js]]
* [[Upgrading TiddlyWiki on Node.js]]