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

    ruph0us

    08/04/2022, 11:41 AM
    tags seem to be broken for me too
  • r

    ruph0us

    08/04/2022, 11:46 AM
    Most link related things actually. The
    goto note
    command works when a link is selected, but
    ctrl+click
    doesn't and there is no preview on hover
    j
    • 2
    • 2
  • a

    aleksey

    08/04/2022, 3:33 PM
    Is there an analogous feature to
    writeStubs
    (https://wiki.dendron.so/notes/hklE1MfEaskIwEIo9tPUQ/) that will auto-create stub notes for you when you create a leaf note outside of the publishing workflow?
  • h

    HenryHe

    08/05/2022, 6:18 AM
    It seems like markdown import pods won't convert markdown link to wikilink, any idea to do that๏ผŸ
    Copy code
    md
    [text](demo.md)
    
    to
    
    [[demo]]
  • c

    CraigO

    08/05/2022, 9:31 AM
    Morning all, I've started bringing notes for sprint reviews and retros into one of my Dendron workspaces. Is there a way that Dendron can create the notes named automatically based on the 2 week sprint cycle? e.g.
    sprint.yyyy.mm.dd
    . I was originally using a PowerShell VC Code task to do this in a non Dendron enabled workspace, just saves a bit of time working out the date for the filename - I'm terrible with dates and times ๐Ÿ˜†
    k
    • 2
    • 1
  • n

    Noam

    08/05/2022, 1:24 PM
    Hello everyone! I would like to publish my Dendron notes/documentation through Sphinx. Has anyone done something similar? It would be lovely to co-op the project with multiple teammates as well ๐Ÿ™‚
    k
    s
    c
    • 4
    • 6
  • r

    RzLnx88

    08/05/2022, 3:12 PM
    Hey everyone! I have my hierarchy setup like: team.2022.08.05.stand-up, I would like to refactor the hierarchy like this: team.stand-up.2022.08.05 Using Refactor Hierarchy, can this be achieved for all my notes? Using RegEx, it recognizes the pattern on the first step, but that's it.
  • h

    hikchoi

    08/05/2022, 3:23 PM
    You can use capturing groups in the match phase and refer to the captured groups in the next step. for your case, match text:
    team.(?<year>\d\d\d\d).(?<month>\d\d).(?<day>\d\d).stand-up
    replace text:
    team.stand-up.$<year>.$<month>.$<day>
  • t

    Tika

    08/05/2022, 3:47 PM
    should
    #assetsPrefix: /something
    in workspace vault be commented out?
  • r

    RzLnx88

    08/05/2022, 4:01 PM
    I had no idea! That worked perfectly, thank you very much hikchoi!
  • r

    RzLnx88

    08/05/2022, 4:03 PM
    Unfortunately, I got impatient and I used an extension "Bulk Rename" just for the 5 notes in August and I think I broke the "Tree View" lol
  • k

    kevins8

    08/05/2022, 4:07 PM
    we don't currently support regular md links. you can vote up this issue to help us prioritize https://github.com/dendronhq/dendron/issues/2251
  • k

    kevins8

    08/05/2022, 4:13 PM
    programatic sprint notes
  • k

    kevins8

    08/05/2022, 4:15 PM
    docs to notes
  • r

    RzLnx88

    08/05/2022, 8:05 PM
    My Tree View broke earlier today, might be because I had notes with duplicate ids? Anyone have a fix for this, please?
  • k

    kevins8

    08/05/2022, 8:53 PM
    if you are on the latest dendron (106), you should be able to run "Reload Window". dendron does a check for duplicate ids on startup when the tree view is visible
  • r

    RzLnx88

    08/05/2022, 9:10 PM
    This worked, thank you! I thought I tried that earlier, guess not. ๐Ÿ™‚
  • n

    nkot56297

    08/06/2022, 8:00 AM
    Hi! is anyone online? Can someone help me?
  • n

    nkot56297

    08/06/2022, 8:02 AM
    would it be possible to have fragmented texts in dendron?
  • k

    kevins8

    08/06/2022, 1:55 PM
    you can manually create html links in dendron that incorporate text fragments which should work in browsers when you publish
  • o

    ore IX

    08/06/2022, 2:47 PM
    Hi, I want to have the functionality that, whenever I create or update a note, a link to that note is put inside a 'daily note' that acts as a place to collect all updates and changes made in that day. I want this because currently, when making these daily notes (as a sort of work/dev log), im always putting these links in manually, listing what ive learnt, and it would make sense to automate it, so I have this learning history there to tie together what has happened in a day. I am thinking this would be a hook/function called on note update, but cant quite figure out how to write it, where to place it etc. If there is any advice on how to do this (Im only really proficient in Javascript/typescript, im not sure if that will be a hinderance...) itd be much appreciated ๐Ÿ™‚
    k
    c
    • 3
    • 3
  • l

    Lodra

    08/06/2022, 3:33 PM
    I'm struggling with a strange little behavior with my daily journal setup These are the journal settings
    Copy code
    workspace:
        journal:
            dailyDomain: session
            name: session
            dateFormat: y.MM.dd
            addBehavior: asOwnDomain
    After a slew of testing, it looks like "session" and "sessions" are special keywords for some reason in the journal names the interesting tests are when I set the value of workspace.journal.name to various strings the word "session" is replaced by today's date with a bunch of strange nuances to it that are hard to describe similarly the word "session" is replaced by today's date prepended by a hyphen the screenshot shows a bunch of my testing these are values of workspace.journal.name associated with each journal entry test
    Copy code
    sessio
    session
    session-something
    sessions
    sessionsomething
    sessionssomething
    sessionssss
    somethingsession
    somethingsessions
  • l

    Lodra

    08/06/2022, 3:34 PM
    is this some feature I'm not aware of?
  • n

    nkot56297

    08/06/2022, 8:39 PM
    @kevins8 - Hi! thank you for feedback! But... so... I would like to have texts fragmented internally, so that I can for example fragment my files in dendron with this
  • k

    kevins8

    08/06/2022, 11:40 PM
    collecting all changes in notes
  • k

    KombuSchach

    08/07/2022, 2:08 AM
    Hello, is there any possibility to have a "daily" note automatically opened whenever I open Dendron ? I like this concept from Logseq/Roam to jot all the things right into a daily note
  • s

    ScriptAutomate

    08/07/2022, 5:01 AM
    Currently, you can launch one with
    Ctrl+Shift+I
    /
    Cmd+Shift+I
    . Not sure about automatically opening when opening Dendron itself,, though. https://wiki.dendron.so/notes/ogIUqY5VDCJP28G3cAJhd/
  • k

    KombuSchach

    08/07/2022, 6:25 AM
    Yeah, I know that I can get one with this command but I was more like, on startup. While at it, how do you guys use "scratch" notes ? I do not get the concept yet.
  • p

    pewpewtron

    08/07/2022, 7:22 AM
    Hello, I'm new to Dendron and I'm planning to switch from OneNote but I'm having some issues. When I'm create a new sub section, i.e. (root.devops.ci-cd.jenkins) the note above those hierarchy will not recognize hierarchy below especially after restarting vs code, is there something I miss, or this is existing bug?
  • a

    andrey-jef

    08/07/2022, 7:49 AM
    The frontmatter property
    has_collection: true
    is not applicable to notes under
    tags
    hierarchy. Is this an expected behavior? My situation: Iโ€™m dumping everything into daily notes. Then categorize them with tags (a similar approach to Logseq with namespace and hierarchical tags). Next, I want to read the published
    tags
    pages as a collection. Currently it does not work.
1...681682683...757Latest