mirror of
https://github.com/raven-pensieve/obsidian-ace-code-editor.git
synced 2026-07-22 12:50:24 +00:00
No description
更新 package.json 和 lockfile 中的版本号从 1.3.1 到 1.3.2,以反映发布或变更的语义版本提升。同步 lockfile 中的依赖元数据,移除 若干条目中多余的 peer 字段并为部分依赖添加 peer 标记,确保 锁定文件与当前依赖关系描述保持一致,避免安装差异和潜在的 依赖解析问题。 |
||
|---|---|---|
| .github | ||
| assets | ||
| scripts | ||
| src | ||
| styles | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| 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.



