No description
Find a file
2025-06-22 21:07:58 +08:00
.github docs: 更新贡献指南并修正插件名称引用 2025-05-06 22:57:06 +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 chore: 优化键盘描述文本为“键盘风格” 2025-06-22 21:04:22 +08:00
style feat: 添加设置页面文档链接和样式调整 2025-06-16 16:55:29 +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 Initial commit 2025-05-04 12:05:18 +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.0 2025-06-22 21:07:58 +08:00
CHANGELOG.md build: 1.2.0 2025-06-22 21:07:58 +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 fix: 将 isDesktopOnly 设置为 false 以支持移动端 2025-06-17 15:12:14 +08:00
manifest.json build: 1.2.0 2025-06-22 21:07:58 +08:00
package-lock.json feat: 添加设置页面文档链接和样式调整 2025-06-16 16:55:29 +08:00
package.json build: 1.2.0 2025-06-22 21:07:58 +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.0 2025-06-22 21:07:58 +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