Dendron v0.10.6 Release Notes

Release Date: 2020-09-12 // over 3 years ago
  • 🔋 Features

    • note refs: support pretty refs with outline

    Note references are now outlined and have links going to the referred document. If you prefer to be sneaky, you can get the old stye refs back by setting the following option to false.

    "markdown-preview-enhanced.renderRefWithOutline": true
    

    🍱

    • publishing: support noindex option (per page) (d582580)

    0️⃣ To tell google to not index a page, you can set noindex: true to the frontmatter. You can also have this as a default for a given hierarchy by setting noIndexByDefault: true in the site config.

    Setting noindex: true will add the following meta tag to your site.

    <meta name="robots" content="noindex, nofollow”>
    

    ✨ Enhancements

    • workbench: friendlier default settings (5719d88)

    🆕 New workspaces will be initialized to autocomplete links automatically without any triggers. Special thanks to Ed for the contribution :)

    🍱