Skip to content

YU000jp/logseq-plugin-single-journal

Repository files navigation

Logseq Plugin: Single Journal

Warning

This plugin does not work with Logseq db version.

English / 日本語 latest release version Downloads Published 20240103

Options

  1. Display only today's diary instead of multiple diaries in journals. default: enable

    Temporary cancellation can be done from the button under the content.

    singleJournal

  2. Redirect to today's diary when opening journals. default: disable

    Open as single page. However, there is a time lag for redirection.

  3. Journal navigation with toolbars and shortcuts 🆕

    You can filter down to only the items you need. To use and assign the respective shortcuts, find the commands in the keymap.

    singleJournalプラグイン ツールバー


Getting Started

Install from Logseq Marketplace

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

Usage

  • Enable either option and open journals.

    This plugin only works when you open journals.


Showcase / Questions / Ideas / Help

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

  1. How to remove buttons: add CSS code to custom.css image 🆕

    #cancel-exclude {display:none} /* Single journal plugin remove the button */
  2. 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.

Prior art & Credit