Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to write posts in markdown? #82

Open
vrthra opened this issue Nov 27, 2023 · 4 comments
Open

How to write posts in markdown? #82

vrthra opened this issue Nov 27, 2023 · 4 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@vrthra
Copy link
Contributor

vrthra commented Nov 27, 2023

The change log [here] says it now supports "Render to HTML posts when content is Markdown". How do I take advantage of this? I tried posting with markdown, but the content seems to remain in text.

@toddsundsted toddsundsted added enhancement New feature or request question Further information is requested labels Nov 28, 2023
@toddsundsted
Copy link
Owner

@vrthra there's support for rendering markdown content to html, but currently no support (no user-interface) for authoring in markdown. it's not conceptually difficult to imaging adding, but it's not trivial, either.

@vrthra
Copy link
Contributor Author

vrthra commented Dec 6, 2023

Thanks @toddsundsted for the clarification. To understand this a bit further, What would such a user-interface look like? Would it be something like the interface here in Github comments? (a plain text box, and a few buttons on the toolbar that modifies the text directly, and a preview)?

@toddsundsted
Copy link
Owner

yes, but even that has interesting edge cases—uploading images, for example, and preview, as you mentioned. the super-easy case would be just a text entry box for markdown text with no affordances for generating headings, etc.

that would actually work, and be pretty easy to implement, but that's pretty far off from what people expect—which is more like what github and others provide.

@JayVii
Copy link
Contributor

JayVii commented Jan 4, 2024

Writing posts in markdown would be great! It may also solve some other requests like #52 as markdown supports it natively:

![alt text](image url "image Title")

I do get that a proper markdown textfield with image upload etc may be non-trivial to implement, unless there is a framework similar to the trix-editor that is currently used by Ktistec

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants