mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-11 18:00:26 +00:00
Docs updates
This commit is contained in:
parent
042698b508
commit
599f5978c9
@ -8,6 +8,8 @@ The ''Oxford ~TiddlyWiki Interest Group'' meets monthly for discussions and demo
|
|||||||
|
|
||||||
See https://oxtwig.eventbrite.co.uk/ for details of our next meeting.
|
See https://oxtwig.eventbrite.co.uk/ for details of our next meeting.
|
||||||
|
|
||||||
|
We have an email discussion list, too: https://groups.google.com/forum/#!members/oxtwig
|
||||||
|
|
||||||
! OXTWIG #2
|
! OXTWIG #2
|
||||||
|
|
||||||
The second OXTWIG meeting was held on Thursday 16th January 2014:
|
The second OXTWIG meeting was held on Thursday 16th January 2014:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
created: 20131219100608529
|
created: 20131219100608529
|
||||||
modified: 20140102214547249
|
modified: 20140224134148737
|
||||||
tags: howto
|
tags: howto
|
||||||
title: Installing TiddlyWiki on Node.js
|
title: Installing TiddlyWiki on Node.js
|
||||||
type: text/vnd.tiddlywiki
|
type: text/vnd.tiddlywiki
|
||||||
@ -12,11 +12,10 @@ type: text/vnd.tiddlywiki
|
|||||||
#> `sudo npm install -g tiddlywiki` (Mac/Linux)
|
#> `sudo npm install -g tiddlywiki` (Mac/Linux)
|
||||||
# Check TiddlyWiki is installed by typing:
|
# Check TiddlyWiki is installed by typing:
|
||||||
#> `tiddlywiki --version`
|
#> `tiddlywiki --version`
|
||||||
# In response, you should see TiddlyWiki report its current version (eg `5.0.4-beta`; you may also see other debugging information reported)
|
# In response, you should see TiddlyWiki report its current version (eg `5.0.8-beta`; you may also see other debugging information reported)
|
||||||
# Try it out:
|
# Try it out:
|
||||||
## `mkdir mywiki` to create a folder for a new wiki
|
## `tiddlywiki mynewwiki --init server` to create a folder for a new wiki that includes server-related components
|
||||||
## `cd mywiki` to move into the new folder
|
## `tiddlywiki mynewwiki --server` to start TiddlyWiki
|
||||||
## `tiddlywiki --server` to start TiddlyWiki
|
|
||||||
## Visit http://127.0.0.1:8080/ in your browser
|
## Visit http://127.0.0.1:8080/ in your browser
|
||||||
## Try editing and creating tiddlers
|
## Try editing and creating tiddlers
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
created: 20131129094353704
|
created: 20131129094353704
|
||||||
modified: 20131219100410583
|
modified: 20140224134310019
|
||||||
title: TiddlyWiki on Node.js
|
title: TiddlyWiki on Node.js
|
||||||
type: text/vnd.tiddlywiki
|
type: text/vnd.tiddlywiki
|
||||||
|
|
||||||
@ -20,9 +20,3 @@ Running TiddlyWiki on [[Node.js]] brings several important benefits over and abo
|
|||||||
! Upgrading
|
! Upgrading
|
||||||
|
|
||||||
{{Upgrading TiddlyWiki on Node.js}}
|
{{Upgrading TiddlyWiki on Node.js}}
|
||||||
|
|
||||||
! Commands
|
|
||||||
|
|
||||||
The following commands are available:
|
|
||||||
|
|
||||||
<ul><$list filter="[tag[command]]"><li><$link to={{!!title}}><$view field="title"/></$link></li></$list></ul>
|
|
||||||
|
@ -55,3 +55,10 @@ And a paragraph of text.
|
|||||||
! Changed commands for [[TiddlyWiki on Node.js]]
|
! Changed commands for [[TiddlyWiki on Node.js]]
|
||||||
|
|
||||||
The handling of wiki folders has changed. Previously, if the `tiddlywiki` command was run against a wiki folder that didn't have the necessary `tiddlywiki.info` file then it would be automatically created. Now, the wiki folder must be initialised with the InitCommand.
|
The handling of wiki folders has changed. Previously, if the `tiddlywiki` command was run against a wiki folder that didn't have the necessary `tiddlywiki.info` file then it would be automatically created. Now, the wiki folder must be initialised with the InitCommand.
|
||||||
|
|
||||||
|
This is how to create and start a new server-based wiki:
|
||||||
|
|
||||||
|
```
|
||||||
|
tiddlywiki mywikifolder --init server
|
||||||
|
tiddlywiki mywikifolder --server
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user