mirror of
https://github.com/forever-utf8/obsidian-act-like-vscode.git
synced 2026-07-22 06:55:25 +00:00
No description
| icons | ||
| snippets | ||
| .gitignore | ||
| deploy.sh | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| main.js | ||
| main.ts | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.en.md | ||
| README.md | ||
| styles.css | ||
| tsconfig.json | ||
| versions.json | ||
Act Like VSCode
中文 | English
Make Obsidian work like VS Code.
Features
VS Code-style tabs
Single-click to preview, double-click to pin.
File explorer coloring
Files are highlighted based on archive status.
- Unarchived files appear in green, archived files in gray.
- Folders with unarchived notes appear in green; folders where all notes are archived appear in gray.
Tag badges
Tags inside notes are displayed as badges in the file explorer.
Navigation icons
Minimal icons for files and folders — simple yet necessary, no overwhelming choices, reducing cognitive load.
Settings
Open Settings → Act Like VSCode to configure:
- Navigation icons — toggle file and folder icons on or off.
- Tags — includes the "archive" tag by default. Each tag gets a color applied to both the file name and its badge.
CSS Snippet
A personal-style snippet, not tested for compatibility with other themes.
Installation: copy the file to .obsidian/snippets/ and enable it in Settings → Appearance → CSS snippets.
Requirements
Obsidian desktop 1.8.9 or newer.
Development
npm install # install dependencies
npm run build # type-check + production bundle