nagi1999a / obsidian-focus-plugin

A plugin for obsidian to focus and highlight on a specific heading in Reading mode.
MIT License
30 stars 1 forks source link

FR: Hopes it can focus scope on the list item (which I click) and sub nested lists? #14

Open edentsai opened 1 year ago

edentsai commented 1 year ago

Hopes it can focus with content behavior about the list item (which I click) and the sub nested lists.

I use Obsidian for write bullet journal, there are many nested bullet list in my note, I hope this plugin can only focus on specific bullet item and it's sub nested lists.

for example:

## Bullet Journal

- Item 1
- Item 2
    - Item 2.1
    - Item 2.2
        - Item 2.2.1
        - Item 2.2.2
    - Item 2.3
- Item 3

When I click the bullet item Item 2.2, it can focus scope on the following area only:

  ## Bullet Journal

  - Item 1
  - Item 2
      - Item 2.1
+     - Item 2.2
+         - Item 2.2.1
+         - Item 2.2.2
      - Item 2.3
  - Item 3

To click with specific key modifier is pressed and holded for use specific content behavior will be more flexible and producivity, for example:

thanks.

nagi1999a commented 1 year ago

Hello! Thanks for the suggestion, it is a good point! I will try to realize the feature when I have time :D