2.0.1 (2022-04-20)
2.0.0 (2022-04-20)
- 👽 Remove dependency to app as it is now globally accessible (8dcd393)
1.5.0 (2022-04-19)
- 👽 Remove dependency to app as it is now globally accessible (8dcd393)
- 🗑️ Deprecate
addFeatherIcon
andaddAllFeatherIcons
because Obsidian now ships a full Icon Library (#28) (0d929b5)
1.4.2 (2022-03-02)
- 🗑️ Deprecate
addFeatherIcon
andaddAllFeatherIcons
because Obsidian now ships a full Icon Library (#28) (0d929b5)
1.4.1 (2021-12-19)
- 🐛 Better startsWithYaml checking (4a36ed5)
1.4.0 (2021-12-19)
1.3.0 (2021-11-17)
- ✨ openOrSwitch all file extensions (1c8c6ea)
- 🐛 addMD to noteName when checking if isResolved (3e37f66)
1.2.0 (2021-11-12)
- ✨ openView returns opened view (07eeede)
- 🐛 openOrSwitch incorrect logic checking if user wants to createNewFile (4c3040c)
1.1.1 (2021-11-09)
- 🐛 Was adding'.md' to new files twice (f97ccf6)
1.1.0 (2021-11-04)
- ✨ unresolvedQ (5e6cf7e)
1.0.2 (2021-11-04)
- 🐛 dropMD dropped in the wrong cases (4f012b7)
1.0.1 (2021-11-02)
- 🐛 Change
npm run docs
to achore
type, notdocs
(1c4387a) - 🐛 hoverPreview doesn't work without
to
(d8d1651) - 🐛 Wrong package name in changelog! (21d74a7)
- 📝 Remove unused
Documentation
headers (3ebe64a)
1.0.0 (2021-11-02)
- ✨ Extend functionality of
RenderedMarkdownModal
(08027ca)
- 📝 RenderedMarkdownModal docs (3c2ed65)
0.1.3 (2021-11-01)
- ✨ Function: waitForResolvedLinks (1e5e4df)
0.1.2 (2021-11-01)
- ✨ Two util functions: stripMD + addMD (1b3d7ac)
0.1.1 (2021-10-30)
- 🐛 Only saveViewSide if leaf of
viewType
is open (3b2eb58)
0.1.0 (2021-10-30)
- ✨ Not necessary to pass in
to
tohoverPreview
if theevent.target.innerText
is already thelinkText
(5ce91cc) - ✨ openView + saveViewSide (6dc48c6)
0.0.19 (2021-10-28)
0.0.18 (2021-10-27)
0.0.17 (2021-10-26)
- ✨ Add directed option to linkedQ (ab10d2d)
- 🐛 Remove module override (c8a781e)
0.0.16 (2021-10-25)
- 🐛 createwNewMDNote: Append '.md' to
newName
if not present (e797c85) - 🐛 Remove redundant declaration (176fa8e)
0.0.15 (2021-10-24)
- 🐛 Check if leaf.view instanceof MarkdownView to confirm view.file exists (007e474)
0.0.14 (2021-10-24)
0.0.13 (2021-10-24)
0.0.12 (2021-10-24)
0.0.11 (2021-10-24)
0.0.10 (2021-10-24)
0.0.9 (2021-10-24)
0.0.8 (2021-10-24)
- 🚀 Add my often used Methods (4956509)
- add yarn.lock to gitignore (9e1d37d)
0.0.7 (2021-10-24)
0.0.6 (2021-10-24)
0.0.5 (2021-10-24)
- ✨ Add
copy
function (91b28ea)