Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qazsato/melt
Electron Desktop App. My Markdown Editor. ✏️
https://github.com/qazsato/melt
electron markdown typescript vue
Last synced: 4 days ago
JSON representation
Electron Desktop App. My Markdown Editor. ✏️
- Host: GitHub
- URL: https://github.com/qazsato/melt
- Owner: qazsato
- Created: 2017-12-28T09:16:50.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-02-07T13:38:18.000Z (11 months ago)
- Last Synced: 2024-02-07T14:46:52.819Z (11 months ago)
- Topics: electron, markdown, typescript, vue
- Language: TypeScript
- Homepage:
- Size: 3.52 MB
- Stars: 0
- Watchers: 1
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Melt
My Markdown Editor.
Based on the GitHub Flavored Markdown Spec.
![melt](https://user-images.githubusercontent.com/5030713/129121411-7cbbc0a5-abaa-4963-96d8-1c5a7dfc1bb1.png)
# Keybindings
| Type | Command |
| :------------ | :------ |
| HyperLink | ⌘L |
| Image | ⇧⌘L |
| Bold | ⌘B |
| Italic | ⌘I |
| Strikethrough | ⌘D |
| Code | ⌘K |
| Quote | ⌘U |
| Bullet List | ⇧⌘U |
| Ordered List | ⇧⌘O |
| Task List | ⇧⌘X |
| Table | ⌘T |