Initial pass of supporting attachments #71

This commit is contained in:
Zef Hemel
2022-09-05 11:47:30 +02:00
parent b025a3c76a
commit 2ed378880b
21 changed files with 719 additions and 124 deletions
+1
View File
@@ -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
View File
@@ -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
View File
@@ -1,3 +1,3 @@
/fs /index.json 200
/fs/* /empty.md 200
/page /index.json 200
/page/* /empty.md 200
/* /index.html 200