Skip to content

Commit

Permalink
docs: update readme & update plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
quanru committed Nov 3, 2024
1 parent 5620bdd commit 95ae2f4
Show file tree
Hide file tree
Showing 9 changed files with 2,701 additions and 1,961 deletions.
119 changes: 61 additions & 58 deletions .obsidian/plugins/obsidian-tasks-plugin/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .obsidian/plugins/obsidian-tasks-plugin/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-tasks-plugin",
"name": "Tasks",
"version": "7.10.2",
"version": "7.12.3",
"minAppVersion": "1.1.1",
"description": "Track tasks across your vault. Supports due dates, recurring tasks, done dates, sub-set of checklist items, and filtering.",
"helpUrl": "https://publish.obsidian.md/tasks/",
Expand Down
4,409 changes: 2,543 additions & 1,866 deletions .obsidian/plugins/periodic-para/main.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions .obsidian/plugins/periodic-para/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"id": "periodic-para",
"name": "LifeOS",
"version": "1.18.0",
"version": "1.19.3",
"minAppVersion": "0.15.0",
"description": "Life management system(Assist in practicing the PARA method with periodic notes and usememos).",
"author": "YiBing Lin",
"authorUrl": "https://quanru.github.io",
"fundingUrl": "https://www.buymeacoffee.com/leyang",
"authorUrl": "https://blog.lifeos.vip",
"fundingUrl": "https://lifeos.vip",
"isDesktopOnly": false
}
51 changes: 51 additions & 0 deletions .obsidian/plugins/periodic-para/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,54 @@
}

/* src/component/SettingTab/index.less */
.periodic-para-setting-tab .ant-tabs-nav-list {
display: flex;
justify-content: space-around;
width: 100%;
}
.periodic-para-setting-tab .ant-tabs-nav-wrap {
justify-content: center;
}
.periodic-para-setting-tab .ant-tabs-tab {
flex: 1;
display: flex;
justify-content: center;
}
.periodic-para-setting-tab .ant-tabs-tab + .ant-tabs-tab {
margin-left: 0;
}
.periodic-para-setting-tab .ant-form-item {
margin-left: auto;
margin-right: auto;
}
.periodic-para-setting-tab .ant-form {
width: 100%;
max-width: 600px;
margin: 0 auto;
}

