You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/about/changelog.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
date: 2025-11-05 10:53:00
2
+
date: 2026-01-10 22:35:00
3
3
title: Changelog
4
4
permalink:
5
5
publish: true
@@ -12,6 +12,16 @@ All notable changes to this project will be documented in this file.
12
12
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
13
13
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
14
14
15
+
## 3.1.0 - 2026-01-10
16
+
17
+
### Changed
18
+
19
+
-[Commands Line Interface](../usage/cli.md) and [Asset manager](../usage/asset-manager.md) now use permalink to determine asset directory, instead of filename.
20
+
21
+
- Keep forward compatibility if can't identify permalink from note file.
22
+
23
+
- Affacted CLI commands: `new`, `remove`, `move`. For users, only notice that `new` command now requires a permalink argument.
Copy file name to clipboardExpand all lines: docs/getting-started.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
date: 2025-11-04 23:45:00
2
+
date: 2026-01-10 22:04:00
3
3
title: Getting Started
4
4
permalink:
5
5
publish: true
@@ -34,7 +34,7 @@ The most highlighted feature of the plugin is the CLI commands to manage notes,
34
34
35
35
To create a note, you can use the following command:
36
36
```bash
37
-
mkdocs-note new /path/to/note
37
+
mkdocs-note new my-permalink /path/to/note
38
38
```
39
39
40
40
It will create a note in the specified path and create a corresponding asset directory in the `assets` directory which will be co-located with the note.
Copy file name to clipboardExpand all lines: docs/index.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,15 @@
1
1
---
2
-
date: 2025-10-15 00:57:12
2
+
date: 2026-01-10 22:10:12
3
3
title: Welcome
4
4
permalink:
5
5
publish: true
6
6
---
7
7
8
8
# Welcome
9
9
10
+
!!! tip "Notice"
11
+
`v3.1.0` is now avaliable, the release now make some changes in [Commands Line Interface](usage/cli.md), See [Changelog](about/changelog.md#310---2026-01-10) for more details.
12
+
10
13
## Mkdocs Note
11
14
12
15
**MkDocs Note** is a plugin for MkDocs that automatically manages documentations in your mkdocs-based sites. It's designed to create a unified note-taking and documentation experience.
0 commit comments