Write. Share. Inspire.
writedown is the new way of writing markdown notes fast and easily.
With a beautiful interface and polished user experience, writedown is simple but powerful.
Love simplicity? Good.
Hate complexity? Even Better!
writedown's focus is on providing a polished experience. A simple markdown editor you can use for writing notes quickly to publish and share them with the world.
📴 Offline support
☁️ Cloud Sync
🤝 Free and Open Source
🪟 Real-time Markdown Preview
📨 Publishing and Sharing
🌹 Simple and beautiful interface
GET STARTED IN JUST 5 SECONDS!
- Headings (1 to 4)
- Bold
- Italics
- Underline
- Quotes
- Strikethrough
- Ordered List
- Unordered List
- Task List
- Code Block
- Image
- Horizontal Rule (Line)
- Share posts with people
- Create your personalized landing page
- Add your social media links
and many more being added as you read this!
writedown is self-hostable with Firebase and Node.js.
To run a local instance, follow these steps:
- First install Volta. Then open your terminal and enter:
volta install node
. - Enter the following commands in your terminal.
git clone https://github.com/NayamAmarshe/writedown
cd writedown
- Setup Firebase Emulator
- Setup TipTap Editor
- Install dependencies with:
npm install
- Run local dev server with:
npm run dev
OR local production server withnpm run build && npm run start
.
© 2023 writedown. All rights reserved.