-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Wikilinks support? #87
Comments
Hi @Hackin7 The link system we have now works but I find it sometime a little buggy. I think it would be a nice feature to support this! Maybe we can support both for legacy. |
I made a quick plugin for this https://github.com/Linbreux/wikmd/compare/main...Jerakin:wikmd:plugin/page-link?expand=1 But after making it I am not sure it's worth having. It will easily collide with What do you think @Linbreux is a plugin for it a good idea? |
I second the necessity for wikilinks support. I attempted to use an Obsidian vault as Wikmd directory so that I could use both editors. But guess I need to find another app to serve my notes. |
Did you try the plugin @Jerakin wrote? https://github.com/Jerakin/wikmd/tree/plugin/page-link/plugins/page-link You should be able to just copy the folder inside the wiki plugins folder. |
I'm running Wikmd in a Docker container using the Container Manager app on a Synology device. I have mounted my note directory as a volume and I can preview their contents fine, except for links. But I don't seem to have any easy access to the Docker image or any other files. Perhaps I could also mount the plugin directory as a volume but I don't know what the path is. However, Obsidian also supports markdown links so I should probaby just convert all links my notes. |
Are this wikilinks?
You could create a I would suggest to also put the existing plugins in your hosts |
I guess there are two possible ways to resolve this?
But having something to avoid Yet another (optional) feature could be to automatically recognize CamelCase or Snake_Case placed inside square brackets as wiki links and potentially show them formatted as "Camel Case" or "Snake Case" where snake case would have the advantage that both upper and lower case can be used. This must be optional though as it cannot be used in wikis where CamelCase or Snake_case is used as part of the text, e.g. programming related. |
I didn't notice this discussion and hacked together a semi-parser for this so that it wouldn't process Also, I used single brackets (personal preference), so it just replaces |
Was wondering if there are any plans for this project to include wiki links support, like Obsidian
Something like this :
[[link]]
The text was updated successfully, but these errors were encountered: