-
Notifications
You must be signed in to change notification settings - Fork 49
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
Tags support #60
Comments
Hi, Good that you asked. The reason for tags support missing is that I did not find any benefits over wiki links. |
How do you deal with several articles over one main theme without glossary? |
Seems cool, thanks. |
What if I want the intersection? I mean how can I locate 2020-08-13.md using both [[work]] and [[learning]], for example? |
I think search features are out of the scope of this issue and not something that Memo is good at. Currently, I'd use regex pattern matching and built-in search for that. In the long term, perhaps a filtering panel could be introduced to filter links using boolean logic, which should be more user friendly and (maybe) less flexible/powerful than regular expression 🙂. |
Thank you, I understand. By the way, I have used vscode-memo for a while, I love it. However, with the files cumulated (thousands of them in my subject, and increasing), the time for getting backlinks significantly increases, due to more and more disk access. Do you have any idea about that? |
Thanks for your feedback on Memo, that's valuable. About backlinks slowness, this was mentioned by me before. Full-blown indexing should improve performance, but is not a trivial functionality to implement, in Memo's case it is sort of a cache and caching is a hard problem for many reasons. I think it's out of the scope of this issue. Please open another issue and describe your problem there, along with the size of your knowledge base. For now I will close this issue. Author could reopen it if there is something to add on tags support vs wiki links. |
I would love to see filtering panel on your roadmap. With files growing this becomes more of the priority to have. Thx @svsool for your consideration. |
So, to support tags, can you automate this? That is, when we click a tag, it should automatically start a Supporting Tags would be useful for those migrating from other tools such as Obsidian. |
@t1u1 I've make a separate plugin to support hashtags: https://github.com/vanadium23/markdown-hashtags |
According to comparison with foam there is no tags support in vscode-memo.
Can we add this feature to roadmap?
The text was updated successfully, but these errors were encountered: