이 문서는 https://tiddlywiki.com/languages/ko-KR/에서 티들리위키의 정적 HTML 표현의 일부입니다

TiddlyWiki on Node.js

2022년 6월 17일 오전 11:44

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: