A minimal Logseq plugin that hides unused sidebar elements for a cleaner workspace.
- Hide elements: Journals, Whiteboards, Flashcards, Graph, All Pages, Create button
- Sort favorites: Alphabetically or manually
- Filter recents: Exclude favorites from recent pages
- Clean UI: Hide checkboxes and menu buttons
- Open Logseq → Settings → Plugins → Marketplace
- Search "Clean Sidebar"
- Click Install
- Download from Releases
- Extract and load via Settings → Plugins → Load unpacked plugin
Go to Settings → Plugins → Clean Sidebar and toggle the options you want.
npm install
npm run dev # Watch mode
npm run build # ProductionMIT