-
Notifications
You must be signed in to change notification settings - Fork 24
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
Auto rename backlinks #239
Comments
Not possible yet and hard to implement well with current architecture 💔 I want this feature for a couple of years already |
what's the current architecture? do we make a new architecture? it requires parsing all files and rewriting them. is that difficult? |
I'm slowly refactoring Mycorrhiza and Mycomarkup to make it more bearable.
It has many unexpected corner cases |
Have you checked Djot? I use it as the markup language for my websites. I really hope that I can use Djot with Mycorrhiza. |
There are no plans to support markups beside Mycomarkup. |
but like, if i want to implement it, how would i do it? let's say, adding djot alongside of mycomarkup. |
This would be a titanic effort, I promise you. From the get-go, I see these questions you will have to address:
Lucky for you, you wouldn't need to touch the Mycomarkup library! Do you have a collection of Djot files you want to import? If so, I suggest you to write a converter instead that would turn all the Djot documents into Mycomarkup. |
aaaaaaa i think i'll write my own wiki system and djot parser instead |
I did the same once, I understand you; good luck. When you start, please tell me, I like to learn all about new wiki engines. Meanwhile, I'll keep the issue open for the titled problem. |
In Obsidian, renaming a file will rename all the references to it.
How can I implement this in mycorrhiza?
The text was updated successfully, but these errors were encountered: