Skip to content

Feature Overview

Gareth Brown edited this page Apr 1, 2026 · 1 revision

Feature Overview

AS Notes provides the following features inside VS Code and compatible editors:

Wikilinks

Type [[ to create links between pages. AS Notes resolves them across your entire workspace -- no file paths needed.

Link to any page: [[Home]]

Links are highlighted, autocompleted, and navigable with Ctrl+Click.

Backlinks

Open the Backlinks panel (Ctrl+Alt+B) to see every page that links to the current note. Backlinks update live as you edit.

Task Management

Toggle tasks with Ctrl+Shift+Enter:

  • Example open task
  • Example completed task

Add metadata tags for priority (#P1, #P2, #P3), waiting status (#W), and due dates (#D-YYYY-MM-DD).

Daily Journal

Press Ctrl+Alt+J to open today's journal entry. Journals are created from a configurable template.

Kanban Board

Track projects with a built-in kanban board backed by markdown files.

Inline Markdown Rendering

AS Notes Pro renders formatting inline as you type -- bold, headings, links, code blocks, Mermaid diagrams, and LaTeX math.

Static Site Publishing

Convert your notes to a static HTML site and deploy to GitHub Pages, Cloudflare, Netlify, or any static host.


This page is part of the AS Notes wiki example. Full documentation: docs.asnotes.io

Back to Home

Clone this wiki locally