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

    fwan

    06/03/2022, 6:29 AM
    But ideally I'd like to keep them all in one workspace
  • f

    fwan

    06/03/2022, 6:29 AM
    I guess this doesn't matter honestly considering I want them to only be viewable by me anyways. I just want a way of being able to view all my notes together from a different machine easily
  • a

    AshSimmonds

    06/03/2022, 12:38 PM
    Alright this is a more general Q, been using Discord for like years now but am still baffled by how they structure notifications and stuff. Eg I got a notification that I needed to check this channel on this server for... reasons. I've deliberately set MUTE UNLESS SUMMONED settings on all discord servers. Not bitching, just wondering why I get summoned because someone posted in a channel I've also posted. It just becomes noise at that point, at which case I never look at anything.
  • k

    kevins8

    06/03/2022, 2:23 PM
    i'm still not sure how discord notifications work. what is your setting precisely? only @mentions or something else?
  • a

    AshSimmonds

    06/03/2022, 11:10 PM
    Dunno man. Point being if someone specifically mentions me in whatever server then yeah I want to know because it probably means I need to do stuff. So in Discord I mute all but enable @me stuff. However it's kinda erratic.
  • m

    MountainMan

    06/03/2022, 11:14 PM
    Is there a way to include non-note files in my dendron vault, to be able to link to them locally within the notes? Such as .cpp, .pdf, etc?
  • k

    Kulukimaki

    06/03/2022, 11:28 PM
    Thanks. That was the solution.
  • f

    foureyedsoul

    06/03/2022, 11:30 PM
    A pretty common way to do this is by putting them in an
    assets
    folder, perhaps with subfolders by file type, then linking there. VS Code even will suggest these links in an inline pane. So in your note, you'd type something like: For more, see Delany's article on [science fiction](assets/pdf/delany.pdf).
  • k

    kevins8

    06/04/2022, 2:02 AM
    got it. i've done that to. i think
    @mentions
    still will include
    @here
    and
    @everyone
  • j

    José Longo

    06/05/2022, 3:30 PM
    Hi there... if i have a link to a inexistent note for example [[Something | s ]] when we try to autocreate it, the title in header is cretaed as 'S'... shouldn't be 'Something' ???
  • s

    SeriousBug

    06/05/2022, 3:31 PM
    That would be a good enhancement, would you mind sending a feature request for it? https://github.com/dendronhq/dendron/issues/new?assignees=&labels=&template=feature_request.md&title=
  • j

    José Longo

    06/05/2022, 3:41 PM
    not used to that issue template, but done...
  • j

    José Longo

    06/05/2022, 3:50 PM
    Other question... it is possible to have templates with dynamic variables ? For example i have a template with lets supose
    Copy code
    .... #{{xyx}} some text ....
    when i try to insert the note it asks for 'xyz' value and other custom variables if they exist ?
  • j

    José Longo

    06/05/2022, 3:51 PM
    i only found date variables and nothing about custom variables
  • j

    José Longo

    06/05/2022, 3:55 PM
    for example in this example on wiki
    Copy code
    {{#if fm.name }}
    Hello {{fm.name}}
    {{else}}
    To whom it may concern,
    {{/if}}
  • j

    José Longo

    06/05/2022, 3:56 PM
    where it gets fm.name ?
  • s

    SeriousBug

    06/05/2022, 3:56 PM
    From the front matter, the top part of the note with
    id: ...
    and such. You can use those in the template, but you can't have it prompt for them.
  • j

    José Longo

    06/05/2022, 3:57 PM
    i'm reading about it now
  • j

    José Longo

    06/05/2022, 4:05 PM
    the variable in front matter is fixed... i'm searching something that allows a more flexible template to reduce edition time
  • j

    José Longo

    06/05/2022, 7:38 PM
    I have this problem and the same on other 2 lines of config.yaml related with tasks on a almost clean workspace ("taskCompleteStatus:" and "enableTaskNotes:"... is something know ? Seems the yaml validator file needs update...
  • s

    SeriousBug

    06/05/2022, 7:39 PM
    Yeah we missed updating it, it should be good with the next release I think. Sorry for the trouble!
  • j

    José Longo

    06/05/2022, 7:40 PM
    No problem at all, thanks
  • j

    José Longo

    06/05/2022, 8:03 PM
    Copy code
    workspace:
    
    ...
    
        journal:
            dailyDomain: daily
            name: journal
            dateFormat: y.MM.dd
            addBehavior: childOfDomain
  • j

    José Longo

    06/05/2022, 8:05 PM
    This means that the jornal note is creted with name "vault.daily.journalxxxxxxxx" ?
  • s

    SeriousBug

    06/05/2022, 8:06 PM
    daily.journal.yyyy.mm.dd
    actually, vault name is not part of the note name, and the dates are part of the hierarchy
  • j

    José Longo

    06/05/2022, 8:08 PM
    hmm, good, thanks... yes the vault part was a mistake 🙂 Thanks... So i can change that to have a different name structure
  • r

    rlh1994

    06/06/2022, 10:34 AM
    Does doctor in the CLI have an equivalent thing to the
    --useLocalEngine
    flag?
    k
    • 2
    • 6
  • j

    johndendron29

    06/06/2022, 3:58 PM
    You can link to files in your workspace that are not notes (or not in a vault) using wikilinks. You can use the Copy Note Link command. This is the easiest way to link to a file which will automatically create a link for you.
  • j

    johndendron29

    06/06/2022, 3:59 PM
    We've also expanded functionality for file assets in Dendron. For wikilinks that link to non-note files,
    Dendron: Go to Note
    and
    Go to Definition
    will now open them using your OS default app.
  • x

    Xanaus

    06/06/2022, 4:28 PM
    How to give only a peek preview to a certain notes
1...650651652...757Latest