Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lakshaybhushan/marky
A super simple electron markdown app made with React
https://github.com/lakshaybhushan/marky
electron-vite markdown-editor marky
Last synced: 15 days ago
JSON representation
A super simple electron markdown app made with React
- Host: GitHub
- URL: https://github.com/lakshaybhushan/marky
- Owner: lakshaybhushan
- Created: 2023-09-23T19:52:40.000Z (about 1 year ago)
- Default Branch: yoda
- Last Pushed: 2024-04-30T18:48:16.000Z (7 months ago)
- Last Synced: 2024-04-30T19:57:18.397Z (7 months ago)
- Topics: electron-vite, markdown-editor, marky
- Language: TypeScript
- Homepage:
- Size: 138 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Experimental Stuff
**NOTE:** before commenting on the code, please read the following:
- trying electron for the first time!
- made a very simple markdown editor!
- it's not perfect, but it works!- nvm, it sucks!
## Todo:
- [ ] Add a feature to save your md files (REALTIME)
- [ ] Design iterations
- [ ] Add a feature to open md files## How to run:
1. Clone the repo and cd into the directory
2. Run `bun i`
3. Run `bun dev`---
thanks!