Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mwufi/mac-editor
Wordy is an open-source notes app, for writers (and you!)
https://github.com/mwufi/mac-editor
ai macos notes notes-app tauri text-editor writing
Last synced: 3 months ago
JSON representation
Wordy is an open-source notes app, for writers (and you!)
- Host: GitHub
- URL: https://github.com/mwufi/mac-editor
- Owner: mwufi
- Created: 2024-09-08T02:09:04.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-23T20:47:19.000Z (4 months ago)
- Last Synced: 2024-09-29T09:23:08.461Z (4 months ago)
- Topics: ai, macos, notes, notes-app, tauri, text-editor, writing
- Language: TypeScript
- Homepage: https://x.com/UseWordy
- Size: 12.6 MB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wordy - A Simple Text Editor
> Hey! For anyone coming from HN, you can run the editor by cloning the repo & running `bun run tauri dev`. Try it out!
![Screenshot of the App](./docs/screenshot2.png)
## Taglines
- **Write with Ease, Publish with Confidence**
- **Your Writing, Simplified**
- **From Draft to Publish, All in One Place**## About the App
Our text editor is designed to simplify the writing process, making it easier for you to focus on your content. Whether you're drafting a blog post, writing an article, or just jotting down notes, our editor provides a seamless and intuitive experience.### Key Features
- **AI-Powered Assistance**: Leverage the power of AI to enhance your writing. Get suggestions, corrections, and improvements in real-time.
- **Zen Mode**: Eliminate distractions and immerse yourself in a focused writing environment with our Zen mode.
- **Publish Your Blog**: Easily publish your content directly from the editor to your blog. No need to switch between platforms.
- **Track Views**: Monitor the performance of your published content with built-in view tracking. See how your audience is engaging with your work.Experience a new level of writing efficiency and creativity with our text editor. Start writing today and see the difference!
## 🎉 New Features 🎉 (This week)
Dark Mode (also in Zen Mode)
![Dark Mode](./docs/dark-mode.png)
## 🚧 Roadmap 🚧
Making a notes app is fun, but there's a lot to do! Slow and steady... and welcoming any help!
I don't have an official contributions guide, but just gonna write about where I see this going! (pretty soon, this will be a link to a page I maintain in the app!)
- Publishing - One goal of this app is to make publishing as easy as possible. Right now, I'm imagining:
- Write the post
- Click "share"
- Get a link
- ???
- Profit. Or, a beautiful self-designed page on your website.- Collaborative editing - Right now, all the docs are stored in SQLite. What's the best way to support a local-first, but still cloud-enabled workflow?
- Exporting - Right now, zero options. Theoretically, it should be easy to export markdown, HTML, PDF, etc.
- Note organization - A whole rabbit hole. Should we have two-layer hierarchies? I like the idea of scrivener, so that could be fun to make.
- TipTap improvements - Some bugs related to font. Help appreciated!