-
Notifications
You must be signed in to change notification settings - Fork 9
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 Request - Links to specific sections on other pages #4
Comments
|
I started using the plugin and like it a lot. |
This will conflict with the inline tags plugin unfortunately. But I'll see what I can do here. |
|
Ups, sorry ...I was to focused on tags. But tags+Heading wouldn't be clear; note+heading makes more sense. Ok, it there is a problem with consistancy, something like The main thing is ... to jump more precise to a certain part of the note would be great. If there'd be a way to realize that, this would be awesome. |
|
I'll look into this. |
|
Would love to see this. The implementation is important though, because there'll be en explosion of data in the drop-down for list of link targets. Right now, I already have an issue with the length of the list. I should probably create a feature request issue, but here goes: the list of targets in the plugin's drop-down is already too long. If we add every heading from every note to that drop-down list, it'll get messy. Joplin has two limitations that result in large, complex trees:
A relatively simple notebook structure might look like this this: The quick links plugin searches and shows all notes from all notebooks in a single flat space. That is, if I search for a keyword, it shows every note in every notebook that matches. And it doesn't properly handle name clashes (eg: I might have several 'To do' notes in different trees, and they all look the same). A workaround for that latter issue was merged a while back: tacking the notebook name onto the right-hand side of the entry in the drop-down. However, while that is "kinda good enough" it's not great. If you introduce heading-level links, that solution doesn't help. How about this solution to both problems: reflect the notebook structure in the plugin, in both Search: Search: Search: This would make the search syntax very powerful, allowing you to specify the starting point within the notebook tree, and distinguish between note names and heading names. Displaying the results like this in the drop-down is also, IMO, much easier to parse. EDIT: I checked a closed request someone from another user #10 and they suggested exactly the same drop-down list appearance FINAL EDIT: Duh. So if you use the "Go to anything" feature, it does exactly what I'd like quick links to do, except with more compact text. (Unfortunately, "Go to anything" doesn't expose links, so we can't use that to quickly add links, but the code is obviously there already) |
|
I wonder if this is still needed now that the Note Link System Plugin has been announced? |
|
Is this still something that is being considered? While the Note Link System Plugin already offers this functionality, it seems like it is not maintained any more, and thus I would be much more comfortable using this plugin. However, that is definitely one of the functionalities still missing from this implementation. |
|
I would like to see this feature to be implemented. https://github.com/ylc395/joplin-plugin-note-link-system/blob/main/doc/quick-link.gif P.S. Reason I came here is that this plugin seems to be more alive than "Note Link System" that is broken since last Joplin update (issue), |
Hello. Thanks for the plugin! It's really cool.
After I press
@@the drop down menu appears as expected and if I presstaborenterthe plugin creates the link as expected and the cursor jumps to after the closing parenthesis. My proposal is that the cursor instead jumps to right before the closing parenthesis and a new drop down menu appears with the list of sections that can be found in that specific page which can then be selected. the first entry on this menu is the default, which is the top of the page.For example, the link
links to the page but the link
is also a valid link and by clicking it joplin jumps straight to section
# Chapter 3 - Bread crumbsThank You
The text was updated successfully, but these errors were encountered: