mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Bring in a demo area for the Cecily view
This commit is contained in:
parent
f603854729
commit
f418f5493e
@ -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…
Reference in New Issue
Block a user