1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-23 03:03:14 +00:00

Added an edit template to sideways and cecily views

Before this change, tiddlers in the cecily and sideways views were
always shown in view mode, including draft tiddlers being editted,
which led to some errors
This commit is contained in:
Jeremy Ruston 2012-11-06 14:10:11 +00:00
parent bb10222b8d
commit 90d3db1baa
2 changed files with 2 additions and 2 deletions

View File

@ -3,5 +3,5 @@ title: CecilyView
"Cecily" provides a customisable ZoomableUserInterface to your tiddlers.
<<scrollable width:"100%" height:"400px" class:"tw-well"><
<<list filter:"[list[$:/StoryList]]" history:"$:/HistoryList" template:"CecilyTemplate" listview:cecily itemClass:"tw-tiddler-frame">>
<<list filter:"[list[$:/StoryList]]" history:"$:/HistoryList" template:"CecilyTemplate" editTemplate:"$:/templates/EditTemplate" listview:cecily itemClass:"tw-tiddler-frame">>
>>

View File

@ -3,5 +3,5 @@ title: SidewaysView
This view shows your tiddlers stacked horizontally.
<<scrollable width:"100%" height:"400px" class:"tw-well"><
<<list filter:"[list[$:/StoryList]]" history:"$:/HistoryList" template:"CecilyTemplate" listview:sideways itemClass:"tw-tiddler-frame">>
<<list filter:"[list[$:/StoryList]]" history:"$:/HistoryList" template:"CecilyTemplate" editTemplate:"$:/templates/EditTemplate" listview:sideways itemClass:"tw-tiddler-frame">>
>>