Skip to content

YU000jp/logseq-page-tags-and-hierarchy

Repository files navigation

日本語 / 简体中文

Logseq Plugin: Page-tags and Hierarchy

  1. Breadcrumb of page title
  2. Page view UI for page-tags and hierarchy

latest release version License Downloads Published 20221010


  • Logseq features Page Tags and Hierarchy, which are essential functions that assist in organizing and searching for information. Hierarchy is also called namespaces. Document here

Overview

1. Breadcrumb of page title (default: enable)

  • Split page title hierarchy as links. Easy access the parent page.

    Support in Whiteboard #51 🆕 (Split the hierarchy of each page-name)

    image

2. Page view UI (option)

  • Change the position of page tags and hierarchy placed in page content to a different position than usual. Choose from several modes. side mode, bottom mode, Wide view mode etc... Document here

Getting Started

Logseq v0.9.11 or later 🚧

Install from Logseq Marketplace

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

Usage

  • After installing this plugin, the styles be applied to non-journal pages. By default, page view mode is turned off. it is possible to set in the plugin settings.

Showcase / Questions / Ideas / Help

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

  1. 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.
  2. Related plugins
    1. For journals => Column Layout plugin
    2. Quickly PARA method plugin
      • There is a "namespace query search" feature.
        • Search for pages with the same name or explore related pages without worrying about the hierarchical structure and list them.
      • The ability to create a new page in the same hierarchy or add a sub page is provided.
    3. Short namespaces plugin
      • Displays hierarchical links, which tend to be long, by omitting them.

Prior art / Credit

  1. "Table of contents" feature:
    1. @hkgnp/ logseq-toc plugin
    2. @freder/ logseq-plugin-jump-to-block plugin
  2. Author > @YU000jp