Add backlink
This commit is contained in:
20
README.md
20
README.md
@ -3,17 +3,17 @@
|
||||
A lightweight, web-based Markdown note-taking application with a Go backend and a minimalist frontend built with htmx.
|
||||
|
||||
- 🚫 No database
|
||||
- 📝 Flat files : Markdown with frontmatters
|
||||
- 📝 Flat files: Markdown with front matter
|
||||
- 🔒 Your notes, your application, your server, your data
|
||||
- ⌨️ Vim Mode
|
||||
- 🎹 Keyboard driven with shortcut and "/" command
|
||||
- 🎹 Keyboard driven with shortcuts and "/" commands
|
||||
- 🔍 Powerful Search
|
||||
- 🌍 Run everywhere (Linux & FreeBSD)
|
||||
- 📱 Responsive with laptop and smartphone
|
||||
- 📱 Responsive on laptop and smartphone
|
||||
- 🛠️ Super Easy to build
|
||||
- 🚀 A powerful API
|
||||
- 🚀 Powerful REST API
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
## Features
|
||||
@ -39,11 +39,11 @@ A lightweight, web-based Markdown note-taking application with a Go backend and
|
||||
* **Lightweight Frontend:** Built with htmx for dynamic interactions, minimizing JavaScript complexity.
|
||||
* **Go Backend:** Fast and efficient Go server handles file operations, indexing, and serving the frontend.
|
||||
|
||||
## Road Map
|
||||
## Roadmap
|
||||
|
||||
- Share notes in markdown / pdf
|
||||
- Publics notes.
|
||||
- Secure by user/password (You can use Authelia/Authentik for now)
|
||||
- Share notes as Markdown/PDF exports
|
||||
- Public notes
|
||||
- User authentication (use Authelia/Authentik for now)
|
||||
|
||||
|
||||
## Getting Started
|
||||
@ -158,7 +158,7 @@ go run ./cmd/server -addr :3000 -notes-dir ~/my-notes
|
||||
|
||||
1. **Create your first note**: Press `Ctrl/Cmd+D` to open today's daily note
|
||||
2. **Start writing**: Use the Markdown editor with live preview
|
||||
3. **Save**: Press `Ctrl/Cmd+S` or click "Enregistrer"
|
||||
3. **Save**: Press `Ctrl/Cmd+S` or click "Save"
|
||||
4. **Search**: Press `Ctrl/Cmd+K` to find any note instantly
|
||||
5. **Customize**: Click ⚙️ to choose themes, fonts, and enable Vim mode
|
||||
|
||||
|
||||
Reference in New Issue
Block a user