Initial pass of supporting attachments #71
This commit is contained in:
@@ -3,6 +3,7 @@ An attempt at documenting of the changes/new features introduced in each (pre) r
|
||||
---
|
||||
## 0.0.33
|
||||
* Changed full-text search page prefix from `@search/` to `🔍` for the {[Search Space]} command.
|
||||
* `page`, `plug` and `attachment` are now _reserved page names_, you cannot name your pages these (you will get an error when explicitly navigating to them).
|
||||
|
||||
---
|
||||
|
||||
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
/fs/_plug/*
|
||||
/page/_plug/*
|
||||
Content-Type: application/json
|
||||
Last-Modified: 0
|
||||
X-Permission: ro
|
||||
/fs/*
|
||||
/page/*
|
||||
Content-Type: text/markdown
|
||||
Last-Modified: 0
|
||||
X-Permission: rw
|
||||
|
||||
+2
-2
@@ -1,3 +1,3 @@
|
||||
/fs /index.json 200
|
||||
/fs/* /empty.md 200
|
||||
/page /index.json 200
|
||||
/page/* /empty.md 200
|
||||
/* /index.html 200
|
||||
Reference in New Issue
Block a user