Skip to content

Commit

Permalink
feat: rename plugin to LifeOS
Browse files Browse the repository at this point in the history
  • Loading branch information
linyibing committed Mar 13, 2024
1 parent 990d3e5 commit 981ea73
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Obsidian Periodic PARA
# Obsidian LifeOS

> Previously Used Name: Obsidian Periodic PARA
<a href="https://www.producthunt.com/posts/lifeos-template-for-obsidian?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-lifeos&#0045;template&#0045;for&#0045;obsidian" target="_blank">
<img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=441390&theme=light" alt="LifeOS&#0032;Template&#0032;for&#0032;Obsidian - Obsidian&#0032;LifeOS&#0032;&#0045;&#0032;Your&#0032;Life&#0032;Management&#0032;Assistant&#0033; | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" />
</a>


- This is a plugin for [LifeOS](https://forum.obsidian.md/t/building-my-second-brain-with-obsidian/62934), which assist in practicing the PARA method with periodic notes and usememos.
- It is recommended to download the [LifeOS-example](https://github.com/quanru/obsidian-example-LifeOS/tree/main) to experience it.
- For more tutorials, please go to [LifeOS for Obsidian Official Site](https://obsidian-life-os.netlify.app/)
Expand Down Expand Up @@ -77,9 +78,9 @@ Go to the [releases](https://github.com/quanru/obsidian-periodic-para/releases)
| API | The daily record API, usememos server + API(https://your-use-memos.com/api/v1/memo) |
| Token | The token of your API, find token in https://your-use-memos.com/setting |

| P.A.R.A Notes Settings | Description |
| ---------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Enable | Whether to turn on PARA Notes |
| P.A.R.A Notes Settings | Description |
| ---------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Enable | Whether to turn on PARA Notes |
| Projects Folder | Default is '1. Projects', Set a folder where the PARA project is located, each subdirectory is a project, and each project must have a [XXX.]README.md or a file with the same name as the folder as the project index |
| Areas Folder | Default is '2. Areas', Set a folder where the PARA area is located, each subdirectory is a area, and each area must have a [XXX.]README.md or a file with the same name as the folder as the area index |
| Resources Folder | Default is '3. Resources', Set a folder where the PARA resource is located, each subdirectory is a resource, and each resource must have a [XXX.]README.md or a file with the same name as the folder as the resource index |
Expand Down Expand Up @@ -135,7 +136,7 @@ AreaListByTime

#### query by tag

Tags is parsed from the frontmatter of current file, for example:
Tags is parsed from the [Properties](https://help.obsidian.md/Editing+and+formatting/Properties) of current file, for example:

```markdown
---
Expand Down
20 changes: 10 additions & 10 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"id": "periodic-para",
"name": "Periodic PARA",
"version": "1.11.3",
"minAppVersion": "0.15.0",
"description": "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",
"isDesktopOnly": false
}
"id": "periodic-para",
"name": "LifeOS",
"version": "1.11.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",
"isDesktopOnly": false
}

0 comments on commit 981ea73

Please sign in to comment.