https://github.com/rossrobino/typo
Web Based Markdown Editor
https://github.com/rossrobino/typo
markdown md svelte sveltekit
Last synced: 10 months ago
JSON representation
Web Based Markdown Editor
- Host: GitHub
- URL: https://github.com/rossrobino/typo
- Owner: rossrobino
- License: mit
- Created: 2023-05-04T13:52:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-27T14:26:14.000Z (about 2 years ago)
- Last Synced: 2024-12-24T09:07:28.689Z (over 1 year ago)
- Topics: markdown, md, svelte, sveltekit
- Language: Svelte
- Homepage: https://typo.robino.dev
- Size: 1.03 MB
- Stars: 93
- Watchers: 5
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-markdown-editors - `rossrobino/typo` - View content as a document or slideshow with a variety of themes in the browser. (Markdown Online Editors)
README
# Typo
Welcome to [Typo](https://typo.robino.dev), 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 `
` 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
- [drab](https://drab.robino.dev)
## 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`