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

Blog post helper #13

Open
SystemZ opened this issue Feb 16, 2021 · 0 comments
Open

Blog post helper #13

SystemZ opened this issue Feb 16, 2021 · 0 comments
Labels
Milestone

Comments

@SystemZ
Copy link
Owner

SystemZ commented Feb 16, 2021

From my own experience, markdown plaintext files are the best solution for blog posts. It's resistant to standards changing and lacks vendor lock-in.
https://gohugo.io/ works nicely for generating blogs.

Unfortunately, creating posts when you have the idea is a chore.
Typing out creation date, uploading some images to buckets, resizing to thumbs, this takes some effort.
We can create some sort of temp storage when you can easily draft a post and then when convenient just export it or copy paste to "real" editor.

ProseMirror should be ideal for this, we have markdown support and image upload support almost out of the box:

Alternatively: https://codemirror.net/6/

We can probably just fix out current note system and add uploading to object storage on backend.
Selecting what bucket we want to use and URL alias for them would be nice, then we can have nice links to images in posts.

@SystemZ SystemZ added enhancement New feature or request Backend Frontend labels Feb 16, 2021
@SystemZ SystemZ added this to the Next milestone Feb 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant