Edit shadow tiddler: $:/core/ui/SideBar/Recent
Add limit=7 like this:
<$macrocall $name="timeline" limit=7 format={{$:/language/RecentChanges/DateFormat}}/>
worked on: Tiddlywiki 5.1.14
Add to StyleSheet tiddler:
#sidebarTabs .button {
margin:0em 0.2em;
padding:0.2em 0.3em;
display:block;
}
Replace in PageTemplate tiddler, similar line, like this, with this:
<div id='sidebarTabs' refresh='macro' force='true' macro='slider chkSideBarTabs
SideBarTabs "index »" "display lists of tiddlers"'></div>
If you have to link to a permalink like this: http://tiddlywiki.org/#[[TiddlyWiki%20Markup]]
Use this markup:
[[Markup|http://tiddlywiki.org/#%5B%5BTiddlyWiki%20Markup%5D%5D]]
ColorPalette tiddler
PrimaryLight: #000 (at the top)
PrimaryMid: #025 ( to the bottom)
%s:\(\[\[\)\([a-zA-Z0-9_ ()]*\)\(|\)\([a-zA-Z0-9_\-\:\.\/ \~\?\=\&\%]*\)\(\]\]\):\1\4\3\2\5:g
%s:\(!!!\)\(.*\):=== \2 === %s:\(!!\)\(.*\):== \2 == %s:\(!\)\(.*\):= \2 =
No need for history or tracking old revisions in your MoinMoin Desktop wiki? This will keep the current page as 00000001. No rev page will be made.
\moinmoin\MoinMoin\PageEditor.py
979 if not was_deprecated: 980 if self.do_revision_backup or rev == 0: 981 rev += 1 982 #revstr = '%08d' % rev # <<< comment out this line 983 revstr = '%08d' % 1 # <<< Add this line
In wikiconfig.py add:
anonymous_session_lifetime = 999
cookie_lifetime = (999, 999) # (anonuser, loggedinuser)