-
Notifications
You must be signed in to change notification settings - Fork 5
Plugin: Bookmarks
Dario Giovannetti edited this page Jun 28, 2021
·
2 revisions
This plugin is only available in the Server/Client version, i.e. it requires the database server component to be running.
The Bookmarks plugin allows saving bookmarks for each page and section, together with a short due-action tag, a due date and user notes. Delay time units must comply with https://momentjs.com/docs/#/durations/.
Each section shows the number of its currently saved bookmarks, and clicking on the "b" page/section command shows a detailed table where it is possible to edit and reschedule them.
The Main WM menu has a global table that shows all the saved bookmarks.
-
enabled
:true
-
bookmarkActionChoices
:["reply", "check for reply", "watch abuse", "review edit", "fix style", "fix content"]
The quick-choice bookmark action tags. -
defaultBookmarkDelay
:1 day
The default bookmark delay time. -
bookmarkDelayChoices
:["15 minutes", "1 hour", "6 hours", "1 day", "2 days", "3 days", "1 week", "2 weeks", "1 month"]
The quick-choice bookmark delay times. -
allTableShownFields
:["wgCanonicalNamespace", "wgTitle", "section_title", "action_due", "time_due"]
The fields shown by default in the global bookmarks table. -
pageTableShownFields
:["section_title", "action_due", "time_due", "notes"]
The fields shown by default in a page bookmarks table. -
sectionTableShownFields
:["action_due", "time_due", "notes"]
The fields shown by default in a section bookmarks table.