-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Feature: filter links in #current
note
#70
Comments
Ah, thank you. I think I will filter them out unconditionally in QOwnNotes itself. Don't make a lot of sense for portability.
Could you please explain what you mean by "Right now other tags from the note are not usable."? I created a note with
Then I filtered by |
Please don't filter them out unconditionally! Firefox supports I think I figured out the issue with the tags. This will display the link and tag in the extension interface:
But this will display only the link, and not parse the tag, even if it's its own paragraph or heading:
I didn't realize the subtlety in the syntax. Could you add a note in the documentation that tags are only parsed in lists, but links are parsed everywhere. By the way, excellent application! Incredibly performant on older hardware. Appreciated. |
The "normal" bookmark links need to be in lists, see https://www.qownnotes.org/getting-started/browser-extension.html#syntax-of-bookmark-links The 2nd link just gets picked up as a random link in a sentence, like
Thank you! 😉 |
I recently started using the browser extension with QOwnNotes. The
#current
tag feature is very nice, but it creates an all-or-nothing list of all links in the current note. It would be useful if some links could be filtered out; they are useful in the note itself, but not when viewed through the extension.Two cases:
file://
links. A global preference would be fine.#current
. Right now other tags from the note are not usable.Expected behaviour
Some possibility of filtering links
Actual behaviour
All links from the current note are listed
Steps to reproduce
file://
links, and some tags like#local
.Output from the debug section in the settings dialog in QOwnNotes
Relevant log output in the Log panel in QOwnNotes
The text was updated successfully, but these errors were encountered: