VS Code 的 Markdown 笔记
我开发了一个 VS Code 扩展,用于在编码时在侧边栏管理 Markdown 笔记。<p>我知道你可以直接创建 .md 文件,这样也很好用。但这个扩展是为了让你在不离开 VS Code 的情况下快速访问笔记——这对于项目特定的文档、调试笔记或在编码时保持上下文非常有用。<p>它提供了所见即所得的编辑器和格式化工具,可能对一些喜欢这种工作流程的人有所帮助。<p>仓库链接: https://github.com/elhariss/BunNote
查看原文
I built a VS Code extension for managing Markdown notes in a sidebar while coding.<p>I know you can just create .md files, and that works great. This is for when you want quick sidebar access to notes without leaving VS Code - useful for project-specific documentation, debugging notes, or keeping context while coding.<p>WYSIWYG editor with formatting tools. Might help some people who prefer this workflow.<p>Repo: https://github.com/elhariss/BunNote