replete/obsidian-minimal-theme-css-snippets

What is the plugin in the screenshot ?

ZhymabekRoman opened this issue · 2 comments

I would like to ask about the functionality on the left side of the screenshot, with sub-items "Goals", "Aarchive", and etc. - how to make such and if it is a plugin, what is it called? I tried to find the plugin itself from the list, but could not find it. Thank you very much!

  • File Explorer Custom Sorting plugin (with sortspec file config)
  • Icon Folders plugin
  • Compact Sidebar snippet (in this repo)
  • Custom Separators snippet (in this repo)

My sortspec (config file for File Explorer Custom Sorting):

---
sorting-spec: |
    target-folder: Daily
    > a-z
    /--hide: Daily.md
    target-folder: /
    Inbox
    Scratchpad
    Goals
    Projects
    Tasks
    Focus
    Tracker
    Daily
    Weekly
    Journal
    Dreams
    Thoughts
    Notes
    Reference
    Writing
    People
    Authors
    Archive
    Assets
    /--hide: Context
    ...
    z-a
    target-folder: Authors
    a-z
---