diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b53c184..d60cf04 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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)" diff --git a/.obsidian/plugins/periodic-para/main.js b/.obsidian/plugins/periodic-para/main.js index fcb8074..5e10a13 100644 --- a/.obsidian/plugins/periodic-para/main.js +++ b/.obsidian/plugins/periodic-para/main.js @@ -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) ]); diff --git a/.obsidian/plugins/periodic-para/manifest.json b/.obsidian/plugins/periodic-para/manifest.json index 86fb88b..994c5a1 100644 --- a/.obsidian/plugins/periodic-para/manifest.json +++ b/.obsidian/plugins/periodic-para/manifest.json @@ -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", diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 1ec88bc..dbe3bee 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -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 + } } } ] @@ -108,6 +113,7 @@ "state": { "type": "outgoing-link", "state": { + "file": "0. PeriodicNotes/Templates/Daily.md", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -118,7 +124,9 @@ "type": "leaf", "state": { "type": "outline", - "state": {} + "state": { + "file": "0. PeriodicNotes/Templates/Daily.md" + } } }, { @@ -127,6 +135,7 @@ "state": { "type": "backlink", "state": { + "file": "0. PeriodicNotes/Templates/Daily.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -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 }