第一个选项是“签出Windows风格,提交Unix风格的行尾”。签出文本文件时,Git会将LF转换为CRLF。提交文本文件时,CRLF将转换为LF。对于跨平台项目,这是Windows上的推荐设置(“ core.autocrlf”设置为“ true”) 第二个选项是“按原样签出,提交Unix样式的行尾”。签出文本文件时,Git不会执行任何转换。 提交文本文件...
对于开发者 Insider v.1.10 修正了Menu.showAtPosition在用户启用”原生菜单“模式时不生效,以及processFrontMatter在 frontmatter 部分为空时传递 null,还修正了 CRLF 相关问题; Johnny 正在寻找一个新的维护者来继续开发 Workspaces Plus 插件;更多细节请参见 问题#93。 外观 Minimal 6.2 现已推出,增加了 Ayu 色...
run pretty - revert crlf to lf Dec 3, 2024 LICENSE documentation improvement Oct 15, 2021 README.md Update README.md Jan 2, 2025 README_cn.md Remove outdated configuration items. Sep 11, 2022 README_ja.md Fixed: Feb 27, 2024
.editorconfig use LF instead of CRLF (#28) Apr 16, 2022 .eslintignore fix .eslintignore (#48) Jan 19, 2023 .eslintrc add version bump script (#10) Jan 23, 2022 .gitignore Update .gitignore (#25) Jan 28, 2022 .npmrc add version bump script (#10) Jan 23, 2022 LICENSE Create...
recommended setting for Obsidian and seemed to work quite well for me$conversion='markdown-simple_tables-multiline_tables-grid_tables+pipe_tables-bracketed_spans+native_spans+startnum'# I chose to change this to CRLF since I'm on Windows, you would leave it default on Linux/Mac$newline...
第一个选项是“签出Windows风格,提交Unix风格的行尾”。签出文本文件时,Git会将LF转换为CRLF。提交...
Insider v.1.10 修正了 Menu.showAtPosition 在用户启用”原生菜单“模式时不生效,以及 processFrontMatter 在frontmatter 部分为空时传递 null,还修正了 CRLF 相关问题; Johnny 正在寻找一个新的维护者来继续开发 Workspaces Plus 插件;更多细节请参见 问题#93。 外观 Minimal 6.2 现已推出,增加了 Ayu 色彩方案;...
.editorconfig use LF instead of CRLF (#28) Apr 16, 2022 .eslintignore fix .eslintignore (#48) Jan 19, 2023 .eslintrc style: prettier Jul 3, 2023 .gitignore feat: daily record sync support Nov 11, 2023 .npmrc feat: react integrated Aug 4, 2023 LICENSE.txt fix: code review by o...
use LF instead of CRLF (obsidianmd#28) Apr 16, 2022 .eslintignore fix .eslintignore (obsidianmd#48) Jan 19, 2023 .eslintrc add version bump script (obsidianmd#10) Jan 23, 2022 .gitignore Update the build Feb 12, 2024 .npmrc ...
看样子是没有把当前的Obsidian知识库初始化为Git仓库吧,在当前目录执行一下 git init 看看效果如何?