All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.3.19 (2022-07-30)
- allow customization of delimiters (b567cc4)
- support wikilink syntax in headers (21d2560)
- use syntax injection for wikilinks (f53e768)
- Fix $CURRENT_SECONDS_UNIX handling when resolving short ref folder (#570) (bbf955e)
- Fix ripgrep path and tests (#510) (420b7f7)
- remove decorations configuration (456119e)
0.3.18 (2022-01-29)
- Avoid searching if workspace folder not present (4f39b0d)
0.3.17 (2022-01-08)
0.3.16 (2021-12-19)
0.3.15 (2021-12-18)
- Fix "Paste HTML as Markdown" command (8c324f8)
0.3.14 (2021-12-18)
- Disable "Paste HTML as Markdown" command until fixed (45c4e1d)
0.3.13 (2021-12-18)
0.3.12 (2021-12-18)
0.3.11 (2021-12-18)
0.3.10 (2021-12-12)
0.3.9 (2021-06-19)
- Support configurable location for creating notes (#331)
0.3.8 (2021-04-30)
0.3.7 (2021-04-27)
0.3.6 (2021-04-24)
0.3.5 (2021-04-24)
- Re-enable image preview on hover in latest vscode versions (abce6b9)
0.3.4 (2021-03-20)
- Add a note about degraded experience on image hover with vscode 1.53/1.54 (cd085f9)
- Fix backlink error when filenames contain regex symbols (06bd81d)
- Make follow link to work with vscode 1.53/1.54 (b60258e)
0.3.3 (2021-01-24)
- Add context menu "Open menu to the side" (618eadd)
- Add memo:refFocusedOrHovered (9ce62a6)
- open link in adjacent/new editor column (#81) (8c9c260)
- add showOption (c1d3066)
- eslint error "Delete
CR
on Windows (7cfad0f) - Fix tests for openReferenceBeside (1050a94)
- remove space (4945f95)
0.3.1 (2020-12-06)
0.3.0 (2020-10-31)
- Rename config prop memo.linksOnHoverPreview.imageMaxHeight -> memo.links.preview.imageMaxHeight
- Adds flag for syntax decorations (6bad403)
- Make most of the features disableable (#167) (643824e)
- Support links.format = absolute on file rename (fe6b569)
- Fix replacing multiple links at once (2d70222)
- Properly handle escape symbol for piped links (#164) (df899d1)
- remove errant only (15231d6)
0.2.2 (2020-09-27)
- Remove requirement
refUnderCursorExists
when using keyboard shortcut to follow a link #127 (fffb0e3)
0.2.1 (2020-09-20)
0.2.0 (2020-09-20)
- memo.imagePreviewMaxHeight -> memo.imagePreviewMaxHeight memo.collapseBacklinksPanelItems -> memo.backlinksPanel.collapseParentItems
-
Change backlinks panel id namespace to align with settings (4e9e112)
-
Rename configuration options (ddfcafd)
0.1.14 (2020-08-09)
- autocomplete: Support autocomplete of dangling refs (1d0fefa)
- Don't add extra md extension if link has an extension (4cb7436)
- Fix findReferences regexp greediness (c5a976e)
- Fix findUriByRef logic to use relative paths (a6dbd2c)
- Fix path passed to del.sync in cleanWorkspace utility (f60575c)
- Make links working better with dot files and explicit md extension in the link (51d65f5)
0.1.13 (2020-08-01)
0.1.12 (2020-07-31)
- Add
webp
extension support - Add tooltip about unknown extensions to built-in preview
- Links within code spans and fenced code blocks are not interpreted anymore during links rename and in the backlinks panel
- New known extensions are now recognized on drag and drop to project explorer
- Remove
memo.useEnhancedTriggerSuggest
setting in favor of built-in"[markdown]": { "editor.quickSuggestions": true }
0.1.11 (2020-07-26)
- Add new "Open daily note" command
- Remove "Open today's note" command in favor of more flexible "Open daily note" command
0.1.10 (2020-07-24)
- Add new help document "Open link in the default app"
- Add Memo logo for VSCode Marketplace
- Better documentation for "Accepted File Formats" in the help
- Added information about links rename via "Rename Symbol" command to "Automatic link synchronization" document in the help
0.1.9 (2020-07-23)
- Add "Open link in the default app" command. Opening link via context menu is also supported
- Add the possibility to rename links using
F2
orRename symbol
command. Renaming via context menu is also supported
- Fix bug when hover was not available for long references in Windows
0.1.8 (2020-07-13)
- Embedding other notes using
![[Your note]]
syntax - Support regular links to images
[[image.png]]
, previously it was only possible to refer to an image using embed link![[image.png]]
- Add
memo.useEnhancedTriggerSuggest
setting that instructs Memo to continuously trigger suggest after[[
characters typed, so it makes easier to re-trigger suggest if you made a mistake while typing - Embed files feature added to help documentation
- Regular and embed links won't be interpreted anymore within code span and fenced code blocks. So you can use it for escaping links and rendering them as is.
0.1.7 (2020-07-08)
- Fix backlinks lookup for filenames with special characters
0.1.6 (2020-07-08)
- Creating a note from a long link even when folder does not exist
0.1.5 (2020-07-07)
- Fix links resolution in the built-in preview. Sometimes links were not referring to a correct file.
0.1.4 (2020-07-06)
- Publishing via CI
- Fix opening a note via a short link when note and image share the same name
0.1.1 (2020-07-05)
- Help docs
- Features demo in README.md
- Hover hint for links referring to nonexistent files
- Links support
- Creating links
- Links navigation on
cmd+click
for macOS orctrl+click
for Windows - Automatic links synchronization on file rename
- Support for short and full links if filename is not unique in the workspace
- Notes & images preview in the built-in Markdown preview or on hovering a link
- Creating notes on the fly from the links that are not created yet to the filesystem
- Simple backlinks panel
- Two new commands added
- Open today's note command — creates a note with a title in this format
yyyy-mm-dd
or opens already existing one - Open random note — allows you to explore your knowledge base a little bit
- Open today's note command — creates a note with a title in this format