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
print-window-tiddler
Jeremy Ruston 2012-11-06 14:10:11 +00:00
rodzic bb10222b8d
commit 90d3db1baa
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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

Wyświetl plik

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