mirror of
https://github.com/raven-pensieve/obsidian-ace-code-editor.git
synced 2026-07-22 12:50:24 +00:00
No description
| .github | ||
| assets | ||
| scripts | ||
| src | ||
| style | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| CHANGELOG-zh.md | ||
| CHANGELOG.md | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| MAKEFILE | ||
| manifest-beta.json | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README-zh.md | ||
| README.md | ||
| tsconfig.json | ||
| versions.json | ||
English | 中文
ACE CODE EDITOR
An enhanced code editor using Ace editor, providing syntax highlighting, code folding, and other advanced editing features.
Features
Installation
Manual Installation
- Download the latest release
- Copy
main.js,styles.css, andmanifest.jsonto your vault's plugins folder:<vault>/.obsidian/plugins/obsidian-ace-code-editor/ - Reload Obsidian
- Enable the plugin in Settings → Community Plugins
BRAT (Recommended for Beta Users)
- Install BRAT plugin
- Click "Add Beta plugin" in BRAT settings
- Enter
RavenHogWarts/obsidian-ace-code-editor - Enable the plugin
Development
- Clone this repo
- Make sure your NodeJS is at least v16 (
node --version) npm ioryarnto install dependenciesnpm run devto start compilation in watch modenpm run buildto build the pluginnpm run build:localto build the plugin and copy it to your vault's plugins folder(need create a .env file in the project root and add the line: VAULT_PATH=/path/to/your/vault)npm run versionto bump the version number and update the manifest.json, version.json, package.jsonnpm run releaseto build the plugin and bump the version number
Support
If you encounter any issues or have suggestions:
- Open an issue on GitHub
- Join the discussion for questions and ideas
- Check the contributing guidelines if you'd like to contribute to the project
If you find this plugin helpful, you can support the development through:
- WeChat/Alipay: QR Code
License
This project is licensed under the MIT LICENSE - see the LICENSE file for details.



