mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-28 21:03:21 -08:00
Fix links to tw.com from tw.com/dev
This commit is contained in:
parent
93c9d8f0bf
commit
4d2e4fc0bb
1 changed files with 2 additions and 2 deletions
|
|
@ -4,14 +4,14 @@ tags: howto
|
|||
title: How to create plugins in the browser
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
The recommended technique for building TiddlyWiki plugins involves running [[TiddlyWiki on Node.js]], but there is now an experimental technique for creating plugins directly in the browser.
|
||||
The recommended technique for building TiddlyWiki plugins involves running [[TiddlyWiki on Node.js|http://tiddlywiki.com/#TiddlyWiki%20on%20Node.js]], but there is now an experimental technique for creating plugins directly in the browser.
|
||||
|
||||
! Overview
|
||||
|
||||
Loading a plugin in the browser has several consequences:
|
||||
|
||||
* The original plugin tiddler itself is unchanged
|
||||
* The payload tiddlers are set up as individual ShadowTiddlers
|
||||
* The payload tiddlers are set up as individual [[ShadowTiddlers|http://tiddlywiki.com/#ShadowTiddlers]]
|
||||
|
||||
To make a modified copy of a plugin, one edits the constituent shadow tiddlers (doing this actually overrides the shadow tiddler with a new non-shadow tiddler containing the modified content). The repacking process retrieves the current value of all the shadow tiddlers included in the plugin, and then bundles the new values back into the original plugin tiddler.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue