Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benature/benature-obsidian
Obsidian 使用案例分享
https://github.com/benature/benature-obsidian
obsidian use-case
Last synced: 3 days ago
JSON representation
Obsidian 使用案例分享
- Host: GitHub
- URL: https://github.com/benature/benature-obsidian
- Owner: Benature
- Created: 2023-12-21T06:13:57.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-24T08:59:24.000Z (9 months ago)
- Last Synced: 2024-05-11T22:46:29.524Z (6 months ago)
- Topics: obsidian, use-case
- Language: JavaScript
- Homepage:
- Size: 52.7 KB
- Stars: 44
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Benature-Obsidian
相关文章介绍:
- Obsidian 跨越研究生生涯的 4 年年度回顾
[微信公众号](https://mp.weixin.qq.com/s/PwEO8uJMV1kIOcETG82EVQ) / [少数派](https://sspai.com/post/85339) / [知乎](https://zhuanlan.zhihu.com/p/678256692) / [notion](https://benature.notion.site/Obsidian-4-fb430726a5cd4ebc8bb2e829e85f4923)
- ~~视频分享正在路上 🐦~~模板库: https://github.com/Benature/obsidian-sample-vault
## 仓库结构
- `.obsidian/snippets`: css
- `setting`
- `js`: js code for plugins CustomJS + Dataview
- templates
- `src`: some codes to generate note from network
- `podcast.py`: 小宇宙播客
- [`notion`](./src/notion/): Notion 同步## 配置
### Citations
```md
---
alias: {{titleShort}}
tags:
year: {{year}}
title: "{{title}}"
container: "{{containerTitle}}"
url: {{#if URL}}{{URL}}{{else}}{{#if DOI}}https://doi.org/{{DOI}}{{/if}}{{/if}}
---
- [ ] 《{{title}}》[🆉]({{zoteroSelectURI}}) ^readauthors:: {{#each entry.author}} [[{{given}} {{family}}]],{{/each}}
related::
affiliation::---
- abbr.
#### comment
## 0 Abstract
## 1 Intro
```## 支持
![support.png](https://s2.loli.net/2024/01/30/jQ9fTSyBxvXRoOM.png)