Skip to content
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

Closed
vanadium23 opened this issue Aug 11, 2020 · 11 comments
Closed

Tags support #60

vanadium23 opened this issue Aug 11, 2020 · 11 comments

Comments

@vanadium23
Copy link

According to comparison with foam there is no tags support in vscode-memo.
Can we add this feature to roadmap?

@svsool
Copy link
Owner

svsool commented Aug 12, 2020

Hi,

Good that you asked.

The reason for tags support missing is that I did not find any benefits over wiki links.

@vanadium23
Copy link
Author

How do you deal with several articles over one main theme without glossary?

@svsool
Copy link
Owner

svsool commented Aug 13, 2020

I use dangling links for that [[learning]] [[work]] [[books]] without creating them to the disk + Find all references command.

When time to add details comes, I add a file by following a link.

image

@vanadium23
Copy link
Author

Seems cool, thanks.

@wbgt
Copy link

wbgt commented Aug 18, 2020

What if I want the intersection? I mean how can I locate 2020-08-13.md using both [[work]] and [[learning]], for example?

@svsool
Copy link
Owner

svsool commented Aug 18, 2020

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 🙂.

@wbgt
Copy link

wbgt commented Aug 19, 2020

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?

@svsool
Copy link
Owner

svsool commented Aug 19, 2020

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.

@joellti
Copy link

joellti commented Feb 12, 2021

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 🙂.

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.

@t1u1
Copy link

t1u1 commented Oct 10, 2022

I use dangling links for that without creating them to the disk + Find all references command.

So, to support tags, can you automate this? That is, when we click a tag, it should automatically start a find all references command.

Supporting Tags would be useful for those migrating from other tools such as Obsidian.

@vanadium23
Copy link
Author

@t1u1 I've make a separate plugin to support hashtags: https:/vanadium23/markdown-hashtags

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants