Skip to content
| Marketplace
Sign in
Visual Studio Code>Notebooks>AIC NotesNew to Visual Studio Code? Get it now.
AIC Notes

AIC Notes

Leonid Dzyhanskyi

| (0) | Free
Local AIC Markdown documents and linked notes, with no account connection or note synchronization.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

AIC Notes

English · Українська

AIC Notes is a local Markdown editor for VS Code/Code. It edits every *.md document with the AIC preview-first surface, including *.note.md, and shows linked notes in the Secondary Side Bar. The extension is fully local: no Standard Notes sign-in, account requests, note synchronization, polling, upload, remote deletion or remote conflict state. Copy blocks manually when needed.

Release 53.0.1 uses shared editor core 7.3.1 to restore password generation in narrow main-editor and Linked Note panels.

Empty editable secret (*|) parts offer Generate password at every panel width, regardless of their label. Options wrap to fit narrow screens. Generation stays local, never overwrites filled values, and is unavailable in read-only notes.

Icon-only copy buttons briefly show a checkmark on success or a cross on failure, with an accessible status announcement and a stable action name. Larger section headings, distinct neutral group backgrounds and subtle alternating gray rows make records easier to scan.

Labels, email addresses and logins use their natural width. A complete value moves to the next line before its text wraps; only text wider than the full available line breaks internally. Passwords use compact lock-only copy buttons, while short card values and TOTP codes remain readable. The + menu follows the last value, and subtle separators distinguish records. Touch controls retain 44 px targets.

Leaving an AIC block's source edit, or switching the whole note from source to preview, sorts rows by label within each section using natural, case-insensitive order. Unlabelled rows remain in their original order at the end. Section order, value order and exact authored values are preserved. Opening a preview, copying and manual reordering do not trigger sorting.

AIC fields and source mode

The main editor and linked-note sidebar consume the same bounded aic document renderer as Standard Notes. Each separator types the next value: | text, *| secret, #| authenticator seed, _| card, 1| unused one-time value and 0| used one-time value. A label before the first separator is optional, and a row can combine differently typed parts:

# Account
Login | person@example.test
Password *| synthetic-secret
Card _| 4111111111111111 | 12/30 *| 123
Recovery codes 1| code-one 0| already-used

Blank, Card and One-time codes are presets made from these parts, not additional types. Copying an unused 1| value marks it 0|; activating a used value restores 1| without copying, and only used values expose removal. Field inserts a typed part in the current row, Row inserts below it and Section inserts after the current section. Mutations use the existing VS Code save/undo contract.

The single Show Markdown source / Show preview icon toggles AIC previews in place without resetting Undo. Returning to preview applies the AIC row sorting described above through the normal document-change lifecycle. The mode is temporary for the current note, and raw Markdown can expose visually masked values. The local ? guide is shared with the other hosts and works without note, storage or network access.

Legacy YAML Properties, colon fields and prior Security forms remain exact raw Markdown for manual repair. They are not rendered, stamped, reordered or migrated automatically. Filesystem timestamps may still exist as VS Code metadata, but the editor and linked-note header do not display created/updated dates.

Security field actions

Authenticator JSON conversion

Open an original Authenticator JSON array in AIC Markdown, or select the complete array inside a document. Convert and save security blocks appears for recognized records with service, account and secret strings. The shared converter creates one aic block with independent sections: Service/Account/Notes are visible; TOTP, Password and extra string fields are hidden. Safe service URLs also gain a separate Open-capable URL field. Standalone --- separates sections; headings are optional. Overflow moves to further blocks without dropping data. The preview shows limits (16 sections, 64 fields per section, 65,536 text units per block, 16,384 per field including all pipe parts and escapes) and disables additions that would exceed them. New block stays available. Group blocks by purpose, for example services, banks, web or social networks. Existing notes are never automatically repartitioned.

Conversion is one explicit edit, undoable with Ctrl/Cmd+Z, saved through the same parent manager as other security actions. It works in the main editor and linked-note sidebar. It does not scan the account, read the clipboard, migrate native note types or synchronize notes. Invalid records, duplicate keys or unsupported values reject the whole array without partial edits. The maximum is 256 records / 1 MiB UTF-8 source. Credential strings are never guessed, trimmed or repaired; use valid original JSON rather than Markdown-escaped credential text.

Copy, Paste and generation

Tap/click a security field label to copy the label itself (for example a username), or its value to copy the stored value. “Copied” briefly overlays the pressed target after success. Tab navigates; Enter/Space activates. The field icon is Paste, present only for empty fields, alongside Delete empty field. Filled fields have neither button. There is no Replace action. Whole-block Copy remains in the header; filled fields can be copied, but changing their values requires source Edit. URL Open and TOTP controls are unchanged. Security preview mutations save immediately through the parent manager. Ordinary typing saves on Ctrl/Cmd+S, Save or leaving the editing surface, not on each input. The saved state requires acknowledgement.

Paste directly reads the latest text using VS Code's native clipboard API, through a bounded, identity-bound request. There is no AIC dialog, intermediate input or history picker on success. Hidden values are never previewed; empty clipboard text makes no change. Only denied/unavailable/timed-out access offers inline masked paste-only capture. Standard Notes uses the browser API, which may show its own permission prompt. AIC cannot bypass platform clipboard permissions and does not read or store clipboard history.

Every empty editable secret (*|) part offers Generate password, regardless of its label or viewport width. Options wrap in narrow panels; read-only notes omit the control. Default: 24 characters, uppercase/lowercase/numbers/symbols enabled; length 8–128 and groups are configurable. Each enabled group occurs at least once. No existing value is overwritten or automatically copied/revealed. Clear through source Edit and return to preview to generate again. TOTP and other non-secret part types do not offer password generation.

Both products use the same local Web Crypto generator and UI. Options are inspired by 1Password, not the same implementation. Markdown, exports and clipboard values remain plaintext.

Recovery codes and titles

Add Recovery codes adds a hidden batch field. Paste one code per line; empty lines are ignored, exact spaces and duplicate codes retained. Codes remain masked and copy individually. The reversible Used checkbox does not delete a code; copying is not proof that a service accepted it. Whole-block Copy preserves codes and their used flags in another document.

Without an independent # card title, the first section title replaces the card name, without a duplicate heading row. Use ## Account name for a custom name or bare ## for the default Security header.

The independent AIC for Standard Notes plugin shares editor-core 7.3.1 but is a separate product. The coordinated release targets are AIC Notes 53.0.1 and AIC for Standard Notes 45.0.1. This page describes the release contract; published artifacts are verified separately by the release workflow. Transfer content manually between the two applications; VS Code has no Standard Notes account integration.

Coordinated release — 53.0.1

Empty password fields show the generator at every width, with options that wrap inside narrow panels. Existing values and read-only notes cannot be overwritten. Standard Notes AIC 45.0.1 and browser 0.9.1 share core 7.3.1. See the bilingual installation guide.

Coordinated release — 52.1.0

AIC rows use natural-width labels and values, move whole values onto the next line, and show passwords as compact lock-only copy targets. Leaving source edit sorts rows by label within each section. Standard Notes AIC 44.1.0 and browser 0.9.0 use the same shared core 7.3.0. See the bilingual installation guide.

Coordinated release — 51.1.0

Credential rows remain one connected responsive layout in VS Code, Standard Notes and the experimental browser. Labels size to their text, flexible values receive the remaining width, protected copy is a compact lock-and-six-dot target, and one trailing + menu owns Field, Row and Section creation. A quiet divider separates neighboring records. Standard Notes AIC 43.1.0 and browser 0.8.0 use the same shared core 7.2.0. See the bilingual installation guide.

Coordinated release — 49.1.2

Unpinning Linked Note immediately resumes following the active main file as one navigation operation, without a window reload. Product and release documentation is available in English and Ukrainian, and localized documents are included in the verified VSIX. Standard Notes AIC 41.1.2 and experimental browser 0.6.1 pair with this patch on shared core 7.0.0. See the bilingual installation guide.

Coordinated release — 49.1.1

Mermaid is edited as Markdown source with a live preview. Copy and one shared Edit icon appear in the preview, while zoom works only there. The visual builder, drag-and-drop and rotation controls are removed. Standard Notes AIC 41.1.1 and experimental browser 0.6.0 use the same shared core 7.0.0. The single installation guide covers all three products.

Coordinated release — 48.0.1

Information (>), warning (!>) and error (!>>) quote blocks now have separate accents, subtle backgrounds and more space around them. Quoted and italic text is smaller. >>> … <<< still means details. A code fence remains editable while its language is typed; a completed block previews after the caret leaves its delimiters. Standard Notes AIC 40.0.1 and experimental browser 0.5.2 use the same shared core 6.2.2. The single installation guide covers all three products.

Coordinated release — 47.0.1

Markdown headings, quotes and lists have more space between them in both editor surfaces. A thematic break appears as a centered 50–100 px line with space above and below. Its row retains the same height when the caret reveals the raw ---; authored Markdown is unchanged. Standard Notes AIC 39.0.1 and experimental browser 0.5.1 use the same shared core 6.2.1.

Coordinated release — 46.1.1

New AIC blocks start with an unlabeled text row for an email or username. The Account row preset is gone; Password and TOTP are separate optional fields. In narrow main and Linked Note panels, each field label and its values wrap together into readable columns. Password generation controls are hidden at viewport widths of 600 px or less. Existing authored notes retain their content. Standard Notes AIC 38.1.1 and experimental browser 0.5.0 use the same shared core 6.2.0.

Coordinated release — 45.1.0

This release adds Copy section in each AIC section header in the main editor and Linked Note. It copies a standalone fenced aic block containing only that section, including masked and filter-hidden rows, without the card title or sibling sections. The shared serializer preserves logical labels, exact value text and typed parts; authored whitespace and quoting may be normalized. Copy works in read-only views, guards stale controls and does not edit or save the note.

Core 6.1.0 adds this action without changing the typed-pipe grammar. The separate browser 0.4.0 release adds Global Shared inside its encrypted browser-profile vault; it is not a VS Code feature or a connection between applications. The proposed generated-key and VS Code global.aic encryption architecture remains unimplemented. The extension remains local-only, with no account connection or synchronization. Release assets require separate verification; no Standard Notes PWA crash fix is claimed.

The prior 44.4.7 release retired the native Notes & Documents tree, adopted typed aic values and the local guide, aligned compact field actions and kept one source toggle in the main footer. Core 6.0.0 introduced the breaking grammar: colon fields and YAML Properties remain exact raw text for manual repair, without automatic stamping or migration. Typed values use |, *|, #|, _|, 1|, and 0|.

The prior 43.0.1 release fixed the compact inline card row and introduced the additive, partially adopted shared component IDs, BEM helpers and geometry tokens.

The prior 42.0.3 release fixed compact generic pipe fields and repeated parsing, viewport-bounded Add menus, and caret visibility. Its additive previewOnly API supported the separate browser host without adding a VS Code feature.

The previous 41.1.1 release added quoted value slots to Security and opt-in v2 Properties, and fixed literal-pipe handling outside the exact spaced separator. Historical Security formats require manual source repair; no notes are automatically rewritten.

