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

    foureyedsoul

    06/28/2022, 9:46 PM
    I rarely open the preview pane, @Phoebian . As I got used to writing with Markdown, I started to rely on "preview" panes less and less. For whatever it's worth, Typora is the nicest "edit in the rendered view" editor I've used: https://typora.io/ It's not free, but it does have a 15 day trial period. Maybe you can try it and see if you like using Dendron to organize and find notes, then opening them in Typora to edit them?
  • b

    bryan.c

    06/29/2022, 7:09 AM
    Hi everyone, is there a way to edit the frontmatter that is generated by creating a new note? I'd like to add an
    aliases
    field that contains the title e.g., --- id: 123123123 title: Root aliases: [Root] desc: '' updated: 1123123 created: 123123 ---
  • h

    hikchoi

    06/29/2022, 12:10 PM
    You can create a template with custom frontmatter and apply it to the note during creation, but frontmatter property values cannot be set dynamically at the moment. I believe we have plans to support setting custom frontmatter with note traits (https://wiki.dendron.so/notes/bdZhT3nF8Yz3WDzKp7hqh/), but I am not aware of the specific timeline for that.
  • b

    bryan.c

    06/30/2022, 2:15 AM
    I see, noted. Thanks!
  • d

    d33bs

    06/30/2022, 6:02 PM
    Hello, when importing a remote vault from a git repo, is there a way to include only the remote vault and not the rest of the repo contents outside the vault? When I attempt to do this and the vault within the remote repo is nested (i.e. repo/docs/vault), the entirety of the repo appears to be imported (as opposed to just the vault).
  • k

    kevins8

    06/30/2022, 6:08 PM
    This is not supported for remote vaults - dendron expects the vault to be in its own git repository. if you have a vault that is embedded in a different repository, you can split out the vault in its own repo. as long as you have the
    dendron.yml
    in the original repository, dendron will automatically initialize any missing vaults for an example, you can look at the dendron monorepo setup > https://github.com/dendronhq/dendron/blob/master/docs/dendron.yml#L1:L1 the
    dendron.yml
    references the [dev docs](https://github.com/dendronhq/dendron-docs) and the [user wiki]([[Wiki|dendron://private/ext.vault.wiki]])
  • d

    d33bs

    06/30/2022, 7:02 PM
    Thanks @kevins8 - understood!
  • k

    kevins8

    06/30/2022, 8:07 PM
    let me know if that sort of setup works for you. also happy to provide more detailed instructions
  • p

    pdina

    06/30/2022, 11:29 PM
    Hi, I'm writing a script to create md files into Dendron vault directory. What's the way to programmatically generate the
    id
    field for the frontmatter?
  • k

    kevins8

    06/30/2022, 11:29 PM
    are you using javascript or another language?
  • p

    pdina

    06/30/2022, 11:30 PM
    Python, but I could implement that stuff I think
  • k

    kfischer_okarin

    06/30/2022, 11:33 PM
    You could just use
    str(uuid.uuid4())
    for example
  • k

    kfischer_okarin

    06/30/2022, 11:34 PM
    I think the dendron note ids can be any string
  • k

    kfischer_okarin

    06/30/2022, 11:34 PM
    as long as it's unique?
  • k

    kfischer_okarin

    06/30/2022, 11:34 PM
    from what I see the "official" ids are 23 char strings made from lowercase letters and numbers
  • p

    pdina

    06/30/2022, 11:35 PM
    the docs: id: a globally unique identifier for the note, but it's not really clear
  • k

    kevins8

    06/30/2022, 11:36 PM
    - for dendron ids, we use the following spec: 23 characters, alphanumeric lowercase, randomly generated - this is what we use to generate the ids: https://github.com/dendronhq/dendron/blob/feat/smart-header-blocks/packages/common-all/src/uuid.ts#L29:L29
  • n

    nullpotent

    07/01/2022, 12:07 AM
    In my workspace explorer in VS Code my remote self-contained vaults are highlighted orange and show an exclamation mark with the message "unable to resolve workspace folder". Is there a way to fix that? -- ignore i edited the workspace file. Something up with the names.
  • j

    José Longo

    07/01/2022, 10:30 PM
    Hi there ! i have a problem with cross vault links on publish with [[ some title | dendron://vault/note]]... works on workspace but not on publish : the note is as (private). if i use [[dendron://vault/note]] it works.
  • k

    kevins8

    07/01/2022, 10:57 PM
    hmm, unable to reproduce. created a blank workspace to test it out. does the attached workspace work for you when you publish?
  • j

    Jhinox

    07/01/2022, 11:17 PM
    Hey folks, so I just created this workspace, how can I create sub several vaults for different topic under this root?
  • j

    José Longo

    07/01/2022, 11:43 PM
    Thanks Kevin, with your example i found what i was doing wrong ... pipe between spaces ! Thanks
  • j

    José Longo

    07/01/2022, 11:52 PM
    pipe between spaces on base vault is not a problem but referencing other vaults it's a problem.
  • k

    kevins8

    07/02/2022, 12:11 AM
    referencing vaults that are no tthe same vault?
  • d

    dagriefaa

    07/02/2022, 1:08 AM
    is there a way to hide titles on specific notes only, or is it only vault-wide?
  • d

    damiancarrillo

    07/02/2022, 1:40 AM
    In the bullet journaling video (https://wiki.dendron.so/notes/e65dfe53-41f7-4b16-b870-dadec1775497/) at the very end, Kevin moves some tasks from one day to the next. In the source note, the tasks end up with what looks like a ">" that links to the new note. Is that true? And if so, how can I accomplish this?
  • k

    kevins8

    07/02/2022, 5:23 AM
    vault wide but feel free to submit a feature request
  • k

    kevins8

    07/02/2022, 5:23 AM
    that is manual (for now) 😅
    d
    j
    • 3
    • 4
  • j

    José Longo

    07/02/2022, 2:31 PM
    See middle example. Glintt is other vault
  • d

    damiancarrillo

    07/02/2022, 2:33 PM
    that is manual for now 😅
1...665666667...757Latest