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

    hikchoi

    02/14/2022, 4:30 AM
    fyi: ids are going to change to 32 character lower case alphanumerical: https://github.com/dendronhq/dendron/pull/2403
  • s

    SeriousBug

    02/14/2022, 4:30 AM
    They don't have to be though, that's what Dendron generates. The IDs can be absolutely any string
  • h

    hikchoi

    02/14/2022, 4:31 AM
    that's true.
  • x

    Xanaus

    02/14/2022, 4:31 AM
    did i do something wrong here?
  • x

    Xanaus

    02/14/2022, 4:31 AM
    I wanted to put ovulation and its sub notes under Mensturation
  • h

    hikchoi

    02/14/2022, 4:33 AM
    What was your match / replace text?
  • x

    Xanaus

    02/14/2022, 4:34 AM
    match: ^Ovulation replace: Mensturation
  • h

    hikchoi

    02/14/2022, 4:41 AM
    can you try: match: (Ovulation) replace: Mensturation.$1 the brackets in match text will capture
    Ovulatrion
    , which can be used in the replace text as
    $1
  • x

    Xanaus

    02/14/2022, 4:45 AM
    Ok will try it
  • x

    Xanaus

    02/14/2022, 6:53 AM
    is this the correct way ?
  • h

    hikchoi

    02/14/2022, 7:12 AM
    If you are talking about the note reference, you should use this instead:
    Copy code
    md
    ![[Menstruation.Ovulation.LF-Shift]]
    See this note for more info: https://wiki.dendron.so/notes/f1af56bb-db27-47ae-8406-61a98de6c78c/
  • x

    Xanaus

    02/14/2022, 8:50 AM
    Ok thanks
  • m

    mihaiconstantin

    02/14/2022, 8:55 AM
    Where in
    dendrom.yml
    do I need to add
    noRandomlyColoredTags: true
    to remove colored tags?
  • s

    SeriousBug

    02/14/2022, 9:18 AM
    At the top level if you want to disable it in your editor, and under
    site
    if you want to disable it for publishing
  • m

    mihaiconstantin

    02/14/2022, 9:20 AM
    Thanks!
  • g

    grndstt

    02/14/2022, 9:47 AM
    Hi ! I got this error sopme times ago and asked the question here. But I didn't solve the problem and don't think I got an answer ... Happens again today. any clue on how to solve this one ? https://discord.com/channels/717965437182410783/735365126227493004/933401349452857344
    k
    • 2
    • 2
  • g

    grndstt

    02/14/2022, 9:49 AM
    This is the error which happens in a multivault setup when creating a file whoes name allready exist in another vault
  • k

    kevins8

    02/14/2022, 4:55 PM
    no available vaults for filename
  • p

    pcgeek86

    02/14/2022, 5:38 PM
    Can I use Font Awesome in Dendron?
  • s

    seadude

    02/14/2022, 5:42 PM
    In @User and @Userhq's awesome talk (

    https://youtu.be/dW6m4_O0qvQ?t=519▾

    ), Note References are shown in Preview. Either my syntax is wrong or I need to troubleshoot why Preview does not show a Note Reference. What should I look at?
  • s

    seadude

    02/14/2022, 5:44 PM
    The "### Machine Setup" header is shown in intellisense, so I know Dendron can see it. But VS Code doesn't render the Note Reference in Preview
  • s

    SeriousBug

    02/14/2022, 5:48 PM
    Looks like you might be using the built-in VSCode preview to me. Please make sure you bring up the preview with "Dendron: Show Preview" command, or the "Dendron: Show Preview" button on the top right (will say Dendron if you hover over it)
  • s

    seadude

    02/14/2022, 5:50 PM
    Sweet. Thank you. I'll figure out how to map this to
    CTRL+SHFT+v
    so I can use this by default.
  • c

    cconrad

    02/14/2022, 6:02 PM
    1. Press Ctrl+Shift+P to bring up the command palette 2. Type/select "Preferences: Open keyboard shortcuts". 3. Enter "dendron show preview" into the search bar. 4. Double-click under the heading "Keybinding". 5. Press your desired shortcut
  • p

    pcgeek86

    02/14/2022, 7:48 PM
    I set up GitHub Actions to publish to GitHub Pages, but I just get a 404 https://notes.opensrc.dev/
  • s

    SeriousBug

    02/14/2022, 8:11 PM
    I think that can happen if you are using customs domains and the published workspace is missing the "CNAME" file. Not sure how that fits into the templates we have, @User do you have any suggestions if you have a minute?
  • p

    pcgeek86

    02/14/2022, 8:14 PM
    I uncommented the
    cname
    line in
    dendron-action.yml
    and set it to my custom domain name. I also set the
    siteUrl
    and
    assetsPrefix
    according to the docs in
    dendron.yml
    .
    s
    t
    • 3
    • 9
  • p

    pcgeek86

    02/14/2022, 8:29 PM
    Everything looks good in the GitHub Pages settings.
  • s

    ScriptAutomate

    02/14/2022, 8:46 PM
    github-pages-custom-domain
  • p

    pcgeek86

    02/14/2022, 8:47 PM
    It was my fault. I think I've got it figured out.
1...547548549...757Latest