1.在Obsidian的设置中,找到“第三方插件”选项,点击“社区插件” 2.在搜索框中输入“Note Refactor”,找到并安装它。 3.安装完成后,激活该插件,在成功安装插件后,我们需要对其进行简单的配置,以符合我们的需求。 2.离线安装: 因为网络原因很多同学无法直接在线安装obsidian插件,这里我已经把obsidian所有热门插件下载好...
将插件设置接口和默认设置常量的命名从 `MyPluginSettings` 和 `MyPlugin` 更新为 `BookXNoteSyncSettings` 和 `BookXNotePlugin`。同样,`BookXNoteSetting` 类被重命名为 `BookXNoteSyncSettingTab`, BREAKING CHANGE: 任何对 `MyPluginSettings`、`MyPlugin` 或 `BookXNoteSetting` 类的外部引用现在都应分...
For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/ Show more build The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: ...
refactor: 重构 renderer 代码 4年前 vite.config.ts fix: 修复表格图表不能用问题 4年前 yarn.lock feat: 调整终端主题 4年前 README GPL-3.0 此处代码不再同步更新,请移步 https://github.com/purocean/yn Yank Note 特色 注意事项 Yank-Note V3 开发计划 特色功能 界面截图 更新日志 v3....
登录/注册 双流赵师傅 推荐一些目前在用的OB插件(排名不分先后) linter;advanced slides;calendar;clear unused images;cmenu;Custom Frames;dataview;emoji toolbar;excalidraw;file explorer note count;footnote shortcut;image toolkit;kanban;media extended;note refactor;number headings;obsidian memos;pandoc plugin...
在Android Studio 中创建模块,默认模块是位于项目根目录之下的,如果希望把模块移动到某个文件夹下面,需要对模块右键,选择 "Refactor -- Move" 移动到指定目录之下。 当我们创建好这些 application 模块之后,在 Android Studio 的运行小三角按钮旁边,就可以选择我们需要运行哪个模块了: ...
refactor: using ESBuild to build 2年前 package.json chore: using esbuild-plugin-clear instead of esbuild-plugin-clean (fix #4) 2年前 pnpm-lock.yaml chore: using esbuild-plugin-clear instead of esbuild-plugin-clean (fix #4) 2年前 ...
cozy, eye-friendly vibe. 🚀 Wide Compatibility – Works like a charm with ChatGPT, Claude, Gemini, NotebookLM, DeepSeek and Poe, offering ultimate flexibility. Github: https://github.com/jonathanbertholet/promptmanager **Changelog** --- V1.7 - Code refactor : much optimized & refactored ...
而Linux下的确也没什么好的Java开发IDE,甚至是好的C/C++开发IDE,而Eclipse我觉得是一个不错的选择。通过CDT插件,Eclipse可以胜任C/C++ IDE的工作。而且,Eclipse还把Refactor这个重大的特性带到了C/C++ IDE中。在Windows下的Microsoft Visual C++都不支持的Refactor,能够很轻松地在Eclipse CDT中实现。
- refactor :既不是修复 bug 也不是添加新功能的代码更改 - style :不影响代码含义的更改 (例如空格、格式化、少了分号) - docs :只是文档的更改 - perf :提高性能的代码更改 - revert :撤回提交 - test :添加或修正测试 - upd:更新某功能(不是 feat, 不是 fix) ...