Skip to content

YU000jp/logseq-plugin-left-sidebar-enhance

Repository files navigation

Logseq Plugin: Left-Sidebar Enhance

Warning

This plugin does not work with Logseq db version.

English|日本語 latest release version License Downloads Published 20231002

Feature Options

  1. Table Of Contents in left sidebar

    • The table of contents generated from the headers (#,##,###,####,#####,######) included in the markdown of the opened page is displayed in the left menu. Introduction

      Shortcut command for inserting markdown header -> Alt+1 Alt+2 Alt+3 Alt+4 Alt+5 Alt+6

    image

  2. mouse over to show left sidebar (default: Disable)

    Enable toggling of image button in the top-left corner.

  3. Easy access to Journal-dates (default: Disable)

    image

    1. Date selector

      • Access daily journal page
    2. Month selector

      • Access a hierarchical page (yyyy/MM) for monthly Journal

Getting Started

Install from Logseq Marketplace

  • Press [---] on the top right toolbar to open [Plugins]. Select marketplace. Type Left in the search field, select it from the search results and install.

Usage

  • Table of contents: when you open each page, the table of contents is automatically displayed in the menu in the left sidebar.
  • Mouseover: Click image button in the top-left corner. The state of left sidebar will switch.
  • Turn each function on or off in the plugin settings.

Showcase / Questions / Ideas / Help

Go to the Discussions tab to ask and find this kind of things.

  • Journals are not headline searchable, please click on the title to open a single page.
  • This plugin relies on Logseq's DOM (Document Object Model) structure. If the DOM structure changes due to a Logseq version update, styles may not be applied. We will adjust the CSS to deal with it. If you notice something, please raise an issue.
  • Type of mouse over
    1. Type A: It opens when the mouse approaches the space near the left corner.

      ⚠️If the window is small, problems may occur.

    2. Type B: It opens when hover the mouse over the leftmost line.
  • Recommended
    1. sethyuan / Favorite tree plugin

Prior art & Credit