@dendronhq/engine-server
Advanced tools
Changelog
Changelog
0.5.0 (2020-08-02)
<a href="https://marketplace.visualstudio.com/items?itemName=dendron.dendron">Version 0.5.0</a> has planted 🌱 Read about the new features and fixes in our <a href="https://www.dendron.so/notes/e32aa1e2-9780-4183-927e-2f46372050aa.html">release notes</a></div>
With this release, we are also conducting our first dendron user survey. It's a short survey that should take no more than 3 minutes to fill out and will help inform me on the future growth of Dendron. Your participation is immensely appreciated 🙏
https://forms.gle/PPqe2axvwEmpXj4v5
Changelog
0.4.6 (2020-08-01)
Schemas now support templates. That means you can add the name of another note that you want to serve as a template to a schema. Every time a note that matches the schema is created, it will have the template applied automatically.
We are launching with support for creating templates from other notes. We will also be launching the ability to create templates from snippets in the coming week.
<img style="max-width:300px;" src="https://cdn.loom.com/sessions/thumbnails/481b7ab051394c1caa383383bd265755-with-play.gif">Changelog
0.4.5 (2020-08-01)
Schema syntax has been simplified. Before we had an extra data
field to namespace the namespace
field. We flattened all schema attributes to make the syntax more elegant. Note that the old styled data
syntax is still supported but we recommend moving to the new syntax as data
will be deprecated in a few releases.
Changelog
0.4.3 (2020-07-30)
Build Pod