-
Notifications
You must be signed in to change notification settings - Fork 73
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
WikiLink Embedding - ![[..]] #24
Comments
I propose adding an item to the checklist above:
For instance, the Obsidian supports this and it would be great to have parity between Obsidian editing and Emanote's rendered results. |
Embedding notes may create loops: some_note.md: blah
![[other_note]]
blah other_note.md: aaa
![[some_note]]
bbb I've tried it with the live preview and couldn't open any of these notes in browser. Didn't have time to check memory/CPU usage etc., but perhaps the loops should be detected anyway? |
I think we should also support source code embedding. For eg., |
With the current version of emanote I can display the page. It looks like this: It no longer loops indefinitely. (Or maybe it never did? I upgraded my hardware in the meantime; maybe I was just lacking resources - which however would mean the resource consumption was excessive.) So I can open an issue, but I don't treat the current behavior as a bug/problem. |
I am working on adding code files embedding support. I decided to hijack this post to ask if anyone knows a good way to solve this challenge I am facing: The embed template itself. I realized I am not familiar with the way code blocks get rendered in HTML. I have inspected the source code and apparently they get transformed into Does anyone more familiar or knowledgeable can see a way to do this? Edit: I think I am on the right track. I figured I could just redundantly call |
I know this issue has not seen activity in quite some time but I'd like to add another feature request: I'd like to be able to embed a file FILE without FILE's heading being generated. This would be very handy for having FILE contain a lot of Note that doing Test.md
FILE.md
Output when opening Test in browser: What I'd like to see: |
Support for https://help.obsidian.md/How+to/Embed+files
Allow note embedding in other AST nodes, like<table>
#88foo.hs
gets syntax highlighted as haskell.The text was updated successfully, but these errors were encountered: