Experimental admin interface to static sites / notes / whatever. Editor for Markdown body with YAML frontmatter fields and a cool live preview. Plus drag and drop image/file upload with resizing and optimization built it โจ Built with Hyperapp and/or Preact. WIP.
- Runs locally or on the server
- Supports options for document and file storage directories, like so:
node node_modules/tent/server/index.js --docs=content --public=public --relativeMediaDir=/media/
- Smart attachement handling: resizes and optimizes images, stores everything else. Inserts a relative link into the document body (where the cursor is), after you drag & drop the file.
npm install
npm start