This repository has been archived by the owner on Nov 24, 2024. It is now read-only.
Releases: aidenlx/marginnote-companion
Releases · aidenlx/marginnote-companion
0.5.1
0.4.0
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.3.0 (2021-09-04)
Bug Fixes
Features
- add i18n support (58bf4b6)
- add marginnote icons (a5aa0e1)
- lang: add TFunctionFull that reveals all possible key path (0f01131)
- options to select template in editor menu (e1cb45a)
- paste to insert toc (8dec186)
- setting-tab: add date-time format toggle (80b1cbb)
- setting-tab: basic setting interface for templates (20fe87c)
- setting-tab: update template config settings (f13165c)
- settings: muiltple template configs (219d43b)
- support obsidian-bridge v3.0.0 (c244553)
Reverts
- remove redundant defaultTpl from config (b961add)
0.2.0
0.1.0
0.1.0 (2021-05-06)
Bug Fixes
- add null checks for SelToAilas() to escape when nothing is selected (964ed40)
- link inserts properly in when {p:string[]} is present in body (7261113)
- remove redundant empty lines in the importMeta() output (71177d1)
- frontmatter.ts: rendered frontmatter no longer mixed with first line (0a52394)
- importMeta() no longer create empty lines below frontmatter (01859ab)
- render.ts: html's can be ignored again during turndown (d99d298)
- getSimpleNote() no longer ignore comments (a656417)
- paste event handler no longer block normal paste event (d445550)
Features
- add url scheme for SelToAlias() (d2f4e15)
- settings.ts: add setting tab for noteImportOption (1e9195d)
- add aliasBelowH1 (e14e156)
- add autodef and SelToAlias macro (c6185f7)
- add extractSource macro (55f5ca2)
- add new option to update existing h1 for importMeta() (473e6a0)
- add SourceButton (6fa4e17)
- add unload method for paste handler (6cae321)
- enable autopaste (45c5764)
- migrate code from cpNote and alx-macros (54ea70e)
- use turndown to convert htmlComments (224a026)