Skip to content

Commit

Permalink
feat: update plugin version to 1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
linyibing committed Feb 26, 2024
1 parent 207588e commit 8f44719
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
id: build
run: |
mkdir ${{ env.NAME }}
cp -r .obsidian -1.\ Capture 0.\ PeriodicNotes 1.\ Projects 2.\ Areas 3.\ Resources 4.\ Archives 5.\ Express HOME.canvas README.md TASK.md ${{ env.NAME }}
cp -r -- .obsidian \-1.\ Capture 0.\ PeriodicNotes 1.\ Projects 2.\ Areas 3.\ Resources 4.\ Archives 5.\ Express HOME.canvas README.md TASK.md ${{ env.NAME }}
zip -r ${{ env.NAME }}.zip ${{ env.NAME }}
ls
echo "::set-output name=tag_name::$(git tag --sort version:refname | tail -n 1)"
Expand Down
2 changes: 1 addition & 1 deletion .obsidian/plugins/periodic-para/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -36146,7 +36146,7 @@ async function createFile(app, options) {
return;
}
frontMatter.tags = frontMatter.tags || [];
frontMatter.tags.push(tag);
frontMatter.tags.push(tag.replace(/^#/, ""));
}),
app.workspace.getLeaf().openFile(fileCreated)
]);
Expand Down
2 changes: 1 addition & 1 deletion .obsidian/plugins/periodic-para/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "periodic-para",
"name": "Periodic PARA",
"version": "1.10.2",
"version": "1.10.3",
"minAppVersion": "0.15.0",
"description": "Assist in practicing the PARA method with periodic notes and usememos.",
"author": "YiBing Lin",
Expand Down
29 changes: 19 additions & 10 deletions .obsidian/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,13 @@
"id": "0ae97260506f4037",
"type": "leaf",
"state": {
"type": "empty",
"state": {}
"type": "markdown",
"state": {
"file": "0. PeriodicNotes/Templates/Daily.md",
"mode": "source",
"backlinks": true,
"source": false
}
}
}
]
Expand Down Expand Up @@ -108,6 +113,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "0. PeriodicNotes/Templates/Daily.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
Expand All @@ -118,7 +124,9 @@
"type": "leaf",
"state": {
"type": "outline",
"state": {}
"state": {
"file": "0. PeriodicNotes/Templates/Daily.md"
}
}
},
{
Expand All @@ -127,6 +135,7 @@
"state": {
"type": "backlink",
"state": {
"file": "0. PeriodicNotes/Templates/Daily.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
Expand Down Expand Up @@ -158,13 +167,13 @@
},
"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:Periodic PARA": false
}
Expand Down

0 comments on commit 8f44719

Please sign in to comment.