Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 hours ago
JSON representation

Wordy is an open-source notes app, for writers (and you!)

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!