Skip to content
Gareth Brown edited this page Apr 1, 2026 · 3 revisions

AS Notes Wiki

Welcome to the AS Notes wiki. This wiki is maintained using AS Notes itself - cloned locally, edited in VS Code, and pushed back to GitHub.

This is an example of GitHub wiki usage with AS Notes. For full project documentation, visit docs.asnotes.io. For the editing workflow used to maintain this wiki, see Editing GitHub Wiki.

What is AS Notes?

AS Notes is a VS Code extension that turns your editor into a personal knowledge management system. It adds [[wikilink]] support, backlinks, task management, daily journals, a kanban board, inline markdown rendering, and static site publishing to VS Code and compatible editors (Cursor, Antigravity, Windsurf).

Quick Links

How This Wiki Was Edited

This wiki was cloned locally, opened in VS Code with AS Notes initialised, and edited with full wikilink autocomplete, backlinks, and inline markdown rendering. The workflow is:

git clone https://github.com/appsoftwareltd/as-notes.wiki.git
cd as-notes.wiki
code .
# Initialise AS Notes, edit pages, then:
git add . && git commit -m "Update wiki" && git push

GitHub wiki supports [[wikilinks]] natively, so links written in AS Notes render correctly here. See Feature Overview for a linked example.

Pages


Maintained by App Software Ltd. This wiki demonstrates GitHub wiki editing with AS Notes. Full documentation is at docs.asnotes.io.

Clone this wiki locally