mirror of
https://github.com/jie65535/note.git
synced 2025-10-16 17:03:50 +08:00
添加今日笔记 2022-04-09
更改初始设置 移除默认截图目录 完成教程
This commit is contained in:
21
journal/2022-04-09.md
Normal file
21
journal/2022-04-09.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# 2022-04-09T14:01:45Z
|
||||
|
||||
## 尝试安装并使用 [foam](https://github.com/foambubble/foam) 作为笔记本工具
|
||||
|
||||
修改了两项配置:
|
||||
```json
|
||||
{
|
||||
"foam.openDailyNote.titleFormat": "isoUtcDateTime",
|
||||
"pasteImage.path": "${currentFileDir}/images",
|
||||
}
|
||||
```
|
||||
1. 每日笔记标题使用isoUTC日期时间`2022-04-09T14:01:45Z`
|
||||
2. 粘贴图片`Ctrl+Alt+V`时图片放到当前文件目录下的`images`目录内
|
||||
3. 禁用了语法检查的扩展,因为它上来就全部高亮报错。
|
||||
4. 完成新手教程,虽然也许并没有记住多少
|
||||
|
||||
## 笔记
|
||||
这些快捷键有助于更好的编辑 [[use-keyboard-shortcuts-for-editing]]
|
||||
|
||||
不过其中`cmd+b`加粗的快捷键没有生效,也许是和其它快捷键冲突了。
|
||||
|
Reference in New Issue
Block a user