Closed SemanticBeeng closed 2 years ago
This looks like an interesting. Providing wiki-like management is a much wider topic.
I used this plugin for managing notes. I do find linking among notes are the most troublesome. I'd prefer to treat wiki handling as code, and use https://langserver.org/ to provide wiki features. In this case, I wouldn’t put the features in this package.
With the more popular [[link]]
started in recent years. I'd think it is a better alternative and there are specific tools that better support it (obsidian/logseq).
Problem Need to maintain extensive wikis of concepts and hard to get into the "flow" if I have to maintain the links manually.
Solution Implement support for WikiLink syntax like in
SoyWiki
http://danielchoi.com/software/soywiki.html (below is taken from "CamelCase WikiLinks rule!")Must be able to refactor while auto maintaining all usages (see "Wiki refactoring" section in link above).
Describe alternatives you've considered Have done extensive research and tried all I could. Using Confluence for years but it is quite heavy and does not support
markdown
.