The shared AIC templates insert the same aic Markdown block as the Standard Notes plugin. A standalone --- starts another section; ## Main optionally titles one. Each value starts with |, *|, #|, _|, 1|, or 0| for text, secret, TOTP, card, unused one-time, or used one-time data. Add Field targets the current row, Add Row inserts below, and Add Section inserts after the current section. Blank/Card/One-time codes are presets made from those value types; an unlabeled text row can hold an email or another identifier. Email and URL remain text. Edit opens raw Markdown. Preview can copy individual values, one-time codes and the complete fenced block, or open a safe HTTP(S) URL. Save, Ctrl/Cmd+S and leaving the surface share the same persistence manager. This is visual masking only: raw Markdown, other editors, local files, exports and copied blocks still contain plaintext secrets. There is no QR import UI. It does not enable Standard Notes synchronization or convert native Authenticator notes.

Both editors share task controls, details parsing, code-language aliases and the bounded Mermaid render queue. Nested inputs own their selection; Ctrl/Cmd+A inside a diagram field does not select the surrounding Markdown document.

Linked-code comments are inserted into the live sidebar draft, not written through a separate filesystem path. Save and Trash revalidate document identity, revision, editing ownership and the originating view after asynchronous work. Provider-owned scopes retire subscriptions and pending requests when a surface closes.

The File Context sphere and the native Notes & Documents tree have been removed. Linked Note, source following, Explorer commands and contextual parent-note relationships remain; existing Markdown and sidecar files are not migrated or deleted.

Editor features — shared editor core 6.2.2