/* src/component/TopBanner/index.less */
.m-top-banner .pro-link {
display: flex;
justify-content: center;
align-items: center;
padding: 5px 0;
}
.m-top-banner .pro-link a {
display: flex;
align-items: center;
text-decoration: none;
height: 40px;
}
.m-top-banner .icon-links {
display: flex;
justify-content: space-around;
align-items: center;
padding: 5px 0;
}
.m-top-banner .icon-links a {
display: flex;
align-items: center;
text-decoration: none;
height: 40px;
}
14 changes: 7 additions & 7 deletions .obsidian/plugins/templater-obsidian/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .obsidian/plugins/templater-obsidian/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "templater-obsidian",
"name": "Templater",
"version": "2.7.3",
"version": "2.9.1",
"description": "Create and use templates",
"minAppVersion": "1.5.0",
"author": "SilentVoid",
Expand Down
43 changes: 23 additions & 20 deletions .obsidian/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,24 @@
"type": "split",
"children": [
{
"id": "3442a96730456018",
"id": "33a6ffc28c30bd4d",
"type": "tabs",
"children": [
{
"id": "6ec172534fbc71a0",
"id": "dc4b2b485ebe6689",
"type": "leaf",
"state": {
"type": "markdown",
"type": "canvas",
"state": {
"file": "5. Express/blogs/Building my second brain 🧠 with Obsidian.md",
"mode": "source",
"backlinks": true,
"source": false
"file": "HOME.canvas",
"viewState": {
"x": -180,
"y": 130,
"zoom": -0.18539821385424635
}
},
"icon": "lucide-file",
"title": "Building my second brain 🧠 with Obsidian"
"icon": "lucide-layout-dashboard",
"title": "HOME"
}
}
]
Expand Down Expand Up @@ -62,7 +64,7 @@
"sortOrder": "alphabetical"
},
"icon": "lucide-folder-closed",
"title": "Files"
"title": "文件列表"
}
},
{
Expand Down Expand Up @@ -187,19 +189,21 @@
},
"left-ribbon": {
"hiddenItems": {
"switcher:Open quick switcher": false,
"graph:Open graph view": false,
"canvas:Create new canvas": false,
"daily-notes:Open today's daily note": false,
"command-palette:Open command palette": false,
"random-note:Open random note": false,
"workspaces:Manage workspace layouts": false,
"switcher:打开快速切换": false,
"graph:查看关系图谱": false,
"canvas:新建白板": false,
"daily-notes:打开/创建今天的日记": false,
"command-palette:打开命令面板": false,
"random-note:开始漫游笔记": false,
"workspaces:管理工作区布局": false,
"templater-obsidian:Templater": false,
"periodic-para:LifeOS": false
"periodic-para:LifeOS": false,
"periodic-para:LifeOS 创建": false
}
},
"active": "6ec172534fbc71a0",
"active": "dc4b2b485ebe6689",
"lastOpenFiles": [
"5. Express/blogs/Building my second brain 🧠 with Obsidian.md",
"-1. Capture/Predicting The Future.md",
"-1. Capture/Advice for ambitious 19 year olds.md",
"0. PeriodicNotes/Templates/Daily.md",
Expand Down Expand Up @@ -231,7 +235,6 @@
"1. Projects/personal-brand-wot-sharing-meeting/speech rehearsal/Tips for Public Speaking.md",
"1. Projects/personal-brand-wot-sharing-meeting/speech rehearsal/Verbatim manuscript.md",
"1. Projects/personal-brand-wot-sharing-meeting/speech rehearsal/Existing problems.md",
"1. Projects/personal-brand-wot-sharing-meeting/speech rehearsal/Possible questions from the audience.md",
"1. Projects/personal-brand-wot-sharing-meeting/architecture diagram/Monorepo.svg",
"1. Projects/personal-brand-wot-sharing-meeting/Front-end Engineering Practice of ByteDance.pdf",
"0. PeriodicNotes/2024/Quarterly",
Expand Down
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,24 @@

## Download

- [LifeOS-example](https://github.com/quanru/obsidian-lifeos/archive/refs/heads/main.zip)
- [LifeOS-example](https://github.com/quanru/obsidian-example-lifeos/archive/refs/heads/main.zip)

## Support

- [Twitter](https://twitter.com/quanruzhuoxiu)
- [Discord](https://discord.gg/HZGanKEkuZ)
- [Lark](https://applink.feishu.cn/client/chat/chatter/add_by_link?link_token=ba8p19af-4cdf-4c94-8a59-95cea664ea61)
- [Email](mailto:[email protected])
- [🎮 Discord](https://discord.gg/HZGanKEkuZ)
- [💬 Telegram](https://t.me/+OLTasChvEEthMjBl)
- [🐦 LifeOS for Obsidian](https://twitter.com/quan_ru)
- [🐦 Twitter](https://twitter.com/quanruzhuoxiu)
- [📺 Youtub](https://www.youtube.com/@LeYangLin)
- [🧑‍🔧 Bento](https://bento.me/leyang)
- [📧 Email](mailto:[email protected])

## Acknowledgements

Also, I relied on the code from these excellent plugins:

- [PARA](https://fortelabs.com/blog/para/). Thanks to Tiago Forte for inventing such a great organizational method.
- [PARA Starter Kit](https://forum.obsidian.md/t/para-starter-kit/223). Thanks to cotemaxime for creating such a great starter vault.
- [obsidian-periodic-notes](https://github.com/liamcain/obsidian-periodic-notes). Gave me the inspiration to develop this plugin.
- [obsidian-dataview](https://github.com/blacksmithgu/obsidian-dataview). The underlying plugin uses dataview's query interface.
- [Templater](https://github.com/SilentVoid13/Templater). Provides decoupled template creation, allowing a very large number of plugins to create files with the help of it.
Expand All @@ -38,6 +42,8 @@ Also, I relied on the code from these excellent plugins:

If this plugin do help you, please buy me a cup of coffee on [buymeacoffee](https://www.buymeacoffee.com/leyang).

In addition, you can also support me in further developing a better LifeOS by purchasing the [LifeOS Pro](https://lifeos.vip/plugin/life-os-pro.html)!

<a href="https://www.buymeacoffee.com/leyang"><img src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=&slug=leyang&button_colour=40DCA5&font_colour=ffffff&font_family=Cookie&outline_colour=000000&coffee_colour=FFDD00" /></a>

---
Expand Down

0 comments on commit 95ae2f4

Please sign in to comment.