obsidian有arm64版本的appimage,可以在rock 5b上直接使用,这下摸鱼的时候都可以记笔记了。
下载并执行AppImage
直接官网下载:
1 2 3 4
| wget https://github.com/obsidianmd/obsidian-releases/releases/download/v1.0.3/Obsidian-1.0.3-arm64.AppImage chmod a+x ./Obsidian-1.0.3-arm64.AppImage
./Obsidian-1.0.3-arm64.AppImage
|
使用技巧
图片居中
在YOUR_VAULT/.obsidian/themes/YOUR_CUSTOM_THEME.css
中:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
| exa -aT ./history_battle_100 history_battle_100 ├── .stfolder └── history_battle_100 ├── .obsidian │ ├── app.json │ ├── appearance.json │ ├── core-plugins.json │ ├── hotkeys.json │ ├── themes │ │ └── my_custom.css │ └── workspace.json ├── static │ └── test.png └── 第一季-秦并天下 ├── 0. 汉末重写“开刊词”.md └── 1. 第一战:三家分晋(加量修订版)韩赵魏崛起,自春秋来到战国.md
|
添加自定义css:
1 2 3 4 5 6 7 8 9
| img { display: block !important; margin-left: auto !important; margin-right: auto !important; } .markdown-source-view.mod-cm6 .cm-content > * { margin: auto auto !important; }
|
在Settings
=>Appearance
=>Themes
中选择my_custom.css
即可。
双向链接
- 链接到某一篇笔记:
[[ ]]
- 链接到某一篇笔记中的某个标题:
[[ # ]]
- 链接到某一篇笔记中的某个段落(块):
[[ # ^ ]]
- 为链接创建定义(关键词):
[[ | 关键词]]
- 链接到外部文件如印象笔记:
[关键词](链接)