feat: Add support for markdown to the comments of bookmarks

This commit is contained in:
WerWolv
2025-11-30 16:42:20 +01:00
parent 9ae233a41c
commit 06ecd5d571
2 changed files with 18 additions and 9 deletions

View File

@@ -6,6 +6,7 @@
#include <ui/text_editor.hpp>
#include <list>
#include <ui/markdown.hpp>
namespace hex::plugin::builtin {
@@ -21,6 +22,7 @@ namespace hex::plugin::builtin {
struct Bookmark {
ImHexApi::Bookmarks::Entry entry;
bool highlightVisible;
ui::Markdown commentDisplay;
};
private: