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

    Slaytanical(LamentConfiguration)

    05/25/2022, 3:45 AM
    with local being the new default, is it possible to migrate an existing vault to local?
  • s

    SeriousBug

    05/25/2022, 3:47 AM
    Do you mean self contained vault? Yes, please see the instructions here: https://wiki.dendron.so/notes/aikv0yamnfkcowlol7qeldy/
  • s

    Slaytanical(LamentConfiguration)

    05/25/2022, 3:49 AM
    tyvm
  • j

    josh

    05/25/2022, 7:47 AM
    my github publish workflow throws new errors after updating to a self contained vault:
    Copy code
    Run yarn dendron publish export --target github --yes
    yarn run v1.22.18
    $ /node_modules/.bin/dendron publish export --target github --yes
    🌱 checking if NextJS template is initialized
    🌱 NextJS template is already initialized.
    generating metadata for publishing...
    TypeError: Cannot read properties of undefined (reading 'dendron.defaultTimestampDecorationFormat')
        at Function.getFM (/node_modules/@dendronhq/engine-server/lib/markdown/utilsv5.js:123:102)
        at Function._procRemark (/node_modules/@dendronhq/engine-server/lib/markdown/utilsv5.js:187:53)
        at Function.procRemarkParse (/node_modules/@dendronhq/engine-server/lib/markdown/utilsv5.js:342:21)
        at Function._procRehype (/node_modules/@dendronhq/engine-server/lib/markdown/utilsv5.js:284:35)
        at Function.procRehypeFull (/node_modules/@dendronhq/engine-server/lib/markdown/utilsv5.js:364:27)
        at NextjsExportPod._renderNote (/node_modules/@dendronhq/pods-core/lib/builtin/NextjsExportPod.js:174:48)
        at NextjsExportPod.renderBodyToHTML (/h...
    any idea why that might be happening? What part of my configuration is relevant here?
  • n

    NorbertK

    05/25/2022, 9:56 AM
    Where are the keybindings of dendron defined in VSCode ?
  • h

    hikchoi

    05/25/2022, 10:21 AM
    if you type
    Preferences: Open Keyboard Shortcuts
    in the command palette, an editor will open with a search bar. You can type
    dendron
    and look at all the commands that
    Dendron
    provide that has keybindings (as well as the ones that don't have keybindings at the bottom).
  • n

    NorbertK

    05/25/2022, 10:31 AM
    Many thanks @hikchoi , My question was unclear: I thought about the file, where I find these definitions
  • h

    hikchoi

    05/25/2022, 12:25 PM
    VSCode doesn't save it in a file. When you have an extension installed, VSCode grabs keybindings from all installed extensions and load it during start-up. You can open up the entire list of it as a JSON though. using
    Preferences: Open Default Keyboard Shortcuts (JSON)
    . This isn't opening a file that exists in the file system. It's just there for reference.
  • n

    NorbertK

    05/25/2022, 12:29 PM
    Thanks again, that is really useful
  • n

    NorbertK

    05/25/2022, 12:35 PM
    In this list I see : { "key": "ctrl+enter", "command": "dendron.gotoNote", "when": "editorFocus" }, But some other dendron key have a stricter when clause, which references dendron:pluginActive like for example { "key": "ctrl+shift+c", "command": "dendron.copyNoteLink", "when": "dendron:pluginActive && editorFocus" }, Is this by design, or is there an error ? I don't know enough about VSCode to decide this .
  • m

    matthew.bellringer

    05/25/2022, 4:02 PM
    I'd love to know an answer to this as well. In the meantime, I'm thinking about treating Dendron itself as a kind of document database with wiki links forming relationships, but that's about as far as I've got.
  • k

    kevins8

    05/25/2022, 4:13 PM
    so this is still very early but we're looking to store the dendron metadata in a sqlite database (currently its just generated in memory and dumped to a json file). this should open the door to integrate dendron with any local application that can speak sql
  • m

    matthew.bellringer

    05/25/2022, 4:15 PM
    That's very exciting, thanks Kevin! The ability to aggregate different data sources and present them in a meaningful way is hugely valuable. And it gets even more interesting when you start to link up a whole load of different vaults with different groups of people...
  • m

    matthew.bellringer

    05/25/2022, 4:20 PM
    In case it isn't obvious from the slightly tangential leap in my previous comment, I've been exploring different tools for networks-of-networks style collaboration and co-creation, and found very little that's genuinely open. I'm currently thinking about how Dendron could be used to that end.
  • k

    kevins8

    05/25/2022, 4:27 PM
    yep, agreed. it also unlocks a lot of advanced functionality on our end. there is lots to build šŸ˜…
  • a

    anonrunner

    05/25/2022, 9:54 PM
    Hey guys, quick question: Probably I've missed something, but when I edit long note, I always have to scroll Preview down to see my changes realtime. Is there a way to make Preview following my typing position in the document? thanks
  • s

    SeriousBug

    05/25/2022, 9:55 PM
    No, the Dendron preview doesn't synchronize with your note scroll. It is planned, but we don't have a timeframe for when it will be done.
  • a

    anonrunner

    05/25/2022, 9:55 PM
    Thanks
  • a

    anonrunner

    05/25/2022, 10:02 PM
    Sorry, another question: Do you have any plans to make Graph more into Mind Map? Where I could collapse/expand groups of nodes, walk with keyboard across nodes.. move things around, maybe change relationships (adding metadata to it inside nodes), etc? Current graph is hard to use when trying to have an overview of structure of notes.. it kind of does the function, but can't use it to have this effective "window" into my data.
  • s

    SeriousBug

    05/25/2022, 10:10 PM
    I don't think there are any plans for that, but a couple thoughts: 1. If you have any ideas on how this would work, you can write an RFC. These are proposals for new features, and they guide new features we'll implement. See here: https://docs.dendron.so/notes/f143ca38-dcc6-4cd3-b84b-997aec1160ef/ 2. We're starting to work on stabilizing the Dendron API. Once that's done, it should be pretty easy for someone to implement something like this as a separate extension.
  • a

    anonrunner

    05/25/2022, 10:16 PM
    Thanks for the RFC.. I wish I had time for that.. I think Graph could be pushed into totally new level becoming a very strong part of Dendron. Will get back to this after few months in case nobody takes it. Nice news regarding API!
  • a

    anonrunner

    05/25/2022, 10:18 PM
    By the way, when thinking on how my organization could replace current Confluence with Dendron, I see two main blockers: 1. Collaborative, real-time editing; 2. Note(page) Permissions. I guess there is nothing on these points yet, right?
  • i

    ilt

    05/25/2022, 11:24 PM
    it looks like there's a bug in there. When I create a new daily journal note, the title is generated in slug is
    title: ournal-2022-05-25
    for me
  • i

    ilt

    05/25/2022, 11:24 PM
    Copy code
    journal:
            dailyDomain: daily
            name: journal
            dateFormat: y.MM.dd
            addBehavior: childOfDomain
  • i

    ilt

    05/25/2022, 11:25 PM
    not sure why
  • k

    kevins8

    05/25/2022, 11:37 PM
    do you have a schema or note trait active? if you delete this note, run "reload workspace" and then create a daily journal, does it still show up?
  • k

    kevins8

    05/25/2022, 11:37 PM
    if so, can you dm me the output of running
    Diagnostics Report
    ?
  • i

    ilt

    05/25/2022, 11:50 PM
    sure one sec
  • s

    shchepin

    05/26/2022, 6:20 AM
    I have a question: have you any plans to realize live preview? Something like in Obsidian. Or may be we already have a good and compatible VSCode plugin?
  • a

    AshSimmonds

    05/26/2022, 8:45 AM
    Re: meta content on export, is it trivial or complicated to modify the
    <meta name="description" content="Dendron is a local-first, markdown based blah"/>
    stuff? (what is displayed in various social media previews when pasting a link)
    h
    • 2
    • 14
1...642643644...757Latest