Updates & Support
Bookmarks
MokuDocs includes a built-in bookmark system. Readers can save any doc page to their browser — no account or login required. Bookmarks persist between sessions using local storage.
How bookmarks work
Each doc detail page includes a bookmark toggle. Clicking it saves the page to the reader's browser local storage. The toggle reflects saved state on return visits — no server, no account required.
Toast notifications
When a reader bookmarks a doc, a toast notification appears confirming the action. An undo option is available within the toast. The toast auto-dismisses after a few seconds.
Viewing saved docs
Bookmarked docs are accessible from the Bookmarks view in the docs navigation. Pages appear in the order they were saved and persist until the reader removes them or clears their browser storage.
Customising the system
The bookmark system is built on localStorage. Buyers can adjust the storage key, toast duration, and UI behaviour by editing BookmarkToggle.tsx, BookmarkedRow.tsx, and ToastHost.tsx in the Framer project.
