I think “1/69” can be edited and redirected, such as “19/69” or “50/69”
Instead of clicking the “flip to next page” button 18 times to go to page 19, and then clicking the “flip to next page” button 21 times to go to page 50
For this situation, I roughly remember which page the plugin I am following is on, but I don’t remember the name very clearly. I can directly jump to the plugin’s page without constantly clicking the mouse
Perhaps it’s to record the popular plugins in one’s own tiddlywiki, and then copy, paste, and search for them one by one when browsing the plugin library for the second time, which may be a bit cumbersome
<$button>
<$action-setfield $tiddler="$:/state/tab-1749438307" $field="text" $value="$:/core/ui/ControlPanel/Appearance"/>
<$action-navigate $to="$:/ControlPanel"/>
Go to Control Panel "Appearance" tab
</$button>
This is taken from the tiddlywiki.com. This button will open the control panel directly to the “Appearance” tabs
You can modify it according to your requirement.
It seems that using tiddlywiki syntax to write the numeric jump box for this page is more complex. The page number appears in the sub tab of the console’s sub tab, and it only displays “1/69” after loading the plugin library (currently the first page/there are a total of 69 pages)
<$button>
<$action-setfield $tiddler="$:/state/tab-1749438307" $field="text" $value="$:/plugins/Gk0Wk/CPL-Repo/panel"/>
<$action-navigate $to="$:/ControlPanel"/>
Go to Control Panel "CPL" tab
</$button>
When I switch between the sub tags’ Plugin Database ‘,’ Uninstall ‘, and’ Settings’ under CPL, ‘$:/state/tab-1749438307’ does not change
The next step is to click on the sub tag “Plugin Database”. The page number “1/69” that cannot be switched will only be displayed after the image source is loaded