as-notes

VS Code Personal Knowledge Management System (PKMS) - Markdown Editing, Wikilinks (inc. Nested), Tasks, Kanban, Files, Publish to HTML, Daily Journal, Encrypted Notes (by appsoftwareltd)

As-notes Alternatives

Similar projects and alternatives to as-notes

  1. logseq

    574 as-notes VS logseq

    A local-first, non-linear, outliner notebook for organizing and sharing your personal knowledge base. Use it to organize your todo list, to write your journals, or to record your unique life.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. helix

    484 as-notes VS helix

    A post-modern modal text editor.

  4. ntfy

    Send push notifications to your phone or desktop using PUT/POST

  5. TiddlyWiki

    301 as-notes VS TiddlyWiki

    A self-contained JavaScript wiki for the browser, Node.js, AWS Lambda etc.

  6. typst

    178 as-notes VS typst

    A markup-based typesetting system that is powerful and easy to learn.

  7. xterm.js

    65 as-notes VS xterm.js

    A terminal for the web

  8. djot

    58 as-notes VS djot

    A light markup language

  9. overmind

    Process manager for Procfile-based applications and tmux

  10. go2rtc

    Ultimate camera streaming application

  11. hister

    Your own search engine

  12. podsync

    Turn YouTube or Vimeo channels, users, or playlists into podcast feeds

  13. BunNote

    1 as-notes VS BunNote

    Discontinued Write and manage notes directly from VS Code with full markdown support [GET https://api.github.com/repos/hariiy-sys/BunNote: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]

  14. exocomp

    💰 Exocomp Agentic Environment for Go

  15. markdown-oxide

    PKM Markdown Language Server

  16. hmem

    1 as-notes VS hmem

    PostgreSQL based Memory and Project system for Agents (by Sornaensis)

  17. LookupChatGPT

    7 as-notes VS LookupChatGPT

    A chrome extension which looks up selected text via ChatGPT using your custom prompts

  18. DocMason

    1 as-notes VS DocMason

    DocMason is a repo-native agent that turns your complex office files into a local LLM knowledge base and your second brain. The repo is the app. Codex is the runtime.

  19. blog

    4 as-notes VS blog

    A personal blog built with Go & React. (by joybiswas007)

  20. alint

    Language-agnostic linter for repository structure, files, and content

  21. obi-sync

    Discontinued Reverse engineering of the native Obsidian sync and publish server

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better as-notes alternative or higher similarity.

as-notes discussion

Log in or Post with

as-notes reviews and mentions

Posts with mentions or reviews of as-notes. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2026-06-08.
  • Ask HN: What are tools you have made for yourself since the advent of AI
    233 projects | news.ycombinator.com | 8 Jun 2026
    A music theory learning tool. I'm building bits as I learn new areas - https://www.asmusictheory.com

    I also built a kanban board with agent integration and context management, with a vs code extension to go with it (also helps with git worktrees too): https://www.agentkanban.io

    There is AS Notes - an Obsidian / Logseq / Roam alternative for use a s a VS code extension (is designed for use behind corporate firewalls, git friendly): https://www.asnotes.io

    Also NumeroMoney: https://www.nuneromoney.com - For personal finance spending analysis and budgeting.

    AI has been a great 'exoskeleton' for me. I fortunately had some good infrastructure and solid application base templates from before AI 'got gud' and so building on these has been the best of both worlds - a solid base and improved speed of development.

  • Show HN: Files.md – open-source alternative to Obsidian
    20 projects | news.ycombinator.com | 18 May 2026
    The licence method we went with for AS Notes (https://www.asnotes.io - a wikilinks and markdown based notes / docs / blog extension for VS code) was to make the client (extension) fully opensource with a public / private cryptographic licence key model, with a couple of pro gated features. I think an opensource product is very important for a notes product, where the implications of loosing access to a tool are huge for users that invest a lot of time in a knowledge base.
  • File System Is a Graph Database
    1 project | news.ycombinator.com | 8 Apr 2026
    I created AS Notes (https://www.asnotes.io) (an extension for VS Code, Antigravity etc) partly because of this use case. It works like Obsidian, being markdown based, with wikilinks, mermaid rendering and task management. In VS Code, we have access to really good Agent harnesses and can navigate our notes and documents in a file system like manner. Further, using AGENTS.md, idea files etc we can instruct the agent how to interact, add to our notes etc. I've found working with my notes like this really useful, and provided I trim anything generated by an AI that's not going to be useful, provides an investment in the information I've gathered as the information is retained in markdown rather than getting lost in multiple chatbot UI s.
  • LLM Wiki
    9 projects | news.ycombinator.com | 4 Apr 2026
    I built AS Notes for VS Code (https://www.asnotes.io) with the option for this usage pattern in mind. By augmenting VS Code so it has the tooling we use in personal knowledge management systems, it makes it easy to write, link and update markdown / wikilinked notes manually (with mermaid / LaTeX rendering capability also) - but by using VS Code we have easy access to an Agent harness that we can direct to work on, or use our notes as context. Others have pointed out that context bloat is an issue, but no more so than when you use the copilot harness (or any other) inside a large codebase. I find I get more value from my AI conversations when I persist the outputs in markdown like this.
  • The CMS is dead. Long live the CMS
    3 projects | news.ycombinator.com | 4 Apr 2026
    I agree. Now we have the ability to have agents reason over our notes, it's more important for them to be in plain text. It was a big part of the reason I developed the AS Notes extension for managing documentation and blogs in VS Code / Markdown (https://www.asnotes.io)
  • Why the heck are we still using Markdown?
    6 projects | news.ycombinator.com | 3 Apr 2026
    Because we need to get information down quickly, but still have the option of parsing to a presentable format. Markdown is not perfect, but it's far better for the efficient capture of information or document authoring. I recently built AS Notes for VS Code (https://www.asnotes.io). It's markdown based, with wikilinks, mermaid diagrams, with the ability to publish to github pages etc. There is no way I'm writing my day to day notes with HTML and anchor tags without it being a huge distraction. And HTML is so much harder to read in longform if you need to come back end edit your writing. Markdown is for humans where HTML was designed to be simple, but is ultimately for parsers.
  • AS Notes - VS Code Notes, Docs and Wikilink Markdown Editing
    1 project | dev.to | 2 Apr 2026
    Install: Visual Studio Marketplace / Open VSX GitHub: github.com/appsoftwareltd/as-notes
  • A note from our sponsor - SaaSHub
    www.saashub.com | 11 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic as-notes repo stats
10
18
9.6
25 days ago

appsoftwareltd/as-notes is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.

The primary programming language of as-notes is JavaScript.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that JavaScript is
the 5th most popular programming language
based on number of references?