This is a Markdown editor that allows users to load and store Markdown files via GET and PUT requests. This works great with Solid and the Solid Authentication browser extension.
- Load Markdown files via GET requests.
- Store Markdown files via PUT requests.
- Show WebID of user if user has logged in with the Solid Authentication browser extension.
- WebID and browser extension are not needed when working with public resources.
- Show urls of most recent files. The urls are stored in the browser storage.
- Install dependencies via
npm i
. - Start server via
npm start
. - Browse to http://localhost:8080.
You can watch a screencast of the editor here.
You find a sequence diagram of how the app works with the browser extension here.
We use EasyMDE as Markdown editor.
This code is copyrighted by Ghent University – imec and released under the MIT license.