Make Content Editing Easier
under review
Yangshun Tay
Currently it's a little tough for non-technical people to edit markdown content as they are not familiar with the Git model and sometimes end up editing through GitHub.
We could invest in solutions where content editing is made easier without an external CMS:
- Netlify CMS: https://github.com/netlify/netlify-cms
- StackEdit: https://github.com/benweet/stackedit
- Edit inline - https://www.dropbox.com/s/mm0vcld8lyl12qz/zeit_serverless_github_demo.mp4?dl=0
V
Vincenzo
I was searching for a simple, online CMS solution that wouldn’t require any installations—something that could handle content in a way similar to DHub or Holocron, but more specifically designed for Docusaurus. And here it is Gitten (the url is https://www.insightest.app/apps/gitten).
I use it to manage content and workflows with a good ease. It’s fully integrated with GitHub, allowing automated publishing to GitHub Pages (it supports Github workflows), handling repo wiki, and tracking stats—all directly within your Docusaurus setup. it is a streamlined CMS integrated seamlessly with GitHub’s and specifically based on Docusaurus repo structure.
You can just concat the relative path of the page to edit to open it directly.
https://www.insightest.app/apps/gitten/#/pages/{author}/{repo}/{path}
Thus it can be directly use as a basehref for the Docusaurus editUrl.
H
Hayzam Sherif
We really wanted this, but everything that was available was not fitting the bill, so we built our own (we started off with docusaurus but migrated to RsPress for speed)
The link to the project: https://github.com/DifuseHQ/Kalmia, it's FOSS.
C
Coco Torres
Hayzam Sherif is Kalmia compatible with Docusaurus?
N
Ned Alturas
Make this a Christmas present 🙏
C
Coco Torres
Is there an update on this? 🤞
A
Alan Jones Rios
How many upvotes are needed for this to happen? 😥
M
Michael Andorfer
this would be a really helpful feature
Malu
Docusaurus, I never asked you for anything! (😂)
Please, make content editing easier ❤
V
Val Repsys
Dhub (https://dhub.dev) is now open for everyone.
It’s a collaborative WYSIWYG editor that works extremely well with Docusaurus markdown and mdx files.
A
Ansh Mehta
Is there an official update on this?
MORSE
You can use Holocron to easily edit any markdown file on Github with a WYSIWYG editor
For example here is a link to edit my repository docs: https://holocron.so/github/pr/remorses/genql/master/editor/website/src/pages/docs/index.mdx
The user can click the "Create PR on Github" button to automatically fork, create a branch, create commit and PR, all in one click.
You can use this url format to edit file on Github:
https://holocron.so/github/pr/{owner}/{repo}/{branch}/editor/{path}
Load More
→