v1.19-beta-12
Pre-release
Pre-release
·
35 commits
to master
since this release
New Feature 🚀
Generic expression delimiters
Generic delimiters for expressions provide for more portable Note Toolbar Callouts, and to help support other expression types in the future.
- For Dataview, instead of
=
(or whatever your prefix is configured as) expressions can alternately use{{dv: ... }}
- For Templater, instead of
<% ... %>
expressions can alternately use{{tp: ... }}
.
Copying toolbars as callouts now uses this notation, if Note Toolbar's Copy as callout → Replace variables and expressions option is disabled.
Fixes
- Mobile: FAB was staying in a large state after tapping the default item.
Full Changelog: 1.19-beta-11...1.19-beta-12