jyeung
10/12/2022, 4:27 AMjeep
10/12/2022, 4:39 AMkevins8
10/12/2022, 3:27 PMdakegumo
10/12/2022, 8:13 PMfoureyedsoul
10/12/2022, 8:45 PMv.0.115.0
? @kevins8
I've been updating a few of my files today, but the most recent "updated" time any display is 2022-10-11 at 8am Mountain time, which I think would have been around when I updated to the newest Dendron version. I haven't added any new plug-ins yesterday or today.kevins8
10/12/2022, 8:46 PMkevins8
10/12/2022, 8:46 PMexx
10/13/2022, 1:47 AMnpx dendron publish init
from the wiki isn't running properlyccamara
10/13/2022, 7:52 AMjyeung
10/13/2022, 10:19 AM0.115.1
patchjyeung
10/13/2022, 10:23 AMnpm install
before running the npx dendron publish init
command?jyeung
10/13/2022, 10:27 AMcss
section.side-layout-main {
/* Background color of the main section, with the page contents and table of contents. */
background: #ffffff;
}
@Joshi in case I'm thinking about this wrongJoshi
10/13/2022, 11:26 AMjeep
10/13/2022, 2:02 PMUnmerged paths:
(use "git restore --staged <file>..." to unstage)
(use "git add <file>..." to mark resolution)
both modified: .dendron.cache.json
8. Get annoyed. Take the remote version and git rebase --continue
9. Run Dendron: Workspace Sync
10. Do work and at the end of the day Run Dendron: Workspace Sync
11. Close code
12. Goto 1kevins8
10/13/2022, 2:33 PM.dendron.cache.json
is not meant to be synced. you can remove it
sh
git rm --cached .dendron.cache.json
echo '.dendron.cache.json' >> .gitignore
git add .gitignore
git commit -m "remove cache"
git push
Z3r0(00L
10/13/2022, 5:28 PMaleksey
10/13/2022, 7:02 PMstatus: 'x'
) and any links to this note will no longer be rendered as a task.exx
10/13/2022, 8:28 PMexx
10/13/2022, 8:30 PMjeep
10/14/2022, 12:31 AMaleksey
10/14/2022, 12:50 AMjeep
10/14/2022, 1:00 AMdurvorezbariq
10/14/2022, 5:37 AMjyeung
10/14/2022, 8:26 AM"dependencies": {
"@dendronhq/dendron-cli": "^0.115.0"
}
durvorezbariq
10/14/2022, 8:42 AMjyeung
10/14/2022, 8:58 AMP72endragon
10/14/2022, 9:20 AMcommands.insertNote
commands.enableSmartRefs
workspace.templateHierarchy
Eddy
10/14/2022, 9:46 AMEddy
10/14/2022, 9:47 AMJoshi
10/14/2022, 10:15 AMDendron: Doctor
and select removeDeprecatedConfigs
to remove them.