dvorka / mindforger

Thinking notebook and Markdown editor with LLM wingman.

Home Page:https://www.mindforger.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature/Enhancement] draw.io integration

shlemiel opened this issue · comments

draw.io is a web based diagram drawing tool.

I tried to integrate it briefly, but the actual implementation can vary.

image
image

fe49172

Note: To use mindforger markdown as draw.io diagram storage, noteEditor->enableSpellCheck(false); should be set since spell check greatly degrades performance of handling large texts.

  • Update : I changed diagram view to fullscreen. (disabled and hided QPlaintextEdit when note type is 'Diagram')

image

shlemiel@69ea129