memo

Markdown knowledge base with bidirectional [[link]]s built on top of VSCode

MIT License

Stars
832
Committers
12

Bot releases are visible (Hide)

memo - v0.3.19 Latest Release

Published by github-actions[bot] about 2 years ago

Features

Bug Fixes

  • remove decorations configuration #561 (Carlos Pita)
  • Fix ripgrep path and tests (#510) (Svyat Sobol)
  • Fix $CURRENT_SECONDS_UNIX handling when resolving short ref folder (#570) (Svyat Sobol)

Documentation

Code Refactoring

Chores

Commits

  • a2ee241: Update README.md (Svyat Sobol)
memo - v0.3.18

Published by github-actions[bot] over 2 years ago

Bug Fixes

  • Avoid searching if workspace folder not present (Svyat Sobol)

Documentation

Code Refactoring

  • Remove absolute alias from link format since it deprecated (Svyat Sobol)
  • Clean up todos (Svyat Sobol)
  • Refactor fsWatcher and move it under workspace folder (Svyat Sobol)
  • Rename search -> searchUtils for consistency (Svyat Sobol)
  • Consolidate cache functionality under workspace folder (Svyat Sobol)
  • Show error on links following in single file mode (Svyat Sobol)

Performance Improvements

  • Improve startup time on bigger workspaces (Svyat Sobol)

Tests

Chores

Commits

  • 0bf2963: Added message about requiremenet to work in folder/workspace (Paul Magwene) #521
memo - v0.3.17

Published by github-actions[bot] almost 3 years ago

Features

  • Use rigrep to speed up refs rename (#286) (Svyat Sobol)

Code Refactoring

Tests

Chores

Commits

  • d9c9502: Update dependabot.yml (Svyat Sobol)
memo - v0.3.16

Published by github-actions[bot] almost 3 years ago

Features

  • Support vars and capturing group in link rules (#469) (Svyat Sobol)

Chores

memo - v0.3.15

Published by github-actions[bot] almost 3 years ago

Bug Fixes

Chores

memo - v0.3.14

Published by github-actions[bot] almost 3 years ago

Bug Fixes

  • Disable "Paste HTML as Markdown" command until fixed (Svyat Sobol)

Chores

memo - v0.3.13

Published by github-actions[bot] almost 3 years ago

Features

Chores

memo - v0.3.12

Published by github-actions[bot] almost 3 years ago

Chores

memo - v0.3.11

Published by github-actions[bot] almost 3 years ago

Features

  • completion: Add note and images preview to the link completion popup (#472) (Svyat Sobol)

Code Refactoring

  • completion: Don't limit image height (#472) (Svyat Sobol)

Chores

memo - v0.3.10

Published by github-actions[bot] almost 3 years ago

Bug Fixes

Tests

Chores

memo - v0.3.9

Published by github-actions[bot] over 3 years ago

Features

  • Support configurable root location for creating notes #331 (caiych)
  • Support configurable location for creating notes #331 (caiych)
  • Support configurable location for creating notes #331 (caiych)

Bug Fixes

  • Fix links in markdown preview in the latest vscode (#367, #401) (Svyat Sobol)

Code Refactoring

Chores

Commits

memo - v0.3.8

Published by github-actions[bot] over 3 years ago

Code Refactoring

Chores

memo - v0.3.7

Published by github-actions[bot] over 3 years ago

Bug Fixes

  • Fix findUriByRef for long links with dots (#346, #339) (Svyat Sobol)

Chores

memo - v0.3.6

Published by github-actions[bot] over 3 years ago

Chores

memo - v0.3.5

Published by github-actions[bot] over 3 years ago

Bug Fixes

  • Re-enable image preview on hover in latest vscode versions (Svyat Sobol)

Chores

memo - v0.3.4

Published by github-actions[bot] over 3 years ago

Bug Fixes

  • Fix backlink error when filenames contain regex symbols #281 (Louis Quinnell)
  • Add a note about degraded experience on image hover with vscode 1.53/1.54 (Svyat Sobol)
  • Make follow link to work with vscode 1.53/1.54 (Svyat Sobol)

Tests

  • Make tests work with the latest vscode executable (Svyat Sobol)
  • Add test for backlink that contains regexp symbol in name (Svyat Sobol)
  • Skip one backlinks test under Windows (Svyat Sobol)
  • Fix vscode version to 1.52.1 in test runner (Svyat Sobol)

Chores

memo - v0.3.3

Published by github-actions[bot] over 3 years ago

Features

  • open link in adjacent/new editor column (#81) #252 (ez4gis)
  • Add memo:refFocusedOrHovered #252 (ez4gis)
  • Add context menu "Open menu to the side" #252 (ez4gis)

Bug Fixes

Code Refactoring

  • rename openLinkInNextColumn to openReferenceInNextColumn #252 (ez4gis)
  • rename to refAtPos for consistency #252 (ez4gis)
  • Remove type not being used yet #252 (ez4gis)
  • Change name to openReferenceBeside #252 (ez4gis)

Tests

  • Add tests for open link to the side #252 (ez4gis)
  • Add more test, w known issue of a test fail! #252 (ez4gis)
  • Include showOption ViewColumn in tests #252 (ez4gis)

Chores

Commits

  • [0295808]: Revert "fix: eslint error "Delete CR on Windows" (ez4gis) #252
memo - v0.3.2

Published by github-actions[bot] almost 4 years ago

Code Refactoring

  • Improve show button text in newVersionNotifier (Svyat Sobol)

Chores

memo - v0.3.1

Published by github-actions[bot] almost 4 years ago

Bug Fixes

Code Refactoring

  • settings: Rename links.format absolute -> long (Svyat Sobol)

Chores

memo - v0.3.0

Published by github-actions[bot] almost 4 years ago

Breaking Changes

  • Make most of the features disableable (#167) (Svyat Sobol)

Features

Bug Fixes

Documentation

Code Refactoring

  • move syntax decoration flag to a testable location #134 (mgmeyers)
  • Rename syntaxDecorations.enable -> enableSyntaxDecorations (Svyat Sobol)
  • Rename linkBehavior.useLongRefsAlways -> links.format and fn overloading for getMemoConfigProperty (Svyat Sobol)
  • Rename links.format options (Svyat Sobol)
  • Improve links sync on file rename with links.format = absolute (Svyat Sobol)
  • Improve sync logic (Svyat Sobol)

Chores

Commits

  • [3f71fdc]: Enable persistent use of long refs (jojanaho) #131