jeep
09/26/2022, 6:24 PMkevins8
09/26/2022, 8:07 PMkevins8
09/26/2022, 8:08 PMjeep
09/26/2022, 9:09 PMjos
09/26/2022, 9:43 PMjos
09/26/2022, 9:44 PMjos
09/26/2022, 9:45 PMjeep
09/26/2022, 11:53 PMkevins8
09/27/2022, 12:52 AMjeep
09/27/2022, 12:57 AMfoureyedsoul
09/27/2022, 4:48 AM[ ]
and [x]
were rendered visibly in the "hover" preview in the editing pane. Right now, only the bullets for lines with those two statuses are visible, although that hover pane does display a [/]
as plaintext. I also think it would be nice if some details (like status, priority, possibly due date) were displayed at the top of cards for todo notes in the preview pane, perhaps on a line under "From { note title }".
It might also be nice if these details also showed up as text decorations in the editing pane when using the ![[note]]
syntax like they do with the [[note]]
syntax. But maybe there are good reasons to stick to only the rendering decorations with one syntax that I don't know about, like code efficiency or intentionally providing users a level of choice for one style vs the other?
Thanks in advance for pointing me in the right direction!RzLnx88
09/27/2022, 1:29 PMandrey-jef
09/27/2022, 1:53 PMWorkspace: Sync
there is a warning/error notification (as below) from Dendron.
Finished sync. Can't pull or push repo-name, repo-name because of a connection problem. Check your internet connection, repository permissions, and credentials. Committed 1 repo, pulled 0 and pushed 0 repos.
What should I do to make this Workspace: Sync
working again? I'm on Win 10.
I have tried to ssh-add
to add the ssh key, the key then has been added. I can manually commit, push via terminal. The url of origin is currently pointed at git@github.com:my-username/repo-name.git
. However, I need to type the passphrase for ssh key whenever i run git push -u origin main
. And the Workspace: Sync
always give a error/warning notificationkevins8
09/27/2022, 1:56 PMandrey-jef
09/27/2022, 1:59 PMJosé Longo
09/27/2022, 2:06 PMJosé Longo
09/27/2022, 2:07 PMandrey-jef
09/27/2022, 2:19 PMserverhorror
09/27/2022, 2:50 PMroot # includes ![[root.foo]]
↳root.foo # includes ![[root.foo.bar]], ![[root.foo.baz]], ...
↳root.foo.bar
↳root.foo.baz
Now I learned that I could do ![[root.foo.*]]
but that includes everything in that hierarchy. Is there a way to specify only direct children?
Something along the lines of ![[root.foo.*]]
includes direct children (up to the next .
) and ![[root.foo.**]]
would include all children?kevins8
09/27/2022, 4:22 PMjeep
09/27/2022, 6:15 PMkevins8
09/27/2022, 6:50 PMBassmann
09/27/2022, 8:26 PMandrey-jef
09/27/2022, 9:26 PMandrey-jef
09/27/2022, 9:35 PM/windows/system32/openssh/ssh.exe
- I tried Start-Service ssh-agent
then Set-Service ssh-agent -StartupType Automatic
then ssh-add C:\Users\my_user\ssh\id_ed25519
- with ssh-add -l
I found that there is only 1 key registered and this only key is added into my GitHub account
- I tried this [guide](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases) which add a snippet into C:\Users\my_user\.profile
Will deleting the vault, then delete the repo in GitHub. Recreate a new repo. Re-initialize a new dendron vault. then git init, commit, push will make the passphrase becoming not required to be re-typed?andrey-jef
09/27/2022, 10:04 PMandrey-jef
09/27/2022, 10:09 PMDendron: Vault Convert
, the command failed with this error notification as follows. Anyone has any idea why?
error while running command: Command failed with exit code 129: git --cached -r -- . unknown option: --cached usage: git [--version] [--help] [-C <path>] [-c <name>=<value>] [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path] [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--bare] [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>] [--super-prefix=<path>] [--config-env=<name>=<envvar>] <command> [<args>]
seadude
09/28/2022, 1:10 AMdescription
, start time
, end time
, duration
and notes
.
I noticed the link to backlog
at the end of the time tracking table. I wonder if this is where longer text is collected for each task.Joshi
09/28/2022, 4:59 AMyuktah
09/28/2022, 5:23 AM