https://www.dendron.so/ logo
Join DiscordCommunities
Powered by
# questions
  • k

    kevins8

    10/17/2022, 3:15 AM
    not currently
  • j

    jeep

    10/17/2022, 4:13 PM
    Do traits not sync? I registered a trait on my home system and was able to create notes with it. I did a
    Dendron: Workspace Sync
    then switched to my work system and did a sync here. I tried to create a note with a trait and I get an error
    No registered traits. Create a trait first before running this command
  • a

    Acedia

    10/17/2022, 4:21 PM
    Is it possible to use Dendron with minus sign "−" (U+2212) or hyphen-minus "-" (U+002D) delimited files? Dendron seems to require a full stop "." (U+002E), so files are also folders, but most organizations (especially in technology and government) have file-naming conventions that don’t allow full stop characters. I watched an interview yesterday with kevins8, where he claims that Dendron’s primary focus will be technical teams and developers in the beginning.
  • b

    Bassmann

    10/17/2022, 7:26 PM
    IIRC the traits js code is not stored in the vault (which is synced) but in the workspace (which typically isn't). I agree it would be useful to have it synced as well
  • j

    jeep

    10/17/2022, 8:07 PM
    So...
    Dendron: Workspace Sync
    doesn't sync the actual workspace? That's an unfortunately misnamed command...
  • b

    Bassmann

    10/17/2022, 8:13 PM
    It runs git commit and push for remote vaults at least that's what I see happening. @kevins8 @Joshi correct me if I'm wrong. I guess 'sync all git-backed vaults in the workspace' is too long for a command name 😃
  • j

    jeep

    10/17/2022, 8:15 PM
    I'll suggest: "Dendron: Sync Remote Vaults"
  • b

    Bassmann

    10/17/2022, 8:19 PM
    Makes sense. @kevins8 will probably suggest you create a feature request for that to change
  • j

    jeep

    10/17/2022, 8:21 PM
    I logged a bug - a command doesn't do what it says it does
    a
    • 2
    • 20
  • a

    aleksey

    10/17/2022, 10:36 PM
    Do traits sync?
  • k

    kevins8

    10/18/2022, 2:17 AM
    yeah, something like that 😅 probably makes sense for us to also sync the containing workspace
  • j

    jeep

    10/18/2022, 4:25 AM
    I closed my bug as a duplicate as this was pointed out to me: https://github.com/dendronhq/dendron/issues/2208
  • r

    ruph0us

    10/18/2022, 12:52 PM
    Would it be possible to change how dendron opens the configuration yaml file on new releases? It would make it much easier to see what new settings have been added/removed if the file automatically opens in compare mode against the previous backup
  • b

    Bedstorm

    10/18/2022, 5:00 PM
    is there a way to get ctrl+click to also create new notes from links? (Right now it just says note does not exist)
  • j

    Joshi

    10/18/2022, 5:06 PM
    Presently no, there is an open enhancement request for the same. Feel free to upvote it(add a 👍 ) in GitHub: https://github.com/dendronhq/dendron/issues/1014
  • b

    Bedstorm

    10/18/2022, 5:07 PM
    thanks 🙂
  • s

    shaughnpuppy

    10/18/2022, 9:30 PM
    How would I modify this to have my notes as “journal.daily.yyyy.mm.dd” ?
  • s

    shaughnpuppy

    10/18/2022, 9:36 PM
    Whatever I think would intuitively work has it as “daily.daily”
  • m

    Mat

    10/18/2022, 10:29 PM
    This would do it.. but I don't think it's a good solution because it also changes normal journal entries:
    Copy code
    journal:
            dailyDomain: journal
            name: journal.daily
            dateFormat: yyyy.MM.dd
            addBehavior: asOwnDomain
    Maybe you can do something with a
    journal.schema.yml
    .
  • s

    shaughnpuppy

    10/18/2022, 10:47 PM
    Hmmmm thats an interesting point
  • s

    shaughnpuppy

    10/18/2022, 10:52 PM
    So I haven't thought about normal journal notes, as I don't really use them at the moment. But I was going to ask a follow up question: How do also manage weekly notes?
  • s

    shaughnpuppy

    10/18/2022, 10:53 PM
    my intuition was to make the change to "journal.daily" so I could also have "journal.weekly"
  • s

    shaughnpuppy

    10/18/2022, 10:53 PM
    but im open to / curious to hear your suggestions
  • m

    Mat

    10/18/2022, 11:19 PM
    I just started with dendron, so I don't know if it's possible to do it with a custom format, but hierarchies I can think of: 1.)
    journal.2022.week-41
    (splitting by ISO week of the year) pro: weeks cover full week, regardless of current month and easy to search contra: weeks separate and not part of the other notes' hierarchy, have to look up week numbers if not auto generated, minor overlap when new year 2.)
    journal.2022.10.week-{weekNumber}
    (week of the month, like
    .2022.10.week-1
    ,
    .2022.10.week-3
    ) pro: part of the hierarchy, so the daily and weekly entries are children of for example
    journal.2022.10
    , easy to change suggested auto title (just create normal journal entry and then replace days in the prompt) contra: it's not automatic, edit: and the weeks don't start on the same days.. if you want to stick to the month
  • m

    Mat

    10/18/2022, 11:36 PM
    Got a question regarding tasks: How can I have multiple task types with each type being its own domain? I have a multi vault setup with a separate
    tasks
    vault and am currently trying to get multiple task types going, so that I get stuff like
    work.2022.10.19.sometitle
    ,
    projects.22.10.01.someothertitle
    . I can currently fake it somewhat with schemas (will probably have to add templates too). But if I try to create a task from dendron prompt I have to replace
    tasks
    text in
    tasks.2022.10.19.sometitle
    every time by hand. Maybe someone knows a better way.
  • m

    Mat

    10/18/2022, 11:38 PM
    I could split each type into a separate vault 😅
  • c

    ccamara

    10/19/2022, 11:00 AM
    Hi, I have just updated next-js following these instructions https://wiki.dendron.so/notes/cToymvsc33870ctRFeBA8/ and I see the theme has changed and titles have now a weird alignment/layout. Instead of being aligned to the left, there's a white space which is actually filled with an icon to get the heading's link (see screenshot: https://cloud.montera34.org/index.php/s/Co5Pkqt7EZt8E96 ). I am not sure if this is intended or is going to be fixed (I wish it is -most other sites have that link after the title, on the right)
  • a

    andrey-jef

    10/19/2022, 11:13 AM
    Hi. Would the upgrade nextjs section be required for publishing using netlify/github actions?
  • t

    Tika

    10/19/2022, 11:17 AM
    +1
  • k

    kevins8

    10/19/2022, 1:55 PM
    @nam can you look into this?
1...719720721...757Latest