Editor with Markdown export #2205
Unanswered
trostmarvin
asked this question in
Feature Requests
Replies: 1 comment
-
|
I want to piggybag on this thread: html is also more difficult to fully sanitize on the backend (filter tags + filter attributes like x-...). The editor itself can probably not create such malicious code, but the backend will still accept it if not correctly sanitized. In blade we have to use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are building an AI-powered application using the Flux Editor. Currently, the editor only exports content as HTML. Sending raw HTML to LLMs (like OpenAI or Claude) wastes tokens and can confuse the model compared to clean Markdown.
Since the underlying engine is Tiptap, I would love to see the integration of the standard Markdown extension.
Ideally, we could pass a prop to the component to define the output format:
output="markdown".Beta Was this translation helpful? Give feedback.
All reactions