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
First of all, thank you for the great project — I’ve been testing the self-hosted version (v0.6.501) and really appreciate the direction it’s taking.
While exploring the Document feature, I ran into a few limitations related to Markdown handling:
❓ Issues observed:
I couldn’t find a way to import a .md file into a document
There doesn't seem to be an option to export a document as a raw Markdown file
When I paste Markdown-formatted content (e.g. # heading, - list) into the editor, it gets inserted as plain text and doesn’t auto-format or parse into blocks
🤔 My questions:
Are these limitations expected in the current version, or am I missing something in the configuration?
Is there any plan to support basic Markdown import/export or paste-parsing in the future?
🛠️ Optional: I'd love to contribute
If these features are not on the immediate roadmap, I’d be happy to explore implementing them and contributing a PR — would really appreciate any pointers or direction on how the document editor is structured internally, and where best to start.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Huly team,
First of all, thank you for the great project — I’ve been testing the self-hosted version (
v0.6.501
) and really appreciate the direction it’s taking.While exploring the Document feature, I ran into a few limitations related to Markdown handling:
❓ Issues observed:
.md
file into a document# heading
,- list
) into the editor, it gets inserted as plain text and doesn’t auto-format or parse into blocks🤔 My questions:
🛠️ Optional: I'd love to contribute
If these features are not on the immediate roadmap, I’d be happy to explore implementing them and contributing a PR — would really appreciate any pointers or direction on how the document editor is structured internally, and where best to start.
Thanks again for the work you’re doing 🙌
Beta Was this translation helpful? Give feedback.
All reactions