mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-27 02:14:41 +00:00
Innerwiki: Add support for draggable anchors
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
title: $:/plugins/tiddlywiki/innerwiki/inner-example
|
||||
|
||||
<$innerwiki width="1200" height="400" style="width:100%;">
|
||||
<$anchor x="screenshot-inner-anchor-1-x" y="screenshot-inner-anchor-1-y"/>
|
||||
<circle cx={{screenshot-inner-anchor-1-x}} cy={{screenshot-inner-anchor-1-y}} r="50" stroke="blue" stroke-width="2" fill="green" />
|
||||
<$data title="HelloThere" text="! This tiddler is inside a wiki that is inside a wiki that is inside a wiki"/>
|
||||
<$data title="$:/DefaultTiddlers" text="HelloThere"/>
|
||||
<$data title="$:/palette" text="$:/palettes/SolarFlare"/>
|
||||
|
||||
Reference in New Issue
Block a user