-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Joplin desktop app problems with links #953
Comments
as everything you wrote here is already in the forum on the post you pointed, i'm afraid that @laurent22 closes that issue. |
It took me hours to write the above proof of concept which was general enough and wasn't dependant on any API or import function in order to point out how Joplin doesn't manage more than a 100 notes with few hundreds internal links between them. If no one even cares to run my 77 lines of python to check out a potential bug in how inter links are managed by Joplin I think I'll give up and look somewhere else. |
I care, but looking at this and hundreds of other posts and issues takes time and spare time is not infinite. |
Didn't mean to rush and realize how much work you have to respond to all tickets. I was reacting to the possibility of the ticket being closed as "already answered in this forum". |
Operating system
Application
The Joplin implementation of links between notes doesn't work consistently, I tested creating a series of notes through the REST api, the import from export files and finally through writing directly to the .sqlite database of the desktop app and in all cases Joplin fails to open certain links opening the last inserted note instead. Sometimes after re-clicking the link this starts to correctly redirect to the correct note.
The proof of concept I'm posting creates an array of 100 random pages with 1 to 3 random links between them and then tries to import the pages as single notes in Joplin and translates the links represented as
[[link-id]]
to Joplin's syntax[note-id](:/note-id)
.If after import you try navigating the links and pay attention you will notice inconsistent behaviour when clicking certain links.
I notice the more notes and the more links the more the links start working weirdly.
Notice I previously opened a thread at generating-notes-id-externally but the following is more straight to the point with a simple (77 lines of code) proof of concept I post below (remove .txt extension to get python original file):
joplin_test.py.txt
.
The text was updated successfully, but these errors were encountered: