Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

want Atomic Highlights feature #255

Open
domonnss opened this issue Sep 7, 2024 · 0 comments
Open

want Atomic Highlights feature #255

domonnss opened this issue Sep 7, 2024 · 0 comments

Comments

@domonnss
Copy link

domonnss commented Sep 7, 2024

Why

Obsidian works good with Atomic Highlights
Obsidian’s graph view visualizes the relationships between notes. Each highlight can act as a “node” in the graph, and by linking these highlights, users create a structured, interconnected map of ideas.
It aligns well with the Atomic Highlights approach.

I think it's easy to do.
Just create a separate file for each highlight. And reference it in the main file with the metadata.

example

fileTree:

  • omnivore
    • mainFile1
    • mainFile2
  • atomicFile
    • mainFile1
      • highLight1
      • highLight2
      • highLight3
    • mainFile2
      • highLight1

the content of mainFile1:
{{metaData}}
![[atomicFile/mainFile1/highLight1#^{{highlightID}}]]
![[atomicFile/mainFile1/highLight2#^{{highlightID}}]]
![[atomicFile/mainFile1/highLight3#^{{highlightID}}]]

the content of mainFile2:
{{metaData}}
![[atomicFile/mainFile2/highLight1#^{{highlightID}}]]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant