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

    seadude

    01/20/2022, 2:48 PM
    I know that Linux has the
    tree
    command for this...and yep, Windows does too (https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/tree). You might be able to use this.
  • s

    seadude

    01/20/2022, 3:44 PM
    What causes a "bad path" error when trying to spawn a Daily Journal note (
    CTRL + SHFT + I
    )?
  • s

    seadude

    01/20/2022, 4:30 PM
    Figured it out... I was following the Dendron 5min Journaling tutorial. I called my template "templates.dailyjournal.md" (instead of "templates.5mj") but forgot to update the
    template:
    field of the
    dailyjournal.schema.yml
    to
    templates.dailyjournal
  • c

    chess_account

    01/20/2022, 5:06 PM
    Thanks
  • g

    glucinater21

    01/20/2022, 5:19 PM
    Is mdx currently supported by dendron?
  • s

    SeriousBug

    01/20/2022, 5:46 PM
    No it doesn't
  • g

    glucinater21

    01/20/2022, 5:51 PM
    Any plans to implement it by chance?
  • k

    kevins8

    01/20/2022, 6:07 PM
    yes there are but no ETAs at the moment
  • p

    pathrandom

    01/20/2022, 8:38 PM
    Maybe a naive question. Whatโ€™s the recommended way to refactor a tag? Eg. I want to change current tag of #todo.a to #todo.category.a โ€” how to do it to not break existing links and etc? Thanks
  • s

    SeriousBug

    01/20/2022, 8:53 PM
    You can open the tag note (Ctrl+Enter or Dendron: Goto Note) then use "Dendron: Rename Note". It should update all links for that tag
  • v

    voothi

    01/20/2022, 9:27 PM
    HI! Modifier
    vaultSelectionMode
    and prop
    lookupConfirmVaultOnCreate
    is worked in v0.78.0? https://wiki.dendron.so/notes/ad270a7d-2aed-4273-8319-eb6536e38b29/
  • p

    pathrandom

    01/20/2022, 9:44 PM
    Thanks. This is different from "Rename" option when you right click on the file name in the File Explorer Pane? When I right click on the file in the File Explorer Pane, I cannot find "Dendron: Rename Note" option.
  • s

    SeriousBug

    01/20/2022, 9:45 PM
    I was referring to the command palette (Ctrl+Shift+P, then type command name), but the rename option in the file explorer should also work
  • k

    kevins8

    01/20/2022, 10:09 PM
    pre-emptive docs, this is coming out next week!
    h
    • 2
    • 1
  • a

    AFewMistakesAgo

    01/21/2022, 2:22 AM
    Hi, is Dendron supposed to support text highlighting with
    ==This will be highlighted==
    syntax? If yes, this doesnโ€™t appear to be working in the most recent version (and probably also not working in older versions).
  • f

    foureyedsoul

    01/21/2022, 3:15 AM
    I don't think it's supposed to support that, since I think that's not part of the usual "core" Markdown syntax. Here's a page on what Dendron supports: https://wiki.dendron.so/notes/ba97866b-889f-4ac6-86e7-bb2d97f6e376/
  • f

    foureyedsoul

    01/21/2022, 3:19 AM
    I think that syntax comes from CriticMarkup, which is sort of a superset / addition to regular Markdown syntax. https://github.com/CriticMarkup/CriticMarkup-toolkit I do use that syntax, and this extension ( https://marketplace.visualstudio.com/items?itemName=jloow.vscode-criticmarkup ), but it's not part of Dendron from what I understand.
  • a

    andrey-jef

    01/21/2022, 3:38 AM
    I'm not sure if I saw a bug or it's an expected behavior. I'm curious to learn the reason. Situation: I'm writing a note like this
    Copy code
    markdown
    [PythonForFinance | Build a Financial Data Database with Python](https://pythonforfinance.net/2020/10/24/build-a-financial-data-database-with-python/)
        - data pipeline mindmap
        ![data-pipeline](https://pythonforfinance.net/wp-content/uploads/2020/10/DataPipeline-1170x638.jpg){max-width: 300px, display: block, margin: 0 auto}
    When I indent the bullet and image link by 4 spaces, the Note Preview doesn't show the image, as in my screencap below. If I indent the bullet and image link by only 2 spaces, the image is displayed correctly.
    s
    • 2
    • 2
  • s

    SeriousBug

    01/21/2022, 3:40 AM
    I suspect it has to do with this issue: https://github.com/dendronhq/dendron/issues/1016 The Markdown parser we use just gives up if it sees a list that's not formatted the way it likes basically.
  • a

    andrey-jef

    01/21/2022, 3:47 AM
    thanks for pointing out. I read both yours and issue 1229. I allow myself to pigtail my case in comments of your issue, if you find it appropriate
  • h

    hikchoi

    01/21/2022, 3:56 AM
    vaultSelectionMode
  • u

    user

    01/21/2022, 5:11 AM
    not sure if it is the same issue but I make it work by using instead
  • t

    Tika

    01/21/2022, 8:16 AM
    how can one make a logo appear on a published site? cannot make that work
  • s

    SeriousBug

    01/21/2022, 8:26 AM
    You want to add the logo to assets in a vault, then set the
    logo
    option under
    site
    in the configuration. See this: https://wiki.dendron.so/notes/f2ed8639-a604-4a9d-b76c-41e205fb8713.html#logo For example, `dendron-site`s configuration: https://github.com/dendronhq/dendron-site/blob/master/dendron.yml#L20 And then you can see the logo image in the assets: https://github.com/dendronhq/dendron-site/tree/master/vault/assets/images
  • s

    SeriousBug

    01/21/2022, 8:28 AM
    There is currently a bug with the logo ignoring
    assetsPrefix
    though, that will be fixed in this release on Tuesday.
  • m

    mihaiconstantin

    01/21/2022, 8:51 AM
    The
    confirmVaultOnCreate: true
    in
    dendron.yml
    doesn't seem to be working. Whenever I create a note via the lookup bar, the select vault option has
    status: smart
    . Am I doing something wrong? ๐Ÿ˜…
    Copy code
    yml
    commands:
        lookup:
            note:
                selectionMode: link
                confirmVaultOnCreate: true
  • h

    hikchoi

    01/21/2022, 9:04 AM
    The config name is a bit confusing.
    confirmVaultOnCreate
    enables the
    vaultSelectionMode
    modifier button on the lookup bar, and by default the vault selection mode is
    smart
    (Dendron doesn't remember the toggled buttons) suboptimal UX that I've introduced that I'm pretty shameful about ๐Ÿ˜… Good news is that in the upcoming release, a config that will actually let you change the default
    vaultSelectionMode
    on note creation (rather than asking the users to toggle a button every time) is going to be added. (thanks to @User )
  • m

    mihaiconstantin

    01/21/2022, 9:16 AM
    Aaah, it makes sense now! Thanks a lot for clarifying this!
  • m

    mihaiconstantin

    01/21/2022, 9:57 AM
    What do you think about having date commands in Dendron to generate relative daily notes wikilinks? For example, something like in this demo:
  • t

    Tika

    01/21/2022, 10:22 AM
    thanks. got it there now
1...514515516...757Latest