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
79
52

0.70.1

Diff
kevins8
published 0.70.1 •

Changelog

Source

0.70.1 (2021-11-26)

Bug Fixes

  • publish: issue with cypress dependency (9a18336), closes #19102
  • allow assets to open from preview view (#1771) (f362bda)
  • cli: workspace info prints message to CLI (6d512e2)
  • commands: allow creation of new notes when move header destination doesn't exist yet (#1646) (90a47e4)
  • commands: move header command modifying unrelated note content (#1574) (46cad20)
  • dev: fix some typos in the GitHub templates (#1546) (87dd69c)
  • lookup: disappearing vaults in vault selection quickpick (#1717) (7e2333a)
  • lookup: have schema exact match suggestion in lookup show up at the top of the list (#1720) (41b07b9)
  • lookup: hierarchy look up when inside parts of the hierarchy are omitted (#1522) (6c30af5)
  • lookup: re-enable lookup commands (e780cd1)
  • markdown: email parsed as user tag & option to disable user tags and hashtags (#1562) (fd56f7e)
  • markdown: footnote definitions including links are rendered incorrectly (#1704) (f500583), closes #1001
  • markdown: footnote links move view in publishing & preview (#1568) (fbe659d)
  • markdown: footnote rendering in note references (#1520) (c4056f5)
  • pods: github import pod handle deleted authors (#1660) (eb11440)
  • pods: invalid configuration error (398a599)
  • pods: resolve same level dir wikilinks in markdown import(#1615) (3c82e14)
  • publish: enable katex on published site (7189cd8)
  • publish: enable mermaid support (fc84c74)
  • publish: make 11ty publishing compatible with config version 3 (#1556) (bc76028)
  • publish: make mermaid work consistently on published sites (2f648e0)
  • publish: optimize nextjs publishing search (#1519) (d06dd25)
  • publish: remove .next dir if it exists in publish init (#1548) (3ffd87a)
  • publish: remove duplicate CSS (#1707) (9574009)
  • publish: syntax highlighting for code blocks (8ece4e2)
  • publish: table of contents layout (#1649) (dbae739)
  • publish: unslugify titles in toc (292a46b)
  • publish: verbose logging when building notes (136cbec)
  • schemas: yaml expansions in schemas (#1726) (0bd94bb)
  • server: improving error response on api server (#1645) (8936fb6)
  • viwes: nav_order property not respected in tree view (fd328a1)
  • workspace: apply enableUser/HashTags to broken wikilinks code action (#1712) (1ea4f9d)
  • workspace: checks against fnames with all lowercase (#1739) (8e3f8ec)
  • workspace: remove trailing whitespace in note (#1736) (d1f0117)
  • ajv warning messages printed to console (#1722) (1aae27b)
  • backward compatibility of id matching adding '_' to id regex match. (#1504) (4bbae40)
  • circular dependency with logger (5f3f958)
  • workspace: vault add avoids adding duplicate lines & vault remove cleans up gitignore lines (#1689) (2a79fdd)
  • Change Workspace command recognizes native workspaces (#1621) (d120934)
  • file watcher updates backlinks (#1618) (1e0b776)
  • frontmatter variable substitution not rendering in preview V2 (#1567) (0282c17)
  • handle undefined and null properties of old command configs in migration (#1508) (6782b54)
  • hover & goto note should respect enableUser/HashTags (#1620) (1943171), closes #1503
  • lock ua-parser-js to 0.7.28 due to https://github.com/faisalman/ua-parser-js/issues/536 (7b697d2)
  • markdown publish to hide block reference anchors (#1577) (43fe1a7)
  • mistyped analytics event name (#1678) (13086c2)
  • notes getting edited issue (#1559) (6810a9a)
  • recursive null value cleanup not properly working during migration (#1564) (660c86e)
  • replace auto generated ids (coming from inline schemas) with patterns (#1632) (af28cf6)
  • publish: Title parts duplicated in Next publishing search (#1573) (59de1a4)
  • require statement path (#1561) (6a7be61)
  • publish: wikilinks inside note references don't have right link (59468c3)
  • workspace: error when init native workspace (e74d492)
  • workspace: making changes to fontmatter title also update the preview (#1513) (a54848d)
  • workaround for user tags & hashtags inside links (ef8c859)
  • workspace: possible error if open note is changed quickly after edit (#1486) (e21f92e)

Features Dendron

  • pods: Export Pod V2 (#1772) (2dac9df)
  • decorator improvements (#1770) (a7227fd)
  • notes: task notes (create modifier & editor highlighting) (#1583) (e785efa)
  • publish: add dendron publish dev command (4be800b)
  • workspace: added contextual ui menu option for wrapping link (#1677) (732108c)
  • add Dendron preview button (db092e3)
  • workspace: convert vault command (#1542) (c265e9d)
  • workspace: Initialize Workspace command can create native workspaces (#1701) (5b59038)
  • Native workspace enhancements (#1670) (7a392bb)
  • schemas: adding new command - create schema from hierarchy (#1673) (14732ec)
  • workspace: better note previews (#1666) (5cf7067)
  • workspace: hide default markdown preview button (#1636) (ce182b2)
  • workspace: native workspaces (#1482) (c2febc9)

Reverts

  • Revert "fix: add workspace root to workspace folders for Code Workspaces" (09b3ad5)
kevins8
published 0.70.0 •

Changelog

Source

0.70.0 (2021-11-23)

Bug Fixes

  • cli: workspace info prints message to CLI (6d512e2)
  • commands: allow creation of new notes when move header destination doesn't exist yet (#1646) (90a47e4)
  • commands: move header command modifying unrelated note content (#1574) (46cad20)
  • dev: fix some typos in the GitHub templates (#1546) (87dd69c)
  • lookup: disappearing vaults in vault selection quickpick (#1717) (7e2333a)
  • lookup: have schema exact match suggestion in lookup show up at the top of the list (#1720) (41b07b9)
  • lookup: hierarchy look up when inside parts of the hierarchy are omitted (#1522) (6c30af5)
  • lookup: re-enable lookup commands (e780cd1)
  • markdown: email parsed as user tag & option to disable user tags and hashtags (#1562) (fd56f7e)
  • markdown: footnote definitions including links are rendered incorrectly (#1704) (f500583), closes #1001
  • markdown: footnote links move view in publishing & preview (#1568) (fbe659d)
  • markdown: footnote rendering in note references (#1520) (c4056f5)
  • pods: github import pod handle deleted authors (#1660) (eb11440)
  • pods: invalid configuration error (398a599)
  • pods: resolve same level dir wikilinks in markdown import(#1615) (3c82e14)
  • publish: enable katex on published site (7189cd8)
  • publish: enable mermaid support (fc84c74)
  • publish: make 11ty publishing compatible with config version 3 (#1556) (bc76028)
  • publish: make mermaid work consistently on published sites (2f648e0)
  • publish: optimize nextjs publishing search (#1519) (d06dd25)
  • publish: remove .next dir if it exists in publish init (#1548) (3ffd87a)
  • publish: remove duplicate CSS (#1707) (9574009)
  • publish: syntax highlighting for code blocks (8ece4e2)
  • publish: Title parts duplicated in Next publishing search (#1573) (59de1a4)
  • publish: unslugify titles in toc (292a46b)
  • publish: verbose logging when building notes (136cbec)
  • schemas: yaml expansions in schemas (#1726) (0bd94bb)
  • viwes: nav_order property not respected in tree view (fd328a1)
  • workspace: apply enableUser/HashTags to broken wikilinks code action (#1712) (1ea4f9d)
  • workspace: checks against fnames with all lowercase (#1739) (8e3f8ec)
  • workspace: remove trailing whitespace in note (#1736) (d1f0117)
  • ajv warning messages printed to console (#1722) (1aae27b)
  • circular dependency with logger (5f3f958)
  • workspace: vault add avoids adding duplicate lines & vault remove cleans up gitignore lines (#1689) (2a79fdd)
  • backward compatibility of id matching adding '_' to id regex match. (#1504) (4bbae40)
  • Change Workspace command recognizes native workspaces (#1621) (d120934)
  • mistyped analytics event name (#1678) (13086c2)
  • publish: table of contents layout (#1649) (dbae739)
  • publish: wikilinks inside note references don't have right link (59468c3)
  • server: improving error response on api server (#1645) (8936fb6)
  • file watcher updates backlinks (#1618) (1e0b776)
  • frontmatter variable substitution not rendering in preview V2 (#1567) (0282c17)
  • handle undefined and null properties of old command configs in migration (#1508) (6782b54)
  • hover & goto note should respect enableUser/HashTags (#1620) (1943171), closes #1503
  • lock ua-parser-js to 0.7.28 due to https://github.com/faisalman/ua-parser-js/issues/536 (7b697d2)
  • markdown publish to hide block reference anchors (#1577) (43fe1a7)
  • notes getting edited issue (#1559) (6810a9a)
  • recursive null value cleanup not properly working during migration (#1564) (660c86e)
  • replace auto generated ids (coming from inline schemas) with patterns (#1632) (af28cf6)
  • require statement path (#1561) (6a7be61)
  • workspace: error when init native workspace (e74d492)
  • workspace: making changes to fontmatter title also update the preview (#1513) (a54848d)
  • workaround for user tags & hashtags inside links (ef8c859)
  • workspace: possible error if open note is changed quickly after edit (#1486) (e21f92e)

Features Dendron

  • notes: task notes (create modifier & editor highlighting) (#1583) (e785efa)
  • publish: add dendron publish dev command (4be800b)
  • workspace: added contextual ui menu option for wrapping link (#1677) (732108c)
  • workspace: Initialize Workspace command can create native workspaces (#1701) (5b59038)
  • Native workspace enhancements (#1670) (7a392bb)
  • schemas: adding new command - create schema from hierarchy (#1673) (14732ec)
  • workspace: better note previews (#1666) (5cf7067)
  • workspace: convert vault command (#1542) (c265e9d)
  • workspace: hide default markdown preview button (#1636) (ce182b2)
  • workspace: native workspaces (#1482) (c2febc9)

Reverts

  • Revert "fix: add workspace root to workspace folders for Code Workspaces" (09b3ad5)
kevins8
published 0.69.3 •

Changelog

Source

0.69.3-alpha.0 (2021-11-22)

Bug Fixes

  • cli: workspace info prints message to CLI (6d512e2)
  • commands: allow creation of new notes when move header destination doesn't exist yet (#1646) (90a47e4)
  • commands: move header command modifying unrelated note content (#1574) (46cad20)
  • dev: fix some typos in the GitHub templates (#1546) (87dd69c)
  • lookup: disappearing vaults in vault selection quickpick (#1717) (7e2333a)
  • lookup: have schema exact match suggestion in lookup show up at the top of the list (#1720) (41b07b9)
  • lookup: hierarchy look up when inside parts of the hierarchy are omitted (#1522) (6c30af5)
  • lookup: re-enable lookup commands (e780cd1)
  • markdown: email parsed as user tag & option to disable user tags and hashtags (#1562) (fd56f7e)
  • markdown: footnote definitions including links are rendered incorrectly (#1704) (f500583), closes #1001
  • markdown: footnote links move view in publishing & preview (#1568) (fbe659d)
  • markdown: footnote rendering in note references (#1520) (c4056f5)
  • pods: github import pod handle deleted authors (#1660) (eb11440)
  • pods: invalid configuration error (398a599)
  • pods: resolve same level dir wikilinks in markdown import(#1615) (3c82e14)
  • publish: enable katex on published site (7189cd8)
  • publish: enable mermaid support (fc84c74)
  • publish: make 11ty publishing compatible with config version 3 (#1556) (bc76028)
  • publish: make mermaid work consistently on published sites (2f648e0)
  • publish: optimize nextjs publishing search (#1519) (d06dd25)
  • publish: remove .next dir if it exists in publish init (#1548) (3ffd87a)
  • publish: remove duplicate CSS (#1707) (9574009)
  • publish: syntax highlighting for code blocks (8ece4e2)
  • publish: Title parts duplicated in Next publishing search (#1573) (59de1a4)
  • publish: unslugify titles in toc (292a46b)
  • publish: verbose logging when building notes (136cbec)
  • schemas: yaml expansions in schemas (#1726) (0bd94bb)
  • viwes: nav_order property not respected in tree view (fd328a1)
  • workspace: apply enableUser/HashTags to broken wikilinks code action (#1712) (1ea4f9d)
  • workspace: checks against fnames with all lowercase (#1739) (8e3f8ec)
  • workspace: remove trailing whitespace in note (#1736) (d1f0117)
  • ajv warning messages printed to console (#1722) (1aae27b)
  • circular dependency with logger (5f3f958)
  • workspace: vault add avoids adding duplicate lines & vault remove cleans up gitignore lines (#1689) (2a79fdd)
  • backward compatibility of id matching adding '_' to id regex match. (#1504) (4bbae40)
  • Change Workspace command recognizes native workspaces (#1621) (d120934)
  • mistyped analytics event name (#1678) (13086c2)
  • publish: table of contents layout (#1649) (dbae739)
  • publish: wikilinks inside note references don't have right link (59468c3)
  • server: improving error response on api server (#1645) (8936fb6)
  • file watcher updates backlinks (#1618) (1e0b776)
  • frontmatter variable substitution not rendering in preview V2 (#1567) (0282c17)
  • handle undefined and null properties of old command configs in migration (#1508) (6782b54)
  • hover & goto note should respect enableUser/HashTags (#1620) (1943171), closes #1503
  • lock ua-parser-js to 0.7.28 due to https://github.com/faisalman/ua-parser-js/issues/536 (7b697d2)
  • markdown publish to hide block reference anchors (#1577) (43fe1a7)
  • notes getting edited issue (#1559) (6810a9a)
  • recursive null value cleanup not properly working during migration (#1564) (660c86e)
  • replace auto generated ids (coming from inline schemas) with patterns (#1632) (af28cf6)
  • require statement path (#1561) (6a7be61)
  • workspace: error when init native workspace (e74d492)
  • workspace: making changes to fontmatter title also update the preview (#1513) (a54848d)
  • workaround for user tags & hashtags inside links (ef8c859)
  • workspace: possible error if open note is changed quickly after edit (#1486) (e21f92e)

Features Dendron

  • notes: task notes (create modifier & editor highlighting) (#1583) (e785efa)
  • publish: add dendron publish dev command (4be800b)
  • workspace: added contextual ui menu option for wrapping link (#1677) (732108c)
  • workspace: Initialize Workspace command can create native workspaces (#1701) (5b59038)
  • Native workspace enhancements (#1670) (7a392bb)
  • schemas: adding new command - create schema from hierarchy (#1673) (14732ec)
  • workspace: better note previews (#1666) (5cf7067)
  • workspace: convert vault command (#1542) (c265e9d)
  • workspace: hide default markdown preview button (#1636) (ce182b2)
  • workspace: native workspaces (#1482) (c2febc9)

Reverts

  • Revert "chore(build): add sleep after publish to build step" (e8e20ee)
  • Revert "fix: add workspace root to workspace folders for Code Workspaces" (09b3ad5)
kevins8
published 0.69.3-alpha.11 •
kevins8
published 0.69.2 •

Changelog

Source

0.69.2 (2021-11-19)

Bug Fixes

  • publish: syntax highlighting for code blocks (8ece4e2)
  • decorations working for long notes, improved task note decorations (#1725) (f03cd9a)
  • commands: allow creation of new notes when move header destination doesn't exist yet (#1646) (90a47e4)
  • commands: move header command modifying unrelated note content (#1574) (46cad20)
  • dev: fix some typos in the GitHub templates (#1546) (87dd69c)
  • lookup: disappearing vaults in vault selection quickpick (#1717) (7e2333a)
  • lookup: have schema exact match suggestion in lookup show up at the top of the list (#1720) (41b07b9)
  • lookup: hierarchy look up when inside parts of the hierarchy are omitted (#1522) (6c30af5)
  • lookup: re-enable lookup commands (e780cd1)
  • markdown: email parsed as user tag & option to disable user tags and hashtags (#1562) (fd56f7e)
  • markdown: footnote definitions including links are rendered incorrectly (#1704) (f500583), closes #1001
  • markdown: footnote links move view in publishing & preview (#1568) (fbe659d)
  • markdown: footnote rendering in note references (#1520) (c4056f5)
  • pods: github import pod handle deleted authors (#1660) (eb11440)
  • pods: invalid configuration error (398a599)
  • pods: resolve same level dir wikilinks in markdown import(#1615) (3c82e14)
  • publish: enable mermaid support (fc84c74)
  • publish: make 11ty publishing compatible with config version 3 (#1556) (bc76028)
  • publish: optimize nextjs publishing search (#1519) (d06dd25)
  • publish: remove .next dir if it exists in publish init (#1548) (3ffd87a)
  • publish: remove duplicate CSS (#1707) (9574009)
  • publish: Title parts duplicated in Next publishing search (#1573) (59de1a4)
  • publish: unslugify titles in toc (292a46b)
  • publish: verbose logging when building notes (136cbec)
  • workspace: apply enableUser/HashTags to broken wikilinks code action (#1712) (1ea4f9d)
  • workspace: error when init native workspace (e74d492)
  • workspace: remove trailing whitespace in note (#1736) (d1f0117)
  • ajv warning messages printed to console (#1722) (1aae27b)
  • Change Workspace command recognizes native workspaces (#1621) (d120934)
  • circular dependency with logger (5f3f958)
  • publish: table of contents layout (#1649) (dbae739)
  • server: improving error response on api server (#1645) (8936fb6)
  • viwes: nav_order property not respected in tree view (fd328a1)
  • workspace: vault add avoids adding duplicate lines & vault remove cleans up gitignore lines (#1689) (2a79fdd)
  • backward compatibility of id matching adding '_' to id regex match. (#1504) (4bbae40)
  • file watcher updates backlinks (#1618) (1e0b776)
  • frontmatter variable substitution not rendering in preview V2 (#1567) (0282c17)
  • handle undefined and null properties of old command configs in migration (#1508) (6782b54)
  • hover & goto note should respect enableUser/HashTags (#1620) (1943171), closes #1503
  • lock ua-parser-js to 0.7.28 due to https://github.com/faisalman/ua-parser-js/issues/536 (7b697d2)
  • markdown publish to hide block reference anchors (#1577) (43fe1a7)
  • mistyped analytics event name (#1678) (13086c2)
  • notes getting edited issue (#1559) (6810a9a)
  • recursive null value cleanup not properly working during migration (#1564) (660c86e)
  • replace auto generated ids (coming from inline schemas) with patterns (#1632) (af28cf6)
  • require statement path (#1561) (6a7be61)
  • publish: wikilinks inside note references don't have right link (59468c3)
  • workspace: making changes to fontmatter title also update the preview (#1513) (a54848d)
  • workaround for user tags & hashtags inside links (ef8c859)
  • workspace: possible error if open note is changed quickly after edit (#1486) (e21f92e)

Features Dendron

  • workspace: Initialize Workspace command can create native workspaces (#1701) (5b59038)
  • Native workspace enhancements (#1670) (7a392bb)
  • notes: task notes (create modifier & editor highlighting) (#1583) (e785efa)
  • publish: add dendron publish dev command (4be800b)
  • schemas: adding new command - create schema from hierarchy (#1673) (14732ec)
  • workspace: better note previews (#1666) (5cf7067)
  • workspace: convert vault command (#1542) (c265e9d)
  • workspace: hide default markdown preview button (#1636) (ce182b2)
  • workspace: native workspaces (#1482) (c2febc9)
kevins8
published 0.69.0 •

Changelog

Source

0.69.0 (2021-11-16)

Bug Fixes

  • commands: allow creation of new notes when move header destination doesn't exist yet (#1646) (90a47e4)
  • commands: move header command modifying unrelated note content (#1574) (46cad20)
  • dev: fix some typos in the GitHub templates (#1546) (87dd69c)
  • lookup: hierarchy look up when inside parts of the hierarchy are omitted (#1522) (6c30af5)
  • lookup: re-enable lookup commands (e780cd1)
  • markdown: email parsed as user tag & option to disable user tags and hashtags (#1562) (fd56f7e)
  • markdown: footnote definitions including links are rendered incorrectly (#1704) (f500583), closes #1001
  • markdown: footnote links move view in publishing & preview (#1568) (fbe659d)
  • markdown: footnote rendering in note references (#1520) (c4056f5)
  • pods: github import pod handle deleted authors (#1660) (eb11440)
  • pods: resolve same level dir wikilinks in markdown import(#1615) (3c82e14)
  • publish: enable mermaid support (fc84c74)
  • publish: make 11ty publishing compatible with config version 3 (#1556) (bc76028)
  • publish: optimize nextjs publishing search (#1519) (d06dd25)
  • publish: remove .next dir if it exists in publish init (#1548) (3ffd87a)
  • publish: table of contents layout (#1649) (dbae739)
  • publish: Title parts duplicated in Next publishing search (#1573) (59de1a4)
  • publish: unslugify titles in toc (292a46b)
  • publish: verbose logging when building notes (136cbec)
  • publish: wikilinks inside note references don't have right link (59468c3)
  • server: improving error response on api server (#1645) (8936fb6)
  • viwes: nav_order property not respected in tree view (fd328a1)
  • workspace: apply enableUser/HashTags to broken wikilinks code action (#1712) (1ea4f9d)
  • circular dependency with logger (5f3f958)
  • workspace: vault add avoids adding duplicate lines & vault remove cleans up gitignore lines (#1689) (2a79fdd)
  • backward compatibility of id matching adding '_' to id regex match. (#1504) (4bbae40)
  • Change Workspace command recognizes native workspaces (#1621) (d120934)
  • file watcher updates backlinks (#1618) (1e0b776)
  • frontmatter variable substitution not rendering in preview V2 (#1567) (0282c17)
  • handle undefined and null properties of old command configs in migration (#1508) (6782b54)
  • hover & goto note should respect enableUser/HashTags (#1620) (1943171), closes #1503
  • lock ua-parser-js to 0.7.28 due to https://github.com/faisalman/ua-parser-js/issues/536 (7b697d2)
  • markdown publish to hide block reference anchors (#1577) (43fe1a7)
  • mistyped analytics event name (#1678) (13086c2)
  • notes getting edited issue (#1559) (6810a9a)
  • recursive null value cleanup not properly working during migration (#1564) (660c86e)
  • replace auto generated ids (coming from inline schemas) with patterns (#1632) (af28cf6)
  • require statement path (#1561) (6a7be61)
  • workspace: making changes to fontmatter title also update the preview (#1513) (a54848d)
  • workaround for user tags & hashtags inside links (ef8c859)
  • workspace: error when init native workspace (e74d492)
  • workspace: possible error if open note is changed quickly after edit (#1486) (e21f92e)

Features Dendron

  • Native workspace enhancements (#1670) (7a392bb)
  • notes: task notes (create modifier & editor highlighting) (#1583) (e785efa)
  • publish: add dendron publish dev command (4be800b)
  • schemas: adding new command - create schema from hierarchy (#1673) (14732ec)
  • workspace: better note previews (#1666) (5cf7067)
  • workspace: convert vault command (#1542) (c265e9d)
  • workspace: hide default markdown preview button (#1636) (ce182b2)
  • workspace: native workspaces (#1482) (c2febc9)
kevins8
published 0.68.0 •

Changelog

Source

0.68.0 (2021-11-09)

Bug Fixes

  • mistyped analytics event name (#1678) (13086c2)
  • pods: github import pod handle deleted authors (#1660) (eb11440)
  • Change Workspace command recognizes native workspaces (#1621) (d120934)
  • commands: allow creation of new notes when move header destination doesn't exist yet (#1646) (90a47e4)
  • commands: move header command modifying unrelated note content (#1574) (46cad20)
  • dev: fix some typos in the GitHub templates (#1546) (87dd69c)
  • lookup: hierarchy look up when inside parts of the hierarchy are omitted (#1522) (6c30af5)
  • markdown: email parsed as user tag & option to disable user tags and hashtags (#1562) (fd56f7e)
  • markdown: footnote links move view in publishing & preview (#1568) (fbe659d)
  • markdown: footnote rendering in note references (#1520) (c4056f5)
  • pods: resolve same level dir wikilinks in markdown import(#1615) (3c82e14)
  • publish: enable mermaid support (fc84c74)
  • publish: make 11ty publishing compatible with config version 3 (#1556) (bc76028)
  • publish: optimize nextjs publishing search (#1519) (d06dd25)
  • publish: remove .next dir if it exists in publish init (#1548) (3ffd87a)
  • publish: table of contents layout (#1649) (dbae739)
  • server: improving error response on api server (#1645) (8936fb6)
  • backward compatibility of id matching adding '_' to id regex match. (#1504) (4bbae40)
  • file watcher updates backlinks (#1618) (1e0b776)
  • frontmatter variable substitution not rendering in preview V2 (#1567) (0282c17)
  • handle undefined and null properties of old command configs in migration (#1508) (6782b54)
  • hover & goto note should respect enableUser/HashTags (#1620) (1943171), closes #1503
  • lock ua-parser-js to 0.7.28 due to https://github.com/faisalman/ua-parser-js/issues/536 (7b697d2)
  • markdown publish to hide block reference anchors (#1577) (43fe1a7)
  • notes getting edited issue (#1559) (6810a9a)
  • recursive null value cleanup not properly working during migration (#1564) (660c86e)
  • replace auto generated ids (coming from inline schemas) with patterns (#1632) (af28cf6)
  • publish: Title parts duplicated in Next publishing search (#1573) (59de1a4)
  • require statement path (#1561) (6a7be61)
  • publish: unslugify titles in toc (292a46b)
  • publish: verbose logging when building notes (136cbec)
  • publish: wikilinks inside note references don't have right link (59468c3)
  • workspace: making changes to fontmatter title also update the preview (#1513) (a54848d)
  • workaround for user tags & hashtags inside links (ef8c859)
  • workspace: error when init native workspace (e74d492)
  • workspace: possible error if open note is changed quickly after edit (#1486) (e21f92e)

Features Dendron

  • notes: task notes (create modifier & editor highlighting) (#1583) (e785efa)
  • publish: add dendron publish dev command (4be800b)
  • schemas: adding new command - create schema from hierarchy (#1673) (14732ec)
  • workspace: better note previews (#1666) (5cf7067)
  • workspace: convert vault command (#1542) (c265e9d)
  • workspace: hide default markdown preview button (#1636) (ce182b2)
  • workspace: native workspaces (#1482) (c2febc9)
kevins8
published 0.67.2 •

Changelog

Source

0.67.2 (2021-11-05)

Bug Fixes

  • Change Workspace command recognizes native workspaces (#1621) (d120934)
  • commands: allow creation of new notes when move header destination doesn't exist yet (#1646) (90a47e4)
  • commands: move header command modifying unrelated note content (#1574) (46cad20)
  • dev: fix some typos in the GitHub templates (#1546) (87dd69c)
  • lookup: hierarchy look up when inside parts of the hierarchy are omitted (#1522) (6c30af5)
  • markdown: email parsed as user tag & option to disable user tags and hashtags (#1562) (fd56f7e)
  • markdown: footnote links move view in publishing & preview (#1568) (fbe659d)
  • markdown: footnote rendering in note references (#1520) (c4056f5)
  • pods: resolve same level dir wikilinks in markdown import(#1615) (3c82e14)
  • publish: enable mermaid support (fc84c74)
  • publish: make 11ty publishing compatible with config version 3 (#1556) (bc76028)
  • publish: optimize nextjs publishing search (#1519) (d06dd25)
  • publish: remove .next dir if it exists in publish init (#1548) (3ffd87a)
  • publish: table of contents layout (#1649) (dbae739)
  • publish: Title parts duplicated in Next publishing search (#1573) (59de1a4)
  • server: improving error response on api server (#1645) (8936fb6)
  • backward compatibility of id matching adding '_' to id regex match. (#1504) (4bbae40)
  • file watcher updates backlinks (#1618) (1e0b776)
  • frontmatter variable substitution not rendering in preview V2 (#1567) (0282c17)
  • handle undefined and null properties of old command configs in migration (#1508) (6782b54)
  • hover & goto note should respect enableUser/HashTags (#1620) (1943171), closes #1503
  • lock ua-parser-js to 0.7.28 due to https://github.com/faisalman/ua-parser-js/issues/536 (7b697d2)
  • markdown publish to hide block reference anchors (#1577) (43fe1a7)
  • notes getting edited issue (#1559) (6810a9a)
  • recursive null value cleanup not properly working during migration (#1564) (660c86e)
  • replace auto generated ids (coming from inline schemas) with patterns (#1632) (af28cf6)
  • require statement path (#1561) (6a7be61)
  • publish: unslugify titles in toc (292a46b)
  • publish: verbose logging when building notes (136cbec)
  • publish: wikilinks inside note references don't have right link (59468c3)
  • workspace: making changes to fontmatter title also update the preview (#1513) (a54848d)
  • workaround for user tags & hashtags inside links (ef8c859)
  • workspace: error when init native workspace (e74d492)
  • workspace: possible error if open note is changed quickly after edit (#1486) (e21f92e)

Features Dendron

  • notes: task notes (create modifier & editor highlighting) (#1583) (e785efa)
  • publish: add dendron publish dev command (4be800b)
  • workspace: convert vault command (#1542) (c265e9d)
  • workspace: hide default markdown preview button (#1636) (ce182b2)
  • workspace: native workspaces (#1482) (c2febc9)
kevins8
published 0.66.2 •

Changelog

Source

0.66.2 (2021-11-05)

Bug Fixes

  • Change Workspace command recognizes native workspaces (#1621) (d120934)
  • commands: allow creation of new notes when move header destination doesn't exist yet (#1646) (90a47e4)
  • commands: move header command modifying unrelated note content (#1574) (46cad20)
  • dev: fix some typos in the GitHub templates (#1546) (87dd69c)
  • lookup: hierarchy look up when inside parts of the hierarchy are omitted (#1522) (6c30af5)
  • markdown: email parsed as user tag & option to disable user tags and hashtags (#1562) (fd56f7e)
  • markdown: footnote links move view in publishing & preview (#1568) (fbe659d)
  • markdown: footnote rendering in note references (#1520) (c4056f5)
  • pods: resolve same level dir wikilinks in markdown import(#1615) (3c82e14)
  • publish: enable mermaid support (fc84c74)
  • publish: make 11ty publishing compatible with config version 3 (#1556) (bc76028)
  • publish: optimize nextjs publishing search (#1519) (d06dd25)
  • publish: remove .next dir if it exists in publish init (#1548) (3ffd87a)
  • publish: table of contents layout (#1649) (dbae739)
  • publish: Title parts duplicated in Next publishing search (#1573) (59de1a4)
  • server: improving error response on api server (#1645) (8936fb6)
  • backward compatibility of id matching adding '_' to id regex match. (#1504) (4bbae40)
  • file watcher updates backlinks (#1618) (1e0b776)
  • frontmatter variable substitution not rendering in preview V2 (#1567) (0282c17)
  • handle undefined and null properties of old command configs in migration (#1508) (6782b54)
  • hover & goto note should respect enableUser/HashTags (#1620) (1943171), closes #1503
  • lock ua-parser-js to 0.7.28 due to https://github.com/faisalman/ua-parser-js/issues/536 (7b697d2)
  • markdown publish to hide block reference anchors (#1577) (43fe1a7)
  • notes getting edited issue (#1559) (6810a9a)
  • recursive null value cleanup not properly working during migration (#1564) (660c86e)
  • replace auto generated ids (coming from inline schemas) with patterns (#1632) (af28cf6)
  • require statement path (#1561) (6a7be61)
  • publish: unslugify titles in toc (292a46b)
  • publish: verbose logging when building notes (136cbec)
  • publish: wikilinks inside note references don't have right link (59468c3)
  • workspace: making changes to fontmatter title also update the preview (#1513) (a54848d)
  • workaround for user tags & hashtags inside links (ef8c859)
  • workspace: error when init native workspace (e74d492)
  • workspace: possible error if open note is changed quickly after edit (#1486) (e21f92e)

Features Dendron

  • notes: task notes (create modifier & editor highlighting) (#1583) (e785efa)
  • publish: add dendron publish dev command (4be800b)
  • workspace: convert vault command (#1542) (c265e9d)
  • workspace: hide default markdown preview button (#1636) (ce182b2)
  • workspace: native workspaces (#1482) (c2febc9)
kevins8
published 0.66.1 •

Changelog

Source

0.66.1 (2021-11-03)

Bug Fixes

  • pods: resolve same level dir wikilinks in markdown import(#1615) (3c82e14)
  • file watcher updates backlinks (#1618) (1e0b776)
  • hover & goto note should respect enableUser/HashTags (#1620) (1943171), closes #1503
  • markdown publish to hide block reference anchors (#1577) (43fe1a7)
  • replace auto generated ids (coming from inline schemas) with patterns (#1632) (af28cf6)
  • commands: move header command modifying unrelated note content (#1574) (46cad20)
  • dev: fix some typos in the GitHub templates (#1546) (87dd69c)
  • lookup: hierarchy look up when inside parts of the hierarchy are omitted (#1522) (6c30af5)
  • markdown: email parsed as user tag & option to disable user tags and hashtags (#1562) (fd56f7e)
  • markdown: footnote links move view in publishing & preview (#1568) (fbe659d)
  • markdown: footnote rendering in note references (#1520) (c4056f5)
  • publish: enable mermaid support (fc84c74)
  • publish: remove .next dir if it exists in publish init (#1548) (3ffd87a)
  • publish: Title parts duplicated in Next publishing search (#1573) (59de1a4)
  • backward compatibility of id matching adding '_' to id regex match. (#1504) (4bbae40)
  • frontmatter variable substitution not rendering in preview V2 (#1567) (0282c17)
  • handle undefined and null properties of old command configs in migration (#1508) (6782b54)
  • lock ua-parser-js to 0.7.28 due to https://github.com/faisalman/ua-parser-js/issues/536 (7b697d2)
  • notes getting edited issue (#1559) (6810a9a)
  • recursive null value cleanup not properly working during migration (#1564) (660c86e)
  • publish: make 11ty publishing compatible with config version 3 (#1556) (bc76028)
  • require statement path (#1561) (6a7be61)
  • publish: optimize nextjs publishing search (#1519) (d06dd25)
  • publish: unslugify titles in toc (292a46b)
  • publish: verbose logging when building notes (136cbec)
  • publish: wikilinks inside note references don't have right link (59468c3)
  • workspace: error when init native workspace (e74d492)
  • workspace: making changes to fontmatter title also update the preview (#1513) (a54848d)
  • workaround for user tags & hashtags inside links (ef8c859)
  • workspace: possible error if open note is changed quickly after edit (#1486) (e21f92e)

Features Dendron

  • notes: task notes (create modifier & editor highlighting) (#1583) (e785efa)
  • publish: add dendron publish dev command (4be800b)
  • workspace: convert vault command (#1542) (c265e9d)
  • workspace: native workspaces (#1482) (c2febc9)