1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-24 02:27:19 +00:00

Bring in a demo area for the Cecily view

This commit is contained in:
Jeremy Ruston 2012-10-25 23:05:26 +01:00
parent f603854729
commit f418f5493e
3 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -0,0 +1,3 @@
title: CecilyView
<<list filter:"[tag[docs]]" template:"$:/templates/ViewTemplate" listview:cecily>>

View File

@ -1,6 +1,7 @@
title: $:/DefaultTiddlers
HelloThere
CecilyView
Introduction
Improvements
Docs