Option to bookmark (paragraph) blocks

Problem

Imagine you have a page many-levels deep. To reduce clutter, you keep the levels folded. On the page, some ideas are more important than others – let’s call the most important ones highest-leverage ideas.

I’d find it useful to be able to quickly see only the highest-leverage ideas on the page. Finding them individually by unfolding levels is time-consuming.

As a workaround, you could create a section on the page where you copy the highest-leverage ideas to find them more easily, but that would mean creating redundancy (I said copy, not move, because the ideas may be embedded in meaningful structures).

Solution

There could be an option to star individual (paragraph) blocks. This would open up two options:

  • option to unfold and reveal only starred blocks on the page
  • option to filter only starred blocks on the page (everything else would be hidden, similarly to how the Outliner plugin by Viacheslav Slinko works)
2 Likes

I love this idea. A while back, I was thinking of something along the same lines:

I don’t think I ever got around to making the actual request. Anyways, glad to see this.

Great idea!

Thanks.

Does putting a query at the top of the page solve your problem? You could then just add a tag to the important paragraphs.

Can you give an example to help me understand what you mean?

‘’’query
file:”this file” block:”#important”
‘’’

Unimportant block. 

Important block #important

Unimportant block
1 Like

That works functionally, but in terms of experience, I find it unusable. I don’t like how the query result is displayed, and I don’t like seeing the tags in the text.

My ideal solution looks like this:

  • The symbol for starred blocks appears on the left side of the blocks – similarly to how line numbers appear on the left side of the screen when the “Show line numbers” option is activated.
  • The stars on the left side of the screen can be hidden.
  • Clicking on a star next to a folded section unfolds the section revealing only the starred blocks within it (sub-sections that don’t contain starred blocks remain folded).

implemented in v1.3

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.