Overview
Sync an individual tiddler with a Memory from its toolbar. The first click creates the Memory and links it to the tiddler. After that, the button shows whether both copies match, which side is newer, or both sides changed.
The plugin checks only tiddlers that are currently open. It does not poll or scan your whole wiki.
Install
- Start Nowledge Mem, then open the tw-nowledge installation page and your TiddlyWiki side by side.
- Drag the Markdown Transformer card into your wiki by its double-chevron handle, then select Import.
- Drag the tw-nowledge card into your wiki, then select Import.
- Save and reload your wiki. A Node.js TiddlyWiki saves through its server; a static HTML TiddlyWiki uses its normal save button.
When installation succeeds, every saved, non-system tiddler shows a Mem + button in its toolbar.
Synchronize a tiddler
| Button | What it means | What a click does |
|---|---|---|
Mem + |
The tiddler is not linked | Create a Memory |
Mem ✓ |
Both copies match | Make no changes |
Mem NEW |
The TiddlyWiki copy is newer | Push it to Nowledge Mem |
Mem OLD |
The Memory is newer | Pull it into the tiddler |
Mem ! |
Both copies changed | Report a conflict and change neither copy |
Each click checks the current Memory state again before it writes anything.
Requirements
- Nowledge Mem is running locally at
http://127.0.0.1:14242. - The default space is
default, and the default Wiki identity is derived automatically.
For a remote server, a custom space, or a shared identity with the tiddlynmem importer, follow the configuration guide.