https://www.dendron.so/ logo
Join Discord
Powered by
# questions
  • k

    kevins8

    08/11/2020, 8:31 PM
    we use the following regex to match files to move
    Copy code
    js
    const re = new RegExp(`(.*)(${match})(.*)`);
    notes.map(n => re.exec(n.name))
  • k

    kevins8

    08/11/2020, 8:33 PM
    for what you wanted to do, you would use something like the following:
    Copy code
    - match: ^(?!root) # match beginning of file except for `root`, dendron doesn't let you move it
    - replace: fooparent. # replace beginning of line with fooparent
  • k

    kevins8

    08/11/2020, 8:35 PM
    the nice thing about using
    Refactor Hierarchy
    is that it also updates all links pointing to those files
  • r

    ric03uec

    08/11/2020, 8:37 PM
    ya. i realized that
    mv
    -ing files wont update internal links. the native method works. thanks again!
  • b

    Buxel

    08/12/2020, 7:47 AM
    > and i've been telling other members, because dendron can be a little much to get started with, i'm doing 30min onboarding sessions with new users. that's where i try to understand your primary purpose for adopting dendron, go through any questions you might have as well as show some popular use cases and ways of setting up your dendron. link below in case you're interested πŸ™‚ > > https://calendly.com/thence/meet @User It looks like i have to stay up late, if i want to meet you πŸ˜†
  • u

    user

    08/12/2020, 7:55 AM
    @User If you are on the CET timeline, you should find some day where kevins8 is available at 10pm.
  • b

    Buxel

    08/12/2020, 9:45 AM
    once i have some more free time to play with denron, i'll do that πŸ™‚
  • k

    kevins8

    08/12/2020, 5:03 PM
    i think the calendly has a cut off but we can always coordinate a time via direct message πŸ™‚
  • b

    Buxel

    08/12/2020, 6:11 PM
    That's very nice of you. I need ro find some time to really play with it but work keeps me quite busy
  • r

    runlevelrobot

    08/13/2020, 10:37 PM
    Hey guys I need some help. I am trying to get my vscode on two machines setup to sync with github. I have one machine setup and working but I can't seem to get it working on the second machine. The second machine will need to pull from github before it starts pushing
  • r

    runlevelrobot

    08/13/2020, 10:37 PM
    any ideas?
  • k

    kevins8

    08/13/2020, 11:34 PM
    when you say you can't get it working, do you mean you can't pull the repo or dendron isn't recognizing it?
  • k

    kevins8

    08/13/2020, 11:35 PM
    if its the latter, instead of initializing a workspace, you can use
    Change Workspace
    to switch to it
  • k

    kevins8

    08/13/2020, 11:35 PM
    https://www.dendron.so/notes/eea2b078-1acc-4071-a14e-18299fc28f47.html#change-workspace
  • r

    runlevelrobot

    08/14/2020, 1:05 AM
    I finally got it!
  • r

    runlevelrobot

    08/14/2020, 1:05 AM
    It was a vscode issue not a dendron issue
  • r

    runlevelrobot

    08/14/2020, 1:05 AM
    thanks
  • b

    Buxel

    08/15/2020, 5:53 AM
    It's probably already on your roadmap but is it/will it be possible to use wildcards in header refs? Something like: ((ref:[[journal.*]]#Tasks))
  • u

    user

    08/15/2020, 8:21 AM
    @Buxel im interested in what you think this ref would point to exactly; every file with
    journal.*#Tasks
    in it?
  • b

    Buxel

    08/15/2020, 8:26 AM
    Yep, i thought of it as a way of quickly getting all tasks from journals. Similar what the vscode search does in your TODO example video
  • k

    kevins8

    08/15/2020, 2:50 PM
    > It's probably already on your roadmap but is it/will it be possible to use wildcards in header refs? Something like: > > ((ref:[[journal.*]]#Tasks)) @Buxel yep, that’s the plan. probably will land sometime next week
  • k

    kevins8

    08/15/2020, 2:51 PM
    currently, you can do the same thing using the search editor as per the todo video
  • k

    kevins8

    08/15/2020, 2:52 PM
    you just won’t be able to pass in a range
  • r

    runlevelrobot

    08/15/2020, 2:59 PM
    Kevin: Have you seen this by chance? https://isene.org/hyperlist/
  • r

    runlevelrobot

    08/15/2020, 3:00 PM
    Would kinda be cool if Dendron could do this!
  • b

    Buxel

    08/15/2020, 4:22 PM
    > currently, you can do the same thing using the search editor as per the todo video @kevins8 I might be mistaken but the search feature didn't list all the todos below #Tasks
  • k

    kevins8

    08/15/2020, 6:13 PM
    oh, you're right, didn't show that in the video. so looking for
    Tasks
    and then increasing context lines. not ideal because you also get context for lines above the
    Tasks
    header
  • k

    kevins8

    08/15/2020, 6:16 PM
    > Kevin: Have you seen this by chance? https://isene.org/hyperlist/ @User haven't seen it, thanks for the tip. looks like a more structured approach to doing lists. probably won't have built in support for this in dendron anytime soon unless there's demand but the nice thing is that anyone can create a standard vscode extension to support it πŸ˜‰
  • r

    runlevelrobot

    08/16/2020, 9:32 PM
    Kevin: What would the syntax be for my schema file for this: pro.home.personal. I want it to use a template of pro.home.personal.template ?
  • r

    runlevelrobot

    08/16/2020, 9:34 PM
    I currently have this in a pro.schema.yml file:
1...678...757Latest