mirror of
https://github.com/raven-pensieve/obsidian-ace-code-editor.git
synced 2026-07-22 05:48:56 +00:00
No description
更新包版本并添加发布记录,发布新版本 v1.5.2。 - 将 package.json、package-lock.json 和 manifest.json 中的版本号从 1.5.1 更新为 1.5.2,以反映新的发布。 - 在 versions.json 中添加 1.5.2 的映射条目,保持版本映射表完 整性。 - 在 CHANGELOG.md 中新增 1.5.2 的变更条目,记录新增的功能和 修复(监听 css-change 刷新片段列表、可切换状态的 Action、片段 导航的可见性与图标名修复),便于跟踪发布内容并通知用户。 |
||
|---|---|---|
| .github | ||
| assets | ||
| scripts | ||
| src | ||
| styles | ||
| .editorconfig | ||
| .gitignore | ||
| .npmrc | ||
| .typesafe-i18n.json | ||
| CHANGELOG.md | ||
| CONTRIBUTING.md | ||
| eslint.config.mjs | ||
| LICENSE | ||
| MAKEFILE | ||
| manifest-beta.json | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| README.ZH.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:
License
This project is licensed under the MIT LICENSE - see the LICENSE file for details.



