sashasasha
01/21/2022, 5:01 PM./bootstrap/scripts/watch.sh
in my terminal
What could be the issue here?sashasasha
01/21/2022, 5:41 PMLookupProviderV3.ts
, how do I check if it's running a note lookup or a schema lookup?
What I want to do is something like isSchema ? CREATE_NEW_SCHEMA_DETAIL : CREATE_NEW_NOTE_DETAIL
Task for the context: https://github.com/dendronhq/dendron/issues/1246kevins8
01/21/2022, 6:13 PMsashasasha
01/21/2022, 8:19 PMglucinater21
01/21/2022, 10:52 PMSeriousBug
01/21/2022, 10:52 PMPavel Varona
01/23/2022, 11:58 AMdendron://dendron.docs/pkg.common-all.dev.cook#add-new-config
)lukecarrier
01/23/2022, 12:26 PMWildMagic
01/24/2022, 7:03 PMSeriousBug
01/24/2022, 7:05 PMkevins8
01/25/2022, 2:44 AMkrisfremen
01/25/2022, 10:10 AMSeriousBug
01/25/2022, 8:52 PMkevins8
01/25/2022, 8:57 PMgit
in the codebasekevins8
01/25/2022, 8:57 PMgit config --local --get remote.${remoteName}.url
,
275: await this.execute(git symbolic-ref -q HEAD
, uri)
279: git for-each-ref --format='%(upstream)' '${ref}'
,
332: await this.execute(git config --local --get-regexp "^remote.*.url"
, uri)
plugin-core • src/test/suite-integ/SyncCommand.test.ts:
397: await git._execute(git checkout -b ${branch} --no-track
);
engine-server • src/topics/git.ts:
42: await this._execute(git add ${args}
);
62: await this._execute(git remote add ${remoteName} ${remoteUrl}
);
68: await this._execute(git remote set-url ${remoteName} ${remoteUrl}
);
72: const { stdout } = await this._execute(git remote get-url ${remoteName}
);
77: await this._execute(git init${this.opts.bare ? " --bare" : ""}
);
80: /** Equivalent to git branch
.
113: await execa.command([git pull --rebase
].join(" "), {
124: await execa.command([git push${setUpstremArg}
].join(" "), {
183: git status --porcelain${untrackedFilesArg}
236: git diff ${nameOnlyOption} ${oldCommit} ${newCommit}
dendron-cli • src/utils/build.ts:
64: $(git add .
);
65: $(git commit -m "chore: publish ${version}"
);
117: $(git checkout -- ${pkgPath}
);
159: const { stdout, stderr } = $(git commit -m "chore: bump 11ty"
);kevins8
01/25/2022, 8:57 PMkevins8
01/25/2022, 8:58 PMd1onys1us
01/25/2022, 10:19 PMd1onys1us
01/25/2022, 10:21 PMlukecarrier
01/25/2022, 10:42 PMScriptAutomate
01/26/2022, 9:02 PMTaxonomist
📝
https://wiki.dendron.so/notes/7c00d606-7b75-4d28-b563-d75f33f8e0d7/#taxonomistkevins8
01/26/2022, 10:47 PMd1onys1us
01/27/2022, 2:01 AMScriptAutomate
01/27/2022, 2:10 AMcconrad
01/27/2022, 9:53 AMhikchoi
01/27/2022, 10:21 AMdendron.defaultTimestampDecorationFormat
to any of the TIME_24_
variant formats: https://wiki.dendron.so/notes/19a0ea9d-7292-4a68-bc6f-ffd462a54bc5/#dendrondefaulttimestampdecorationformathikchoi
01/27/2022, 10:24 AMchmac
01/27/2022, 12:09 PMhikchoi
01/27/2022, 12:47 PMonCreate
, but we plan to expand this in the futurechmac
01/27/2022, 12:57 PM