banjara
02/01/2022, 12:04 PMkevins8
02/01/2022, 4:22 PMbanjara
02/01/2022, 5:46 PMaleksey
02/01/2022, 5:59 PMkevins8
02/01/2022, 6:01 PMvishal.gandhi
02/02/2022, 2:26 AMgit sync
and move to OneDrive
?SeriousBug
02/02/2022, 2:28 AM.git
folder inside of your Dendron workspace.seadude
02/02/2022, 9:26 PMSeriousBug
02/02/2022, 9:32 PMBassmann
02/03/2022, 7:00 PMSeriousBug
02/03/2022, 7:02 PMseadude
02/03/2022, 7:13 PMbanjara
02/03/2022, 8:47 PM/
.. and \
won't allow me upload files to onedrive π€¬.. now i have to rename all my files using refactor.. which relies on regex which means the possibility of shooting myself in the footbanjara
02/03/2022, 8:53 PMxyz.abc\1.def\2.md
to be renamed to like xyz.abc-1.def-1
?.. i want to replace each \
in the hierarchy name to -
...also can i just use mv + regex to rename files in shell instead of in vs code?foureyedsoul
02/03/2022, 9:07 PMbanjara
02/03/2022, 9:14 PM\\
and in replace text -
....i had to do this three times because it won't catch the \
in further hierarchiesOops365
02/03/2022, 11:43 PM# Note Preview Result
async <TResults, TBody = unknown>
# Markdown Preview Result
async <TResults, TBody = unknown>
banjara
02/04/2022, 12:07 PM[[...]]
text in the other markdowns.. it just de links thembanjara
02/06/2022, 7:42 AMversion: 1
imports: []
schemas:
- id: customs-act
title: customs-act
parent: root
template: customs-act.template
children:
- pattern: '*'
children:
- pattern: sro-[0-9]+@....
children:
- pattern: sro-[0-9]+@....
i built a schema and a template but it doesn't work beyond depth 1 i.e. root note -> child note.. and does not work beyond that...
also.. it needs to be clearer if i need to use Dendron: Insert Note
or Dendron: Lookup
to create a note with the template?SeriousBug
02/06/2022, 8:00 AMtemplate: customs-act.template
to each level here.SeriousBug
02/06/2022, 8:02 AM[0-9]+
you mean "one or more digits", that actually needs to be +([0-9])
instead.SeriousBug
02/06/2022, 8:04 AMbanjara
02/06/2022, 8:30 AMfoureyedsoul
02/06/2022, 8:14 PMaleksey
02/09/2022, 5:36 PMbanjara
02/15/2022, 6:01 AM[2022-02-15 10:46:07.954] [sharedprocess] [warning] No ptyHost heartbeat after 6 seconds
[2022-02-15 10:46:12.970] [sharedprocess] [error] No ptyHost heartbeat after 12 seconds
which logs do i send?banjara
02/15/2022, 6:48 AMbanjara
02/15/2022, 6:58 AMerror while running command: Request failed with status code 500
.... it won't let me using the word "market" in the note nameSilviu
02/15/2022, 10:23 PMkevins8
02/15/2022, 11:58 PMdendron.yml
. also, no need to ping DendronTeam
, we scan feedback a few times a day π