mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-09-05 09:38:53 +00:00
Make recent tab limit configurable (#8698)
Make maxium number of tiddlers under the "Recent" tab configurable in the `$:/config/RecentLimit` tiddler. UI for configuring this option is also added under the "Settings" tab.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
title: $:/core/ui/ControlPanel/Settings/RecentLimit
|
||||
tags: $:/tags/ControlPanel/Settings
|
||||
caption: {{$:/language/ControlPanel/Settings/RecentLimit/Caption}}
|
||||
|
||||
\whitespace trim
|
||||
\procedure lingo-base() $:/language/ControlPanel/Settings/RecentLimit/
|
||||
<<lingo Hint>>
|
||||
|
||||
|tc-table-no-border|k
|
||||
|<$link to="$:/config/RecentLimit"><<lingo Caption>></$link> |<$edit-text tiddler="$:/config/RecentLimit" tag="input" type="number"/> |
|
||||
Reference in New Issue
Block a user