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
Add block ref support. #560
Comments
|
+2 to the vote total here (closed the linked duplicate). |
|
Just want to add something I just realized -- I figured dendron, the tree-friendly linking app, would be particularly interested. Here is the link to my obsidian feature request. Text mostly-copy-pasta'd below: BackgroundObsidian currently supports file, header, and block/bullet level link embeds. Some current behavioral details:
Use case or problemSometimes I want to see header level link behavior for blocks. For example, with a file of this format: I might want to embed all the content from Proposed solutionAdd the ability to choose the preview/embed style -- either just the current line as blocks currently work or the entire "subtree" as headers currently work. This could potentially be accomplished by adding a single character to specify "full tree". It could be a double It would be doubly neat if syntax maintains uniform usage with the behavior of heading links. (So, perhaps reversing the syntax above so the double So, in the end, usable syntax might be:
|
|
This feature has been completed. Please see Block References in the wiki. If you have any requests for features our current implementation doesn't cover, please create a new feature request. |
Please Select if your Request is Either something new or an Enhancement
Please select the area your request applys to. (Multiple selections are Possible)
Is your feature request related to a problem? Please describe
I am unable to import obsidian notes into Dendron easily, if there are many block-level links.
Describe the solution you'd like
I would like to be able to link to individual blocks/bullets in my notes.
This is what Obsidian uses -- see help docs for details:
[[link#^block_id]](I want to say Foam was talking about/did implement this as well)
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: