Skip to content

TODO

Tutorial


cd ~
mkdir Projects
cd Projects
mkdir tiddlytest
cd tiddlytest
git clone https://github.com/Jermolene/TiddlyWiki5.git
npm install -g tiddlywiki
mkdir testwiki
cd testwiki
npx tiddlywiki --init
cp -r ../TiddlyWiki5/plugins .
tiddlywiki \
    +plugins/tiddlywiki/filesystem \
    +plugins/tiddlywiki/tiddlyweb \
    . --listen


Examples

Server + Docker

Plugins

My Config

"tiddlywiki/highlight",  
"danielo515/ContextPlugin" https://github.com/danielo515/TW5-contextPlugin.git  
"felixhayashi/hotzone", https://github.com/felixhayashi/TW5-HotZone.git  
"flibbles/relink", https://github.com/flibbles/tw5-relink.git  
"snowgoon88/edit-comptext", https://github.com/snowgoon88/TW5-extendedit.git  
"sk/WhiteList",  
"felixhayashi/topstoryview",  
"felixhayashi/tiddlymap"  
"felixhayashi/vis"

Social Media Message Format

{
    "created": "20230127075306067",
    "text": "This is some text",
    "tags": "FirstTag",
    "title": "Paul Was Here",
    "modified": "20230127075407462",
    "type": "text/vnd.tiddlywiki",
    "TestKey": "TestValue",
    "SecondKey": "SecondValue"
}

Server Version .tid file


created: 20240124175736920
key001: value001
modified: 20240124175906851
tags: tag001
title: Test Tiddler
type: text/vnd.tiddlywiki

[Getting Started](../Getting Started)

Does these messages work?

Description

Tiddlywiki

What is the best way to set up a blog / website with Tiddlywiki?

tiddlywiki | Just a Blog in the Park

"tiddlywiki/highlight",
       "danielo515/ContextPlugin" https://github.com/danielo515/TW5-contextPlugin.git
       "felixhayashi/hotzone", https://github.com/felixhayashi/TW5-HotZone.git
       "flibbles/relink", https://github.com/flibbles/tw5-relink.git
       "snowgoon88/edit-comptext", https://github.com/snowgoon88/TW5-extendedit.git
       "sk/WhiteList",
       "felixhayashi/topstoryview",
       "felixhayashi/tiddlymap"
       "felixhayashi/vis",

git clone https://github.com/danielo515/TW5-contextPlugin.git
git clone https://github.com/flibbles/tw5-relink.git
git clone https://github.com/snowgoon88/TW5-extendedit.git