Include tags in frontmatter in autocomplete

This commit is contained in:
Zef Hemel
2023-03-13 09:59:58 +01:00
parent a333803876
commit ea293be159
2 changed files with 12 additions and 0 deletions
+7
View File
@@ -3,6 +3,13 @@ release.
---
## Next
* Tags included in `tags` [[Frontmatter]] now included in hash tag auto complete
* Regression fix: when instantiating a page from a template it would always claim the page already existed (even if it didn't)
---
## 0.2.12
* Added support to override CSS styles on a per-space basis. This replaces the previous `fontFamily` setting. See [[STYLES]] for hints on how to use this new experimental feature.