As a follow-up to my topic for creating a centered layout, I was able to adapt this into a layout using the $:/tags/Layout alternative page layouts mechanism. It works by using a modified $:/core/ui/PageTemplate/story
, that combines the sidebar with an additional div.
CenterPageLayout.tid (1.4 KB)
CenterPageStory.tid (695 Bytes)
My only problem is I would like to re-write this line in CenterPageLayout so it does not rely so heavily on using the title operator. I would like to store this list of tiddlers in a field in the same CenterPageLayout tiddler, but I haven’t been able to get this to work.
<$list filter="[title[$:/core/ui/PageTemplate/topleftbar]] [title[$:/core/ui/PageTemplate/toprightbar]] [title[CenterPageStory]] [title[$:/core/ui/PageTemplate/alerts]] [title[$:/core/ui/PageTemplate/drafts]] [title[$:/core/ui/PageTemplate/pluginreloadwarning]]" variable="listItem">