Prose is a service that connects with any GitHub repo you want, and then lets you edit Markdown and plain text files directly from a dedicated text editor. Particularly useful for people using GitHub as a static site host, as Prose can be used as a sort of CMS back-end for editing and creating new content.
- Source
- Link to Original 🔗
- Published
- Categories
- Nuts & Bolts
- Tags
- CMS, GitHub
Explore Other Notes
⬅ Newer
Be the main character, but not the antagonist
I'm a fan of TomSka. Have been for a long time. I did not expect to be pulling a quote from one of his 2023 "Last Month" vlogs on the nature of personal goals and relationships, but here we are. …
Older ➡
Make any feed an RSS feed
A clever service that takes any input URL and attempts to identify lists of links (i.e. a feed) and then convert this into an RSS feed that anyone can subscribe to. Great for pulling content out of …
- <!DOCTYPE html> <html> <head> <title></title> </head> <body> <p>Prose is a service that connects with any GitHub repo you want, and then lets you edit Markdown and plain text files directly from a dedicated text editor. Particularly useful for people using GitHub …</p> </body> </html>
- Murray Champernowne