Fixes #71: also adds drag & drop support

This commit is contained in:
Zef Hemel
2022-09-05 13:11:03 +02:00
parent e679820c7d
commit c7545bf350
5 changed files with 75 additions and 46 deletions
+3 -1
View File
@@ -1,7 +1,9 @@
An attempt at documenting of the changes/new features introduced in each (pre) release.
An attempt at documenting of the changes/new features introduced in each
---
## 0.0.33
* **Attachments**: you can now copy & paste or drag & drop files (images, PDF, whatever you like) into a page and it will be uploaded and appropriately linked from your page. Attachment size is currently limited to 100mb.
* 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).