-
-
Notifications
You must be signed in to change notification settings - Fork 1.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
Markdown preview for Notes #1057
Comments
In KeePass I am able to add formatting in the notes with HTML Tags like In the "Entry View" of KeePass (that is shown below the list of password) this formatting is displayed correctly: In KeePassXC the formatting is missing: So for former KeePass users (that switched from KeePass to KeePassXC) it would be nice if the HTML formatting is displayed correctly. |
Qt 5.14 introduced native markdown support in html document fields. https://wiki.qt.io/New_Features_in_Qt_5.14
|
Thank you for planning this in 2.6.0 ;-) |
Hi! I decided to contribute to open source and solve this issue. However there are several pitfalls.
|
We will have both once Qt fixes their bugs. Markdown gets converted to HTML and you can add your own HTML inline with markdown. |
Cool, so I don't have to change my existing HTML tags in the comments..... |
In this context, would it be a possible addition to allow referencing of entries / attributes using some kind of url?
|
Possible yes, that would be handled by an internal url handler. Good idea! |
This would be a nice feature.... |
It's been floating in my head for a while, good to hear positive response! Should I make a separate issue? |
Yes please |
@networkException And please link the new issue here, so I can subscribe it. |
Alright I made a feature request with some examples how the sceme could look like #5369 |
This comment has been minimized.
This comment has been minimized.
Just curious, did Qt 5.14.1 implement the fixes we were looking for? I see the milestone's been removed from this issue last year so I suspect even the latest Qt might still not be usable. I just want to figure out if this feature is imminent or still stalled indefinitely by Qt. |
They are implemented but we were waiting for most distros to get to at least 5.14. I'll mark this for 2.8.0 although my testing with it... for whatever reason clicking links still doesn't work.... |
I see. I'm using your AppImage build to get your latest version these days. According to the debug info, it has Qt 5.15.2. I don't suppose you could easily enable this in the AppImage build while keeping it pending a bit longer in the binary builds then? |
v2.7.4 and still no html or markdown support in Notes |
@DarkPark Look a few lines up: it's currently planned for v2.8.0. |
It's great news that Markdown is going to be implemented in 2.8.0! |
Just wanted to ask if this is still planned to be included in 2.8.0? |
It'll be included when we move to qt6, so yes |
@droidmonkey |
Chiming in to say having this would be great, and to pair this with the request to have a simple search function that operates within the Note field of an open entry, #11314 |
It'd be great to have support for previewing Markdown in the Notes section for added formatting. One could possibly have a UI similar to GitHub where you have "Write" and "Preview" tabs to toggle between. cmark could be used as the Markdown interpreter, and QtWebEngine could be used as the previewer (or use native Windows and macOS web controls wrapped in Qt).
The text was updated successfully, but these errors were encountered: