Skip to content

Commit

Permalink
feature: copy 'folds' over from template into new files
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcain committed Apr 1, 2021
1 parent a39c534 commit 7d2aebd
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 10 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "calendar",
"name": "Calendar",
"description": "Calendar view of your daily notes",
"version": "1.5.9",
"version": "1.5.10",
"author": "Liam Cain",
"authorUrl": "https://github.com/liamcain/",
"isDesktopOnly": false,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "calendar",
"version": "1.5.9",
"version": "1.5.10",
"description": "Calendar view of your daily notes",
"author": "liamcain",
"main": "main.js",
Expand All @@ -14,7 +14,7 @@
"dependencies": {
"obsidian": "obsidianmd/obsidian-api#master",
"obsidian-calendar-ui": "0.3.12",
"obsidian-daily-notes-interface": "0.8.4",
"obsidian-daily-notes-interface": "0.9.0",
"svelte": "3.35.0",
"tslib": "2.1.0"
},
Expand Down
1 change: 1 addition & 0 deletions src/testUtils/mockApp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const mockApp: App = {
rename: () => Promise.resolve(),
copy: () => Promise.resolve(),
},
configDir: ".obsidian",
getName: () => "",
getAbstractFileByPath: () => null,
getRoot: () => ({
Expand Down
4 changes: 4 additions & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"1.5.9": "0.9.11",
"1.5.10": "0.11.0"
}
29 changes: 22 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -595,10 +595,10 @@
dependencies:
"@babel/types" "^7.3.0"

"@types/codemirror@0.0.98":
version "0.0.98"
resolved "https://registry.yarnpkg.com/@types/codemirror/-/codemirror-0.0.98.tgz#b35c7a4ab1fc1684b08a4e3eb65240020556ebfb"
integrity sha512-cbty5LPayy2vNSeuUdjNA9tggG+go5vAxmnLDRWpiZI5a+RDBi9dlozy4/jW/7P/gletbBWbQREEa7A81YxstA==
"@types/codemirror@0.0.108":
version "0.0.108"
resolved "https://registry.yarnpkg.com/@types/codemirror/-/codemirror-0.0.108.tgz#e640422b666bf49251b384c390cdeb2362585bde"
integrity sha512-3FGFcus0P7C2UOGCNUVENqObEb4SFk+S8Dnxq7K6aIsLVs/vDtlangl3PEO0ykaKXyK56swVF6Nho7VsA44uhw==
dependencies:
"@types/tern" "*"

Expand Down Expand Up @@ -3219,11 +3219,21 @@ obsidian-daily-notes-interface@0.8.4:
obsidian obsidianmd/obsidian-api#master
tslib "2.1.0"

obsidian-daily-notes-interface@0.9.0:
version "0.9.0"
resolved "https://registry.yarnpkg.com/obsidian-daily-notes-interface/-/obsidian-daily-notes-interface-0.9.0.tgz#6a8996917899097c99ed62264a28e231a297d3c6"
integrity sha512-vzqOLgjTJi+jeT654eRgyEA2PfqeNI23Fe955VwqnRpAjkarr6qcllpC9cs1XBgpjmRm/XRIqXFdLsO+1z1RGg==
dependencies:
obsidian obsidianmd/obsidian-api#master
tslib "2.1.0"

obsidian@obsidianmd/obsidian-api#master:
version "0.11.7"
resolved "https://codeload.github.com/obsidianmd/obsidian-api/tar.gz/55946e5a6259a28c416d2d6e600a7964a86a01dd"
version "0.11.11"
resolved "https://codeload.github.com/obsidianmd/obsidian-api/tar.gz/dbfa19ad7aa6557f0ecff962065c3f540bc77e27"
dependencies:
"@types/codemirror" "0.0.98"
"@types/codemirror" "0.0.108"
moment "2.29.1"
yaml "2.0.0-4"

once@^1.3.0, once@^1.3.1, once@^1.4.0:
version "1.4.0"
Expand Down Expand Up @@ -4439,6 +4449,11 @@ yallist@^4.0.0:
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==

yaml@2.0.0-4:
version "2.0.0-4"
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.0.0-4.tgz#0b8089fecd1843d1a8eb8d0aff1470c471653e15"
integrity sha512-MoQoNhTFI400tkaeod+X0Vety1KD2L9dUa6pa1CVcyfcATjC/iDxoMLvqZ6U3D8c5KzxBrU2HnJH+PfaXOqI7w==

yaml@^1.7.2:
version "1.10.0"
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.0.tgz#3b593add944876077d4d683fee01081bd9fff31e"
Expand Down

0 comments on commit 7d2aebd

Please sign in to comment.