2023 年, Obsidian 完全可以替代 Typora 了

2023-03-01 20:06:10 +08:00
 jqtmviyu

2023 年, Obsidian 完全可以替代 Typora 了

Typora

缺点

优点

Obsidian

优点

缺点

插件

可以看下开发者的文章 两年后,我还在用的 Obsidian 插件

说下我自己在用的:

主题

当然是类似 Typora 的 Typora-vue

顺便改下, 把 h 标签 hover 选择器去掉, 把颜色改成高亮颜色, 让它常驻

.markdown-preview-view h1::before

自定义 css

给 outline 添加数字序号

/* container of first layer headings. */
.outline {
  counter-reset: rootCounter;
}

.outline .tree-item .tree-item-self .tree-item-inner::before {
  content: counters(rootCounter, ".") ". ";
  counter-increment: rootCounter;
}

/* container of the ohter headings. */
/* NOTE: It is not .outline anymore. So we need a new counter */
.tree-item-children {
  counter-reset: innerCounter;
}

.tree-item-children .tree-item .tree-item-self .tree-item-inner::before {
  content: counters(rootCounter, ".") "." counters(innerCounter, ".") ". ";
  counter-increment: innerCounter;
}

11307 次点击
所在节点    分享发现
43 条回复
hunterzhang86
165 天前
最近我用 Obsidian + ChatGPT + Excalidraw 的组合打造了自己的知识管理系统,感觉非常方便。 有兴趣的可以参考下 :[https://www.ifb.me/blog/ai/obsidian]( https://www.ifb.me/blog/ai/obsidian)
lovegoogle
147 天前
难道没有 OneNote 用户嘛~
plutomiao
23 天前
@lovegoogle ob + typora + onenote 用户来了。。。可能大家都喜欢格式整齐吧,onenote 就是太随意了,不过彩色文本还是很好用,同步 3 个都可以

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/920256

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX