New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@dendronhq/engine-server

Package Overview
Dependencies
Maintainers
1
Versions
514
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dendronhq/engine-server - npm Package Versions

1
4850
52

0.5.6

Diff
kevins8
published 0.5.6 •

Changelog

Source

0.5.6 (2020-08-04)

Features

  • add built in snippets (b639998)

  • make journal timestamp format configurable (228384a)
<a href="https://www.loom.com/share/27b9efa48cbe4fcb9535be9b60840d57"> <img style="" src="https://cdn.loom.com/sessions/thumbnails/27b9efa48cbe4fcb9535be9b60840d57-with-play.gif"> </a>
kevins8
published 0.5.4 •

Changelog

Source

0.5.4 (2020-08-04)

Bug Fixes

  • notes created via wiki-links not being indexed properly (5c1b495)

Features

  • deploy to ovsx (d2410cb)
  • update index when notes are deleted outside of dendron (93ad260)
kevins8
published 0.5.3 •

Changelog

Source

0.5.3 (2020-08-03)

kevins8
published 0.5.2 •

Changelog

Source

0.5.2 (2020-08-03)

Note: Version bump only for package root

kevins8
published 0.5.1 •

Changelog

Source

0.5.1 (2020-08-03)

Note: Version bump only for package root

kevins8
published 0.5.0 •

Changelog

Source

0.5.0 (2020-08-02)

Release Notes

<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

kevins8
published 0.4.6 •

Changelog

Source

0.4.6 (2020-08-01)

Summary

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">

Features

kevins8
published 0.4.5 •

Changelog

Source

0.4.5 (2020-08-01)

Summary

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.

Enhancements

  • simpler schema syntax (d53ddb)

Bug Fixes

kevins8
published 0.4.4 •

Changelog

Source

0.4.4 (2020-08-01)

Summary

You can now work with schemas as easily as you do with regular notes. Have no fear, lookup for schemas is here!

Features

  • use lookups to view and create schemas (19b4677) (docs)
    • it's now possible to perform lookup on schemas in addition to notes
  • support deleting schemas (7e6730a) (docs)
    • what you create you can also take away
kevins8
published 0.4.3 •

Changelog

Source

0.4.3 (2020-07-30)

Bug Fixes

  • issue with journal names on windows (d0bfe7f)
  • logging bad nodes (c013e00)

Features

  • CI/CD testing (d6ce68c)
    • Dendron now has continuous integration tests for all pushes.
    • Tests run on mac, linux and windows which means moving forward, there should be fewer OS related issues
  • Publish local images when publishing site (f60360d)
    • any images you have added using paste images will now automatically be included when you run Build Pod