No description
Find a file
2025-07-17 19:20:24 +08:00
.github Revert "ci: 优化发布流程 (#17)" 2025-06-22 21:31:18 +08:00
assets docs: 更新 README 图片路径及新增功能截图 2025-06-16 18:56:55 +08:00
scripts chroe: 支持beta版本号解析与自动递增 2025-06-12 22:24:39 +08:00
src feat: 新增快速配置模态框及相关模糊搜索组件 (#21) 2025-07-17 19:18:09 +08:00
style feat: 新增快速配置模态框及相关模糊搜索组件 (#21) 2025-07-17 19:18:09 +08:00
.editorconfig Initial commit 2025-05-04 12:05:18 +08:00
.eslintignore Initial commit 2025-05-04 12:05:18 +08:00
.eslintrc feat: 新增设置视图并优化代码嵌入初始化逻辑 (#20) 2025-07-17 00:29:16 +08:00
.gitignore Initial commit 2025-05-04 12:05:18 +08:00
.npmrc Initial commit 2025-05-04 12:05:18 +08:00
CHANGELOG-zh.md build: 1.2.2 2025-07-17 19:20:24 +08:00
CHANGELOG.md build: 1.2.2 2025-07-17 19:20:24 +08:00
CONTRIBUTING.md docs: 更新贡献指南并修正插件名称引用 2025-05-06 22:57:06 +08:00
LICENSE feat: 从 obsidian-ravenhogwarts-toolkit 插件中拆分移植 (#1) 2025-05-05 05:00:02 +08:00
MAKEFILE Initial commit 2025-05-04 12:05:18 +08:00
manifest-beta.json Revert "build: 1.2.0-beta.1" 2025-06-22 21:31:43 +08:00
manifest.json build: 1.2.2 2025-07-17 19:20:24 +08:00
package-lock.json feat: 新增设置视图并优化代码嵌入初始化逻辑 (#20) 2025-07-17 00:29:16 +08:00
package.json build: 1.2.2 2025-07-17 19:20:24 +08:00
README-zh.md docs: 更新 README 图片路径及新增功能截图 2025-06-16 18:56:55 +08:00
README.md docs: 更新 README 图片路径及新增功能截图 2025-06-16 18:56:55 +08:00
tsconfig.json Initial commit 2025-05-04 12:05:18 +08:00
versions.json build: 1.2.2 2025-07-17 19:20:24 +08:00

English | 中文

ACE CODE EDITOR

An enhanced code editor using Ace editor, providing syntax highlighting, code folding, and other advanced editing features.

GitHub stars Total Downloads GitHub License GitHub Issues GitHub Last Commit

Features

  • Edit code directly in Obsidian

  • Manage CSS snippets

  • Edit code blocks

  • Code file preview

Installation

Manual Installation

  1. Download the latest release
  2. Copy main.js, styles.css, and manifest.json to your vault's plugins folder: <vault>/.obsidian/plugins/obsidian-ace-code-editor/
  3. Reload Obsidian
  4. Enable the plugin in Settings → Community Plugins
  1. Install BRAT plugin
  2. Click "Add Beta plugin" in BRAT settings
  3. Enter RavenHogWarts/obsidian-ace-code-editor
  4. Enable the plugin

Development

  • Clone this repo
  • Make sure your NodeJS is at least v16 (node --version)
  • npm i or yarn to install dependencies
  • npm run dev to start compilation in watch mode
  • npm run build to build the plugin
  • npm run build:local to 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 version to bump the version number and update the manifest.json, version.json, package.json
  • npm run release to build the plugin and bump the version number

Support

If you encounter any issues or have suggestions:

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.

Star History

Star History Chart