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

    SeriousBug

    01/29/2022, 7:19 AM
    That shouldn't be necessary, could you run the command "Dendron:Dev: Show Logs" and message me the output?
  • u

    알란

    01/29/2022, 7:20 AM
    Oh, i see thank you for suggestion!
  • u

    알란

    01/29/2022, 7:20 AM
    oh, Okay, I'll do that, too.
  • u

    알란

    01/29/2022, 7:33 AM
    When i changed the name of folder, I could import notes but having same error. I'm not sure all my notes are imported but it seems
    Import Pod
    work partially to me :D.
  • j

    Joshi

    01/29/2022, 7:34 AM
    Import Markdown
  • u

    user

    01/29/2022, 8:03 AM
    I have about 300 notes with YAML header. I manage to import them to Dendron vault but the header is changed. Is it possible to import .md with old YAML info. I have there font formatting, .bib file in use, tags etc
  • j

    Joshi

    01/29/2022, 8:11 AM
    We have an update in the upcoming release to import note metadata as well. https://github.com/dendronhq/dendron-site/pull/366/files
  • e

    ec2ainun

    01/29/2022, 9:51 AM
    Hi, is there a way to provide a template in scratch note?
  • s

    SeriousBug

    01/29/2022, 9:52 AM
    Yes, you'll need to write a schema for your scratch notes: https://wiki.dendron.so/notes/c5e5adde-5459-409b-b34d-a0d75cbb1052/
  • e

    ec2ainun

    01/29/2022, 9:54 AM
    ah i see, i will try that, i did not think like that before because i think that scratch note is have its own built in function thank you
  • e

    ec2ainun

    01/29/2022, 10:34 AM
    yes its works, thanks @User
    Copy code
    yml
    version: 1
    schemas:
    - id: scratch
      parent: root
      title: scratch
      desc: ""
      children:
        - pattern: "[0-2][0-9][0-9][0-9]"
          children:
            - pattern: "[0-1][0-9]"
              children:
                - pattern: "[0-3][0-9]"
                  children:
                    - pattern: "*"
                      desc: nano
                      template: templates.scratch
                      children:
                        - pattern: "*"
                          desc: specific name
                          template: templates.scratch
  • d

    dy

    01/29/2022, 12:59 PM
    Is it possible to view all the text from a far away view? I can only view the node descriptions when I zoom in and its not always convenient to do that. Thanks
  • u

    user

    01/29/2022, 1:28 PM
    Here is the source file: https://gitlab.com/jjude/wiki/-/blob/master/vault/actions.projects.visual-learning.md Here is how it is rendered: https://wiki.jjude.com/notes/KraUBl3Bftx3Cl8aUC4kT I have enabled:
    Copy code
    global:
      enableChildLinks: false
    However it still shows the children nodes. Any way the children nodes can be removed? Thanks
  • p

    pdina

    01/29/2022, 1:31 PM
    Hello, I have some question about the preview of a note 1. why the todos aren't rendered as checkboxes 2. why linked notes don't appear as such 3. is there a way to show the language of the snippet (js in this example)?
  • i

    invakid404

    01/29/2022, 1:32 PM
    looks like you aren't using dendron's preview to me, as all of those work in the preview for me
  • p

    pdina

    01/29/2022, 1:46 PM
    it's like you said, works like a charm thanks. I was using another preview shortcut (ctrl+shift+v, don't really know what's that for)
  • p

    pdina

    01/29/2022, 1:52 PM
    I also noted that CTRL+L does nothing in my vscode. Maybe the vim emulation extension for vscode interfere in some way?
  • p

    pdina

    01/29/2022, 1:54 PM
    yep, I disabled it and crtl+l does what it's meant to do. but I also want the vim emulation. given that dendron and vim are SO addicting 😄 I wonder how to have both 🤔
  • d

    dy

    01/29/2022, 2:15 PM
    i'm pretty sure kevin published his keybindings for him vsvim with dendron somewhere (that included other keybindings too)
  • d

    dy

    01/29/2022, 2:15 PM
    it was mentioned in one of the videos where someone was asking about his keybinds
  • j

    Joshi

    01/29/2022, 2:20 PM
    Kevin shared his setup and you can find the keybindings defined here: https://wiki.dendron.so/notes/fzHazEFWTpUVexmv/
  • d

    dvy

    01/29/2022, 2:56 PM
    Hi everyone I want to move to Dendron from Obsidian because it just gives me trouble all the time. I don't have a lot of notes, so I want to start from scratch with Dendron and move everything by hand. I also want to use git and GitHub. What should be the steps to accomplish this? I read the documentation and still not sure. I have VScode, Dendron and Git installed and I went through the tutorial.
  • b

    Bassmann

    01/29/2022, 3:02 PM
    I suggest these steps:
  • b

    Bassmann

    01/29/2022, 3:02 PM
    - create a new repo in github
  • b

    Bassmann

    01/29/2022, 3:02 PM
    - add this repo as a remote vault to your Dendorn workspace
  • b

    Bassmann

    01/29/2022, 3:03 PM
    - copy the notes into the repo within your Dendron folder
  • b

    Bassmann

    01/29/2022, 3:04 PM
    - run
    Dendron: Doctor
    with option
    fixfrontmatter
    at least to make sure the yaml header that Dendron needs is present
  • b

    Bassmann

    01/29/2022, 3:04 PM
    - run
    Dendron:reload index
    to make sure the new notes are found
  • b

    Bassmann

    01/29/2022, 3:05 PM
    - whenever you see fit run
    Dendron: workspace sync
    to commit and push the notes to Github
  • d

    dvy

    01/29/2022, 3:12 PM
    thank you! My Dendron workspace is the Dendron folder in my home directory right? And it doesn't need to go into git
1...530531532...757Latest