You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AS Notes is a VS Code extension that turns your editor into a Personal Knowledge Management System (PKMS).
19
+
AS Notes brings [[wikilink]] style note-taking (and much more) directly into VS Code. Capture ideas, link concepts, and stay focused - without ever leaving your editor.
Using VS Code as your main notes application gives you so much for free, even before using **AS Notes** features:
27
+
Many of us spend a lot of time in VS Code and using VS Code as your main notes application gives you so much for free, even before using **AS Notes** features:
29
28
30
29
- Cross platform + Web (via Workspaces)
31
30
- UI features such as Tabs, File Explorer, Themes
@@ -35,19 +34,22 @@ Using VS Code as your main notes application gives you so much for free, even be
35
34
- Code highlighting
36
35
- And all of the many features that VS Code has
37
36
38
-
## Main Features
37
+
## Features of AS Notes
38
+
39
+
### General
39
40
40
41
- Privacy focused - does not send your data anywhere
41
-
- Version control friendly (e.g. Git)
42
+
- Version control friendly (Git & GitOps)
42
43
- Lightweight indexing of your notes (local sqlite3 WASM)
43
-
- Automatic wikilink / file rename tracking
44
+
44
45
- Performant on large (~20k markdown files) knowledge bases
45
46
46
47
### Wikilinks
47
48
48
49
- Logseq / Roam / Obsidian style `[[wikilinks]]` with nested link support e.g. `[[[[AS Notes]] Page]]`
49
50
- Links resolve to the target page anywhere in your workspace
50
51
- Renaming a link updates the target file and all matching references
0 commit comments