https://github.com/eglenn-dev/marknote.one
A powerful markdown note-taking app with live previews
https://github.com/eglenn-dev/marknote.one
firebase markdown markdown-editor nextjs react server-side-rendering serverless typescript
Last synced: 2 months ago
JSON representation
A powerful markdown note-taking app with live previews
- Host: GitHub
- URL: https://github.com/eglenn-dev/marknote.one
- Owner: eglenn-dev
- Created: 2025-01-13T17:03:44.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-25T21:09:00.000Z (2 months ago)
- Last Synced: 2025-02-25T22:22:17.155Z (2 months ago)
- Topics: firebase, markdown, markdown-editor, nextjs, react, server-side-rendering, serverless, typescript
- Language: TypeScript
- Homepage: https://MarkNote.one
- Size: 462 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MarkNote.one
MarkNote.one is a simple and efficient note-taking application that allows users to create, edit, and manage their notes with ease. The application supports markdown syntax, making it easy to format and organize your notes.
## Features
- Support for markdown syntax
- Create, edit, and delete notes
- Upload and download markdown files
- Search and filter notes
- User-friendly interface, optimized for efficiency
- Helpful keyboard shortcuts## Installation
To install and run MarkNote, follow these steps:
1. Clone the repository:
```
git clone https://github.com/eglenn-dev/MarkNote.one.git
```
2. Navigate to the project directory:
```
cd MarkNote.one
```
3. Install the dependencies:
```
npm install
```
4. Start the application:
```
npm run dev
```## Usage
1. Navigate to [MarkNote.one](https://marknote.one/)
2. Create a new note by clicking the "New Note" button.
3. Edit the note using markdown syntax.
4. No need to worry about saving, your notes are saved automatically.
5. Use the search bar to find specific notes.## Contributing
We welcome contributions to MarkNote! If you would like to contribute, please follow these steps:
1. Fork the repository.
2. Create a new branch for your feature or bugfix.
3. Make your changes and commit them.
4. Push your changes to your fork.
5. Create a pull request.## Copyright
© 2025 Ethan Glenn. All rights reserved.