No description
Find a file
RavenHogWarts c7474c0fba
chore: bump version 1.3.2 (#46)
更新 package.json 和 lockfile 中的版本号从 1.3.1 到 1.3.2,以反映发布或变更的语义版本提升。同步 lockfile 中的依赖元数据,移除
若干条目中多余的 peer 字段并为部分依赖添加 peer 标记,确保
锁定文件与当前依赖关系描述保持一致,避免安装差异和潜在的
依赖解析问题。
2025-10-29 20:59:45 +08:00
.github chore: 优化构建脚本 (#41) 2025-10-29 20:16:16 +08:00
assets docs: 更新 README 图片路径及新增功能截图 2025-06-16 18:56:55 +08:00
scripts chore: 优化构建脚本 (#41) 2025-10-29 20:16:16 +08:00
src feat: 统一使用路径别名将工程中的相对/相对路径导入改统一的路径别名 (#45) 2025-10-29 20:57:18 +08:00
styles feat: 统一使用路径别名将工程中的相对/相对路径导入改统一的路径别名 (#45) 2025-10-29 20:57:18 +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.md chore: bump version 1.3.2 (#46) 2025-10-29 20:59:45 +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 chore: bump version 1.3.2 (#46) 2025-10-29 20:59:45 +08:00
package-lock.json chore: bump version 1.3.2 (#46) 2025-10-29 20:59:45 +08:00
package.json chore: bump version 1.3.2 (#46) 2025-10-29 20:59:45 +08:00
README-zh.md docs: 添加最新版下载量徽章显示下载统计信息 (#22) 2025-07-18 12:51:08 +08:00
README.md docs: 添加最新版下载量徽章显示下载统计信息 (#22) 2025-07-18 12:51:08 +08:00
tsconfig.json feat: 统一使用路径别名将工程中的相对/相对路径导入改统一的路径别名 (#45) 2025-10-29 20:57:18 +08:00
versions.json chore: bump version 1.3.2 (#46) 2025-10-29 20:59:45 +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 Latest 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