jekyll-wikilinks
jekyll-wikilinks copied to clipboard
Support embedding by prepending “!”
Suppose I am linking to a page with the following syntax: ![[file-to-embed]]. This should create a scrollable div of height no greater than the viewport which contains all of the embedded file or note.
Such implementation should be valid for:
- [x] other pages written in Markdown
- [x] images
- [ ] PDFs
I would go all the way and try to be compatible with Obsidian.
I would go all the way and try to be compatible with Obsidian.
What do you mean?
Implement support for all these features (Its MarkDown syntax).
I am definitely keeping an eye on them. I also want to be compatible with as many note-taking apps that support [[wikilinks]] as possible. If there are more standard specs I would like to adhere to them...But they are sparse.
If there are conflicts between app implementation (==highlight== syntax for example is ^^highlight^^ in Roam), I might add config flags...But we'll see what time allows for.
The most important feature is ![[]] for in place embedding.
I think the nice thing about it is that other parser just ignore it.
PS If someone could let me know the status of PDF embeds that would be great. (I haven't tested it either way)