obisidian使用技巧

  • Post author:
  • Post category:其他




1.外观

Blue



2.使用技巧



命令

  • 按住ctrl后悬浮在某个md文件上,可以预览内容
  • ctrl+p调出命令窗口



角标

第一个角标


1



黑体


加粗



加粗



高亮



嵌入其他文档的内容

![[4.sqlite]]



注释

%%这里是注释,在预览模式是看不见的%%



代码行

C语言使用

printf()

来实现代码行内的代码。



代码块

function func(arg){
	if(arg){
		$.facebox({div:"#foo"})
	}
}



数学公式





a

b

c

d

=

a

d

b

c

\begin{vmatrix}a & b\\ c & d \end{vmatrix}=ad-bc











































a








c





























b








d
















































=








a


d













b


c







也可以写句内公式



e

2

i

π

=

1

e^{2i\pi} = 1







e











2















=








1





.


obsidian使用的Mathjax数学公式库



折叠效果

[!Note]- Note

折叠的语句,需要在[]后面加上一个-,短横杠符号



标志

可用的块标志:

  • note
  • abstract, summary, tldr
  • info, todo
  • tip, hint, important
  • success, check, done
  • question, help, faq
  • warning, caution, attention
  • failure, fail, missing
  • danger, error
  • bug
  • example
  • quote, cite

[!info]

[!note]

[!summary]

[!warning]

[!faq]

[!todo]

[!bug]

[!example]

[!quote]

[!success]

[!failure]

[!error]

错误



块引用

Human beings face ever more complex and urgent problems, and their effectiveness in dealing with these problems is a matter that is critical to the stability and continued progress of society.



小标题

  1. 内容
  2. 内容
  3. 内容



无序标题

  • 内容
  • 内容
  • 内容

    • 内容2
    • 内容2



分隔符




内容链接

-[[markdown语法]]



表格

First Header Second Header
Content from cell 1 Content from cell 2
Content in the first column Content in the second column



任务列表


  • #tags,

    links

    ,

    formatting

    supported

  • list syntax required (any unordered or ordered list supported)

  • this is a complete item
  • [?] this is also a complete item (works with every character)

  • this is an incomplete item

  • tasks can be clicked in Preview to be checked off



3.插件



style settings

搭配blue topaz主题,可以实现各种自定义的外观。



Calender

增加一个日历显示及daily notes



Obsidian Git

可以实现免费的云同步



DataView

实现数据本知识库的可视化,甚至包括文件系统
list from ""

表格

table time-played



Excalidraw

快速手绘图

![[测试.excalidraw|375]]



mindmap

思维导图,将某个文档以思维导图的结构呈现出来。



mousewheel image zoom

安装后,在编辑模式下按住alt+滚轮可以实现图片的缩放。




4.引用

1.

obsidian配置


2.插件


  1. 哈哈哈

    ↩︎



版权声明:本文为H_horse原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。