All Versions
549
Latest Version
Avg Release Cycle
5 days
Latest Release
492 days ago

Changelog History
Page 44

  • v0.10.9-alpha.1 Changes

    September 13, 2020

    ๐Ÿ”‹ Features

  • v0.10.9-alpha.0 Changes

    September 13, 2020

    ๐Ÿ› Bug Fixes

    • hiearchies: rename when stub is present (abd8ca5)
  • v0.10.8 Changes

    September 13, 2020

    โœจ Enhancements

    • publish: keyboard shortcuts for copy note url cmd (a579d7f)

    ๐Ÿ”‹ Features

    • โž• add copy note url command (1e4142e)
  • v0.10.7 Changes

    September 13, 2020

    ๐Ÿ”‹ Features

    • publishing: use pretty refs when publishing (72ea20c)

    โœจ Enhancements

    • publishing: add config to toggle pretty refs when publishing (4418316)
  • v0.10.6 Changes

    September 12, 2020

    ๐Ÿ”‹ 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 :)

    ๐Ÿฑ

  • v0.10.5 Changes

    September 11, 2020

    โœจ Enhancements

    • refs: support wildcard refs (7161363)

    When you're referencing a header by reference, sometimes you don't care what the next header is, just that the reference covers all text up to the next header. You can now specify this using the * symbol in a header reference.

    For example, the following would reference the content from header1 to the next header.

    ((ref:[[demo.embed.block]]#head1:#*))
    

    ๐Ÿฑ

    • refs: more intelligent ref copying (6f1906f)

    If you have a header selected while running this command, it will copy the note ref with the selected header to the next note ref ๐Ÿฑ

    • pods: use consistent interface for import/export (6a824dd)
  • v0.10.4 Changes

    September 10, 2020

    ๐Ÿ”‹ Features

    • workbench: add create snippet functionality (e9b7fec)

    Create snippets from the highlighted selection

    ๐Ÿฑ

    • workbench: add goto snippet functionality (e9b7fec)

    Goto existing snippet

    ๐Ÿฑ

    ๐Ÿ› Bug Fixes

    • cli: initialize pods on import using cli (28c5fc4)

    โœจ Enhancements

    • cli: make cli executable (1ff6e64)
    • cli: import pod from cli (bcfd9cc)
    • cli: export pod from cli (dd21f31)
  • v0.10.3 Changes

    September 09, 2020

    ๐Ÿ”‹ Features

    • pods: Add configure pod command (254ae08)

    ๐Ÿ”ง

    โœจ Enhancements

  • v0.10.2 Changes

    September 08, 2020

    ๐Ÿ”‹ Features

    • notes: new note from selection cmd (d2a917a)

    ๐Ÿฑ

  • v0.10.1 Changes

    September 07, 2020

    ๐Ÿ› Bug Fixes

    • pods: deal with dots when importing directories (5e45e1d)