mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
feat: Add support for markdown to the comments of bookmarks
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user