hvuhsg / markdown

Web based markdown editor

Home Page:https://typo.robino.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typo

Welcome to Typo, a web-based markdown editor.

Key Features 🔑

  • File System API: Utilizes the file system API when available. If not, a download anchor tag is used.
  • Auto-save: Automatically saves changes if supported by the system.
  • Local Storage: All files are exclusively stored locally on your device.
  • Content View: Provides the option to view content either as a document or as a slideshow.
  • Slide Creation: Enables users to create slides using the <hr> tag (---).
  • Code Execution: Permits the execution of js code blocks directly in the browser.
  • Formatted Printing: Allows printing of formatted content.
  • Markdown Formatting: Applies Prettier for formatting markdown content.

Use the Components 🔧

License ⚖️

Typo is licensed under the MIT License.

Contribute 🤝

Contributions are welcome, Typo uses Svelte and SvelteKit. Feel free to improve existing features, add new features or report issues.

  1. Clone repo
  2. npm install
  3. npm run dev -- --open

About

Web based markdown editor

https://typo.robino.dev

License:MIT License


Languages

Language:Svelte 78.6%Language:TypeScript 7.3%Language:CSS 6.9%Language:JavaScript 5.5%Language:HTML 1.6%