通过自定义规则,你可以根据自己的需求量身定制快捷输入方式,让Obsidian真正成为你的得力助手。 Snippets的核心原理 片段(snippets)是一种快捷方式,允许使用特定的trigger代码输入特定的文本。 代码示范: { trigger: string | RegExp, replacement: string, options: string, priority?: number, description?: string, f...
1. 下載CSS檔 至下列網址下載.css檔,再存入你的儲存庫根目錄/.obsidian/snippets <https://github.com/deathau/obsidian-snippets/blob/main/notation-colour-blocks.css> <https://github.com/deathau/obsidian-snippets/blob/main/realistic-highlight.css> 2. 啟用CSS片段 設定→外觀→找到CSS片段,啟用要使用...
/* 编辑模式下的行距 */ .cm-line { line-height: 2em; } /* 预览模式下的行距 */ .mark...
obsidian-css-snippetsYo**ke 上传3.76 KB 文件格式 zip obsidian 层叠样式表 点赞(0) 踩踩(0) 反馈 所需:1 积分 电信网络下载 TweenAnimation 2025-02-11 11:37:02 积分:1 Tween 2025-02-11 11:36:30 积分:1 jValid 2025-02-11 11:28:04 积分:1 ...
Cascading style sheets (CSS) snippets help you to add custom styles to an Obsidian vault. They are powerful tools that help define different user
Obsidian CSS Snippets A collection of custom CSS snippets to improve or override certain style based things in Obsidian. Installation Clone this repository into your Obsidian vault settings folder. git clone git@github.com:jakeprice-me/obsidian-snippets.git <vault-directory>/.obsidian/snippetsAbout...
This repo originally started a single Table of Contents script which displays at the top of your obsidian note. However, numerous other scripts have been added since then.The snippets in this repo require you to download and install the following:...
obsidian-releases / community-snippets.json community-snippets.json 237 Bytes 一键复制 编辑 原始数据 按行查看 历史 Erica Xu 提交于 3年前 . Update community-snippets.json 12345678 [ { "name": "Plugin name on the right", "author": "Silver", "description": "Move the plugin name to...
/* 编辑模式下的行距 */ .cm-line { line-height: 2em; } /* 预览模式下的行距 */ ....
Most common appearance solutions for Obsidian now in a single place. Initially collected by Klaas: https://forum.obsidian.md/t/how-to-achieve-css-code-snippets/8474 - TrueConfiguration/obsidian-css-snippets