Update Readme
This commit is contained in:
10
README.md
10
README.md
@ -13,6 +13,8 @@ A lightweight, web-based Markdown note-taking application with a Go backend and
|
|||||||
- 🛠️ Super Easy to build
|
- 🛠️ Super Easy to build
|
||||||
- 🚀 A powerful API
|
- 🚀 A powerful API
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
@ -37,6 +39,12 @@ A lightweight, web-based Markdown note-taking application with a Go backend and
|
|||||||
* **Lightweight Frontend:** Built with htmx for dynamic interactions, minimizing JavaScript complexity.
|
* **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.
|
* **Go Backend:** Fast and efficient Go server handles file operations, indexing, and serving the frontend.
|
||||||
|
|
||||||
|
## Road Map
|
||||||
|
|
||||||
|
- Share notes in markdown / pdf
|
||||||
|
- Publics notes.
|
||||||
|
- Secure by user/password (You can use Authelia/Authentik for now)
|
||||||
|
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
@ -70,7 +78,7 @@ The frontend uses [Vite](https://vitejs.dev/) to bundle CodeMirror 6 and other J
|
|||||||
```bash
|
```bash
|
||||||
npm run build
|
npm run build
|
||||||
```
|
```
|
||||||
|
|
||||||
This compiles `frontend/src/` files into `static/dist/` (served by Go).
|
This compiles `frontend/src/` files into `static/dist/` (served by Go).
|
||||||
|
|
||||||
3. **Development mode** (auto-rebuild on changes):
|
3. **Development mode** (auto-rebuild on changes):
|
||||||
|
|||||||
@ -1,8 +1,10 @@
|
|||||||
---
|
---
|
||||||
title: "2025 Learning Goals"
|
title: 2025 Learning Goals
|
||||||
date: "10-11-2025"
|
date: 10-11-2025
|
||||||
last_modified: "10-11-2025:19:21"
|
last_modified: 11-11-2025:17:15
|
||||||
tags: ["personal", "learning"]
|
tags:
|
||||||
|
- personal
|
||||||
|
- learning
|
||||||
---
|
---
|
||||||
|
|
||||||
# Learning Goals 2025
|
# Learning Goals 2025
|
||||||
@ -25,3 +27,6 @@ tags: ["personal", "learning"]
|
|||||||
1. Designing Data-Intensive Applications
|
1. Designing Data-Intensive Applications
|
||||||
2. The Pragmatic Programmer
|
2. The Pragmatic Programmer
|
||||||
3. Clean Architecture
|
3. Clean Architecture
|
||||||
|
|
||||||
|
|
||||||
|
/
|
||||||
@ -1,9 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: Test Delete 2
|
title: Test Delete 2
|
||||||
date: 11-11-2025
|
date: 11-11-2025
|
||||||
last_modified: 11-11-2025:15:13
|
last_modified: 11-11-2025:17:15
|
||||||
---
|
---
|
||||||
test file 2
|
test file 2
|
||||||
|
|
||||||
|
This is the Vim Mode
|
||||||
/
|
|
||||||
|
|||||||
Reference in New Issue
Block a user