You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when one clicks on the link of a note, a "note box" is opened, which displays the note's content in a small window, and offers two buttons: one for closing said box, and another to take the user the note itself. I find this annoying, and so I disabled it by going to the source code, and removing all code related to said note box. A crude solution, certainly, but a working one nonetheless: the note link is now treated just as any other link.
My request is to turn this into a boolean setting, i.e., offer the possibility to disable "previewing" the note in the note box. Thanks! And also thanks for your work on this awesome piece of software :-)
The text was updated successfully, but these errors were encountered:
Currently, when one clicks on the link of a note, a "note box" is opened, which displays the note's content in a small window, and offers two buttons: one for closing said box, and another to take the user the note itself. I find this annoying, and so I disabled it by going to the source code, and removing all code related to said note box. A crude solution, certainly, but a working one nonetheless: the note link is now treated just as any other link.
My request is to turn this into a boolean setting, i.e., offer the possibility to disable "previewing" the note in the note box. Thanks! And also thanks for your work on this awesome piece of software :-)
The text was updated successfully, but these errors were encountered: