Skip to content

v0.0.8: Restructure Vault

Choose a tag to compare

@alexaytov alexaytov released this 10 May 12:34
· 15 commits to main since this release

Highlights

New: AI Notes: Restructure Vault command — propose and apply refinements to your entire vault's folder structure in one pass. Conservative AI-refined-from-existing strategy, dry-run summary with a single confirmation, and automatic rewriting of internal [[wiki-links]], markdown links, and image paths so nothing breaks when files move.

Added

  • AI Notes: Restructure Vault command (vault-wide reorganization).
  • New linkRewriter module — pure-function link rewriting that skips fenced code blocks and inline code.
  • Compact / Detailed runtime context strategy chosen via QuickPick.
  • Dedicated AI Notes: Restructure Output channel for transcripts of each restructure run.

Fixed

  • Cross-platform path handling in buildPathMap (Windows backslash / POSIX slash mixing).

Install

```sh
curl -L -o ai-notes-0.0.8.vsix https://github.com/alexaytov/vscode-ai-notetaking/releases/download/0.0.8/ai-notes-0.0.8.vsix
code --install-extension ai-notes-0.0.8.vsix
```