This release target pairs with AIC for Standard Notes 40.0.1. The release gate must byte-verify their shared core and run automated tests and production builds. Prior Windows browser checks cover the shared controls but do not replace final package verification; Linux desktop smoke checks are not implied.

  • /page, /section, /context and /implementation follow Core's question → answer → detail structure, with dependency-ordered steps and verification where needed. There are no compulsory Purpose/Proposal sections. The same catalog works in AIC and native Markdown, including .note.md.
  • /list, /list-numbered, /checklist and /table insert an unordered list, ordered list, bare checkbox list and simple table. /checkbox and /tasklist also find /checklist; /tasks remains the separate verification section.
  • Explorer note clicks open just the note in the main editor. Open Source is a separate action that opens the source with its linked sidebar note; folder/project sources are revealed. Persisted legacy note associations resolve to the main editor without changing user settings. An unpinned sidebar follows the main note's nearest existing ancestor folder note, otherwise its workspace project note or lazy project placeholder. Folders without their own note are skipped. Unsaved sidebar drafts are preserved; repeated events for the same parent do not reset its editor.
  • The note pane starts directly at its content, without a duplicate name, folder, created/updated date or save-status header. Saved notes are neutral; unsaved notes have a soft amber tint and a small change marker; placeholders are gray. Save, Ctrl/Cmd+S and leaving the surface commit the draft.
  • Context ancestors require existing .note.md notes. Project navigation always remains, opening its note or placeholder; the actual current target can also be a placeholder.
  • In the AIC editor, Mermaid is edited as raw Markdown with a live preview below the fence. /class finds /class-diagram; native VS Code text editors offer snippets but not the embedded preview.
  • /noise captures uncertainty; /wave develops a result and executable path in the same note. New default file/folder/project notes start with compact Noise guidance. Existing notes and accepted .aic/templates/*.md overrides are preserved exactly. Default empty notes use the current AIC template; no generated file/date Properties are added. There is no automatic noise/wave classification or grouping UI.
  • Insert /flowchart, /class-diagram, /sequence or /entity-map in AIC Markdown. The Mermaid preview has Copy and one Edit button matching other code blocks. Edit reveals the source and a live preview. Zoom and scrolling work only in the preview. There is no visual builder, drag-and-drop editing or rotation control. Ctrl/Cmd+S saves through the host; editing does not rewrite the source automatically.
  • Enter preserves indentation and list continuation; Tab/Shift+Tab indent/outdent unless a snippet field is active. Mermaid source uses the same Markdown editor behavior.
  • In AIC Markdown (documents and notes), Ctrl/Cmd+Alt+1…6 toggles heading levels; Ctrl/Cmd+Shift+7/8/9 toggles numbered, bullet and checkbox lists. Formatting does not save.
  • Agentic Notes has a tested shared scope/section core, not an active universal agent adapter. It selects existing current/ancestor notes, excludes sibling memory and private notes, and proposes edits confined to a marked Agentic Notes section. A live-document write bridge and cross-client integration are still required; no standalone disk writer is enabled.

Entity-map composition is separate from the chronological, source-edited /timeline. Automatic drill-down/cross-scale links and visual diagram authoring are not implemented. Shared popup/session and preview-navigation stability changes are included; this section does not assert that all clients or operating systems have completed final smoke tests.

Install

The unified release page has installation steps for VS Code, Standard Notes and Chrome/Edge in one place.

After publication, download aic-notes-53.0.1.vsix and its aic-notes-53.0.1.vsix.sha256 checksum from AIC Notes releases. The VSIX is universal: use the same file on Windows, Linux, macOS, and code-server. Do not substitute an older release's checksum for this candidate.

Windows PowerShell:

(Get-FileHash .\aic-notes-53.0.1.vsix -Algorithm SHA256).Hash.ToLower()
Get-Content .\aic-notes-53.0.1.vsix.sha256
code --install-extension .\aic-notes-53.0.1.vsix --force

Linux, macOS, or code-server:

sha256sum -c aic-notes-53.0.1.vsix.sha256
code --install-extension ./aic-notes-53.0.1.vsix --force
# or: code-server --install-extension ./aic-notes-53.0.1.vsix --force

Reload the VS Code window after installation. Local editing requires no additional executable; the optional agent workflow uses AIC only when explicitly enabled.

Local note model

  • *.md is a normal local Markdown document shown in the full AIC Markdown editor.
  • *.note.md is a local contextual note that can open in the main editor or linked sidebar.
  • A file note sits beside its source: src/cart.js → src/cart.note.md.
  • A folder note sits beside its folder: src/components/ → src/components.note.md.
  • A project note sits at the workspace root: demo/ → demo.note.md.
  • Closing every file buffer follows the current workspace project note. If it does not exist, an editable gray placeholder appears; the file is created only after content changes and Ctrl/Cmd+S.
  • There is no extension-specific Notes & Documents activity-bar tree or background workspace scan. Use the ordinary Explorer, editor commands and Linked Note pane; existing project-global and sidecar files remain available at their filesystem paths.

Pin affects only automatic following. Explicitly opening a file, folder, project, or note always routes to the requested context. An unsaved note stays visible until it is saved, so a tab event cannot silently discard its draft.

Saving and deleting

Ctrl/Cmd+S, Save and leaving the editing surface persist Secondary notes. Security preview mutations save immediately; ordinary typing does not save on each input. Wait for the acknowledged saved state before terminating the app; an interrupted process cannot guarantee completion. The pane is softly amber while unsaved, neutral after a successful local save, and gray for an unmaterialized placeholder. Ordinary Markdown documents use the same explicit VS Code save action.

Trash is local and recoverable. The Linked Note footer Trash action asks for confirmation, then uses the operating-system Trash where VS Code supports it. It never contacts or modifies another application.

When upgrading from a synchronization-capable release, AIC Notes removes only its retired local session key, encrypted session directory, and workspace bindings. Existing *.md and *.note.md files are preserved unchanged. A separate exact-key cleanup removes the former VS Code Standard Notes sign-in session from SecretStorage. Neither cleanup makes a remote request.

Editor interactions

The document remains exact Markdown source. Preview structures disclose only the source being edited; there is no document-wide preview/edit mode switch.

On an otherwise empty Markdown line, type / to open the shared template catalog. It works in the AIC Markdown editor, VS Code's native Markdown editor, unsaved Markdown documents, and contextual .note.md notes; every adapter consumes the same catalog. Empty documents put complete pages first; an existing page puts structural sections first. Choose a result, then use Tab to move through its highlighted questions and replace the example answers. The compact menu separates Pages, Structure, Review, References, Tables & lists, Diagrams, and Blocks. Completion stays inactive inside fenced/inline code and in read-only documents.

  • Text, headings, lists, tasks, quotes, emphasis, and fenced languages edit directly.
  • Ctrl/Cmd+A selects the full Markdown source, including from preview mode. Dragging over preview text keeps a stable native selection for copying; Edit reveals that block's Markdown source.
  • Links open on the main click. Their Open, Copy, and Edit icon controls remain visible without a hover-only gap.
  • Code blocks render as preview cards with Copy and Edit controls.
  • Mermaid diagrams render in place with Copy, Edit, preview zoom, and two-dimensional scrolling.
  • Tables use content-sized columns, word-level wrapping, a dedicated horizontal scroller, Copy, row/column insertion, and drag reordering. A transient popover textarea appears only for the selected cell.
  • One bounded fenced aic document owns structured fields. Each value begins with |, *|, #|, or _| to identify that value as text, secret, TOTP, or card data; a field can mix independently typed values. Click a label or value to copy it; supported empty values expose their local actions. 1| marks an unused one-time value and 0| its used state; successful Copy changes 1| to 0|, while reactivation does not copy. Masking is visual only: source Markdown and whole-block Copy can expose plaintext. Legacy YAML Properties remain exact raw Markdown for manual editing and are never interpreted, stamped, cleaned up, or migrated automatically.
  • A read-only dependency tree appears before custom note properties when frontmatter exists. It is derived from actual workspace notes and shows project, note-bearing parents, current target, children, and nearby notes; it is not stored in the Markdown and cannot be edited. Project and current-target placeholders remain navigable; absent ancestor folders are omitted.
  • AIC details blocks preserve accordion state, task-checkbox interaction, source comments, and linked targets.

All action icons use CSS SVG masks. The DOM does not depend on inline SVG support from a host renderer.

Commands

  • AIC Notes: Open Linked Note (Ctrl/Cmd+Alt+N)
  • AIC Notes: Link Selection to Note (Ctrl+Alt+L / Cmd+Alt+L, with Ctrl/Cmd+Shift+/ as an alias)
  • AIC Notes: Open Project Note
  • AIC Notes: Open Note in Secondary Side Bar
  • AIC Notes: Refresh
  • AIC Notes: Enable Explorer Nesting for Notes
  • AIC Notes: Use Native Editor for Plain Markdown
  • AIC Notes: Delete Note / Delete All Notes in Folder
  • AIC Notes: Enable AIC Agent Workflow / Sync Agent Instructions

Link Selection requires an already saved source revision. It copies selected lines into one deduplicated linked-code details block in the live sidebar draft and opens the comment caret. It does not save the source or target implicitly; press Ctrl/Cmd+S in the note to persist it.

Optional AIC agent workflow

The agent workflow is independent of note persistence. In a trusted workspace, enabling it writes a thin .vscode/aic-agent.json marker; only an explicitly marked trusted workspace activates automatic AIC rule verification/synchronization. The explicit Sync Agent Instructions command also requires trust. An extension update by itself does not run AIC or change global instructions. Configure aicNotes.agentWorkflow.aicPath only when aic is not on the extension host's PATH.

Development and release

npm ci
npm test
npm run build
npm run release:gate

npm run release:gate builds one aic-notes-<version>.vsix, creates its SHA-256 sidecar, and inspects the archive. The gate rejects native/WASM helpers, platform targeting, development source, retired synchronization commands/settings, incomplete editor controls, secrets, and checksum mismatches.

Release versions use R.F.B: release sequence, shipped feature outcomes, and fixed-bug outcomes. The coordinated version 53.0.1 records sequence 53, zero feature outcomes and one fixed-bug outcome; it is not a publication marker by itself.

See FUNCTIONAL_INDEX.md for the release-critical behavior map and PROVENANCE.md for the shared-core snapshot identity.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
  • Your Privacy Choices
  • Consumer Health Privacy
© 2026 Microsoft