Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rossrobino/typo
Web Based Markdown Editor
https://github.com/rossrobino/typo
markdown md svelte sveltekit
Last synced: 22 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-27T14:26:14.000Z (7 months ago)
- Last Synced: 2024-12-24T09:07:28.689Z (29 days 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
README
# Typo
Welcome to [Typo](https://typo.robino.dev), a web-based markdown editor.
## Key Features :key:
- **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` code blocks directly in the browser.
- **Formatted Printing:** Allows printing of formatted content.
- **Markdown Formatting:** Applies Prettier for formatting markdown content.## Use the Components :wrench:
- [drab](https://drab.robino.dev)
## License :balance_scale:
Typo is licensed under the MIT License.
## Contribute :handshake:
Contributions are welcome, Typo uses Svelte and SvelteKit. Feel free to improve existing features, add new features or report issues.
1. Clone repo
2. `bun install`
3. `bun dev -- --open`