Skip to content

vusal-iom/typo

 
 

Repository files navigation

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 and ts 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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Svelte 77.6%
  • TypeScript 12.1%
  • CSS 7.2%
  • HTML 1.6%
  • JavaScript 1.5%