mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-06 09:13:38 -08:00
Bring in a demo area for the Cecily view
This commit is contained in:
parent
f603854729
commit
f418f5493e
3 changed files with 5 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ CecilyListView.prototype.lookupTiddlerInMap = function(title,domNode) {
|
|||
w: 300,
|
||||
h: 300
|
||||
};
|
||||
this.newTiddlerPosition.x += domNode.offsetWidth/2;
|
||||
this.newTiddlerPosition.x += domNode.offsetWidth;
|
||||
break;
|
||||
}
|
||||
// Return the position
|
||||
|
|
|
|||
3
tw5.com/tiddlers/samples/CecilyView.tid
Normal file
3
tw5.com/tiddlers/samples/CecilyView.tid
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
title: CecilyView
|
||||
|
||||
<<list filter:"[tag[docs]]" template:"$:/templates/ViewTemplate" listview:cecily>>
|
||||
|
|
@ -1,6 +1,7 @@
|
|||
title: $:/DefaultTiddlers
|
||||
|
||||
HelloThere
|
||||
CecilyView
|
||||
Introduction
|
||||
Improvements
|
||||
Docs
|
||||
Loading…
Add table
Add a link
Reference in a new issue