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

Obsidian style blockreferences #39

Closed
kmaasrud opened this issue Nov 4, 2021 · 0 comments
Closed

Obsidian style blockreferences #39

kmaasrud opened this issue Nov 4, 2021 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@kmaasrud
Copy link
Member

kmaasrud commented Nov 4, 2021

Blockreferences by using anchors. Anchors are made by appending a paragraph with <space>^id1234. The paragraph can then be converted as such:

paragraph content... ^id1234

    |
    v

<p id="id1234">
paragraph content...
</p>

Links to this anchor should then be converted thusly:

[[note#^id1234]] -> [note](note.md#id1234)
@kmaasrud kmaasrud added the enhancement New feature or request label Nov 4, 2021
@kmaasrud kmaasrud added this to the 0.4.4 milestone Nov 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant