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

    seadude

    11/14/2022, 4:53 PM
    Can someone help me? I need some "why's" on the directory structure generated by the
    Create New Vault
    command. It generates
    /Dendron/dependencies/localhost/<vault-name?>/notes/
    whereas the existing vault is at
    /Dendron/<vault-name?/notes/
    . Also, I don't understand if
    notes
    is the name of the Vault or another to-be-named thing in Dendron. We have Workspaces, Vaults and whatever
    notes
    is (vault subdirectory?).
    m
    • 2
    • 9
  • r

    Raphaël

    11/14/2022, 6:10 PM
    @kevins8 I think the reason is ID dendron doctor?! The causes the creation of a new url / ID?!
  • r

    Raphaël

    11/14/2022, 6:12 PM
    Anyway, the url simply changed after new publications, so posted links were no longer kind. Which is a problem with publishing....
  • m

    Mat

    11/14/2022, 6:45 PM
    Yeah, I see it as a problem too. Maybe in the future there can be a an optional human readable URI you can set in the FM. For articles that are important. So they can still be reached even when the id changes.
  • j

    JohnMi

    11/15/2022, 8:46 AM
    guys, any update on how to change the
    preview
    appearance? I have tried any settings and combinations that I found on Dendron docs and vscode docs but it didn't work. Which file/s should modify to customize the colours of the text in
    preview
  • m

    Mat

    11/15/2022, 9:01 AM
    Preview Styles
  • p

    pawelel

    11/15/2022, 9:56 AM
    hi, i'm trying to create person note with shema: people. Firstname-Lastname.md from text context and display as [[Firstname Lastname]] in the note index. Can I do it with some command, or need to do steps like: - type Firstname Lastname in the people note - copy the text - click ctrl + L - add .Firstname-Lastname - add with template.people - rename title inside (remove hyphen)?
  • r

    Raphaël

    11/15/2022, 10:02 AM
    @Mat Thank you for your comment.
  • p

    pawelel

    11/15/2022, 10:18 PM
    Is it possible to have dynamic content from query in one note like:
    display table with all "status" attributes where "status" like "work in proggress"
    ? - answering to myself: not yet (follow this topic https://github.com/dendronhq/dendron/issues/159), but it is possible to paste index of child notes
  • m

    Mat

    11/15/2022, 11:30 PM
    For now I use saved VSCode searches, for instance for WIP:
    Copy code
    markdown
    # Query: ^status:\\s*['"]?wip['"]?
    # Flags: RegExp
    # Including: *.md
    # Excluding: tasks.*.md
    # ContextLines: 1
    Maybe it's useful to you too.
  • s

    seadude

    11/16/2022, 4:14 AM
    Anyone have experience Creating a New Remote Vault connected to a Github Enterprise repo? I'm unable to connect. Spent a couple hours trying various things. 0. Installed Git on a fresh machine 1. Setup fresh SSH keys 2. Added SSH to Github Enterprise 3. Added keys to ssh-agent 4. Set user.name, user.email in git config 5. Successfully tested access to Github Enterprise 6. Fresh install of VS Code 7. Installed Dendron extension 8.
    Dendron: Initialized Workspace
    (which also initializes a new Vault) 9.
    Dendron: Convert Vault
    , selected the new Vault,
    convert to remote
    , pasted in the URL of the repo 10. Error shown below 11. Also tried
    Dendron: Convert Vault
    , selected the new Vault,
    convert to remote
    , pasted in the
    git@github.mycompany.com/repo-name
    SSH connection string 12. Error: Permission denied (Public key)
  • s

    seadude

    11/16/2022, 4:16 AM
    Seems like I'm missing a step. How do I
    git pull
    a vault that has not been connected to Github Enterprise?
  • j

    jyeung

    11/16/2022, 5:26 AM
    so the repository doesn't exist yet in your remote Github Enterprise? Is it possible there's a name collision?
  • s

    seadude

    11/16/2022, 5:26 AM
    The repo does exist in remote Github Enterprise
    j
    • 2
    • 26
  • s

    seadude

    11/16/2022, 5:27 AM
    (added that step as -1. above)
  • s

    seadude

    11/16/2022, 7:29 PM
    I can't get the markdown image size syntax to work in Dendron. https://github.com/dendronhq/dendron/issues/1273#issuecomment-1317547681
  • s

    seadude

    11/16/2022, 7:29 PM
    Anyone else having an issue?
  • s

    seadude

    11/16/2022, 7:31 PM
    When I add
    - ![](assets/images/concur1.png){max-width: 200px}
    to a note, the full image size appears in the preview and
    {max-width: 200px}
    appears after the image
  • s

    seadude

    11/16/2022, 7:34 PM
    eh... figured it out. I'm using
    CTRL+SHFT+v
    for markdown preview. The image stuff requires Dendron Preview
  • s

    seadude

    11/16/2022, 7:34 PM
    Looks like I need to map
    CTRL+SHFT+v
    to Dendron Preview instead of the default previewer
  • m

    Mat

    11/16/2022, 7:37 PM
    Alternatively if you have a lot of similar images you can set sizes to certain alt values `![thumbnail](assets/images/concur1.png)`:
    Copy code
    css
    <style>
      img[alt=thumbnail] {width: 200px; }
    </style>
  • s

    seadude

    11/16/2022, 7:41 PM
    Maybe I'll look into automatically adding
    {width: 200px}
    to each image pasted from clipboard. Will save some time
  • s

    seadude

    11/16/2022, 9:45 PM
    I backed up the ‘notes’ directory of a local vault to a hdd. Now I want to import all the notes into a fresh vault on a new computer. Is it as simple as copying and pasting? Or is there a Dendron command that will merge everything (‘dendron.cache’, etc)?
  • j

    jyeung

    11/17/2022, 10:11 AM
    copy paste and then restarting dendron / vs code should work. It'll likely take a little bit of time on the first restart to re-generate the cache file if that wasn't copied as well, but it should be fine afterward
  • j

    JohnMi

    11/18/2022, 7:31 AM
    Hi @Joshi. Hope you are well. I have a question. I know that you are gonna have some sort of querying feature in Dendron. Currently I'm populate my Dendron with notes and I would like to know, if possible, how the queries will function in order to build my notes accordingly. What i mean is how the query will fetch the results. Based on the frontmatter keys, on tags, etc? thanks
    j
    • 2
    • 2
  • j

    Joshi

    11/18/2022, 10:19 AM
    Query Support
  • r

    Reling

    11/18/2022, 12:46 PM
    Hi to everybody I unexpectedly discovered that abbreviation definitions are visible in the preview. I have found a way to exploit this behaviour (made term list), but it seems to me that these definitions should not be displayed at all. Is this behaviour intended, or is it just a bug? VSCode v1.73.1, Dendron v0.117.0, Ubuntu 20.04 Thanks
  • s

    steven

    11/18/2022, 1:01 PM
    Thinking it would be fun to embed little webapps in dendron pages. It seems like code chunk execution is enabled so that might be a way in. I'd prefer to use Vue in some way. Im curious if anyone has done something like this before.
    • 1
    • 1
  • j

    jyeung

    11/21/2022, 3:49 AM
    Hi Reling - I'm guessing you opened this issue? Thanks - we will track it; I'd classify this as a bug, not intended behavior. https://github.com/dendronhq/dendron/issues/3789
  • a

    asif

    11/22/2022, 4:27 AM
    When we create a trait js file, we have access to luxon there to manipulate datetimes. But that's not the case when we create a hook js file. Is there a way for us to import luxon in a hook?
1...731732733...757Latest