-
Notifications
You must be signed in to change notification settings - Fork 0
Feature Overview
AS Notes provides the following features inside VS Code and compatible editors:
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.
Open the Backlinks panel (Ctrl+Alt+B) to see every page that links to the current note. Backlinks update live as you edit.
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).
Press Ctrl+Alt+J to open today's journal entry. Journals are created from a configurable template.
Track projects with a built-in kanban board backed by markdown files.
AS Notes Pro renders formatting inline as you type -- bold, headings, links, code blocks, Mermaid diagrams, and LaTeX math.
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