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

    kevins8

    11/05/2021, 8:24 PM
    1) it currently doesn't move assets. we have an issue for that so please upvote to help us prioritize https://github.com/dendronhq/dendron/issues/525 2) three view v2 has... issues. currently rehauling how we render webviews in the backend to make it more performant and play nicer with vscode. can you submit an issue to us for that? 3) the calendar uses
    ${dailyDomain}.{journal.name}
    . it is hardcoded for having at least two components. it should respect
    addBehavior
    instead of expecting that. could you file a bug report?
  • b

    Bassmann

    11/05/2021, 8:27 PM
    Sure will create issues for it tomorrow when I'm at my laptop. And apologies for only raising issues but this programming environment is outside of my skill set
  • t

    Tika

    11/06/2021, 2:23 AM
    it seems that
    user.foo
    is another special type of note similar to journal notes, tag notes, etc. are there docs about this? what is the purpose and scope, now and in the future. i just noticed this by adding @foo to a task, this gets highlighted as a link. thanks for the context.
  • s

    SeriousBug

    11/06/2021, 2:27 AM
    It's to keep notes on team members, customers, friends or anything like that. Some docs on it here: https://wiki.dendron.so/notes/ESqOqSOEo54lqvGLlQXM6/
  • s

    SeriousBug

    11/06/2021, 2:28 AM
    There's a config option to disable it too if you prefer not to use the feature. There was a snag with the config option but I think it should be resolved with next release.
  • t

    Tika

    11/06/2021, 2:34 AM
    @User i see. thanks. so, this is different from 'people'? maybe 'people' can be a special kind of domain? ideally, people should be sortable by attributes, by surname, by role...
    @
    also intersects with suggestions provided by github related extensions. just thinking aloud....
  • s

    SeriousBug

    11/06/2021, 2:39 AM
    You could certainly organize the users, like
    @friend.tika
    or by putting tags inside the user note (like
    #friend #dendron
    ). I agree the domain should be customizable, like
    user
    or
    people
    or whatever folks want. I also noticed that GitHub extension was also using the syntax, but it didn't bother me as far as I could tell. We could do something for better integration maybe. I think special features for users/people could be interesting. Feel free to send a feature request if you think of anything specific.
  • i

    ilt

    11/06/2021, 11:47 AM
    Question: I currently keep my dendron sync over google drive and it works like a charm across my two computers. One nit I have though, I would like to keep track of delta changes something like git. I can init the dendron dir which sits on the google drive as git repository but I had horrible problems with keeping git repositories inside google drive couple years ago with infinite sync and duplication issues, so one can say I have PSTD. Has anyone recently stored a git repository on google drive across syncing multiple computers with no problems?
  • b

    Bassmann

    11/06/2021, 11:51 AM
    Never tried this but as a different means to havee a history of local changes you could look into the extension local history and store them on each of the computers. Obviously much less powerful than git bit maybe sufficient
  • i

    ilt

    11/06/2021, 11:51 AM
    oh sweet haven't heard of local history extension before, let me look into it, thank you šŸ™‚
  • k

    kevins8

    11/06/2021, 2:15 PM
    this is new to me as well. @User always has the best extension recommendations šŸ™‚
  • d

    doctorboy

    11/06/2021, 7:36 PM
    Hi šŸ‘‹ everyone. I had a previously working site publish process on Netlify but for some reason it stopped working. Locally I can run the commands
    npx dendron publish init
    and
    npx dendron publish dev
    without problems and preview the site on my browser. However, when I run the commands `npx dendron publish build`and
    npx dendron publish export
    on Netlify, I get the following errors. Any clue what I might be doing wrong?
    Copy code
    7:22:33 PM: Run npm audit for details.
    7:22:36 PM: generating metadata for publishing...
    7:22:36 PM: error {"stack":"TypeError: Cannot read properties of undefined (reading 'reduce')\n    at NextjsExportPod.copyAssets (/opt/build/repo/node_modules/@dendronhq/pods-core/lib/builtin/NextjsExportPod.js:81:22)\n    at NextjsExportPod.plant (/opt/build/repo/node_modules/@dendronhq/pods-core/lib/builtin/NextjsExportPod.js:154:20)\n    at NextjsExportPod.execute (/opt/build/repo/node_modules/@dendronhq/pods-core/lib/basev3.js:103:31)\n    at ExportPodCLICommand.execute (/opt/build/repo/node_modules/@dendronhq/dendron-cli/lib/src/commands/exportPod.js:33:19)\n    at PublishCLICommand._buildNextData (/opt/build/repo/node_modules/@dendronhq/dendron-cli/lib/src/commands/publishCLICommand.js:137:20)\n    at processTicksAndRejections (node:internal/process/task_queues:96:5)\n    at async PublishCLICommand.build (/opt/build/repo/node_modules/@dendronhq/dendron-cli/lib/src/commands/publishCLICommand.js:149:9)\n    at async Object.CLICommand.eval [as handler] (/opt/build/repo/node_modules/@dendronhq/dendron-cli/lib/src/commands/base.js:41:25)","message":"Cannot read properties of undefined (reading 'reduce')"}
  • k

    kevins8

    11/06/2021, 8:42 PM
    what version of the nextjs-template are you running on netlify?
  • k

    kevins8

    11/06/2021, 8:43 PM
    version is in
    package.json
    .
    0.67.2
    is the latest
  • j

    joneshf

    11/06/2021, 11:50 PM
    I didn't realize that there was a special feature for "users!" Looks pretty neat! I'd like to use this, but I'll probably hold off until we can customize the name to something else.
    user
    is too impersonal to me; i.e. I don't think of most of the people I know as "users."
  • u

    user

    11/07/2021, 12:46 AM
    I don't quite understand how Dendron works in combination with existing workspaces. I have a Powershell workspace that I use every day and develop within. I want to be able to take notes and stay within my workspace without switching to a Dendron workspace. Is this possible? What is the recommended way to do this? I just need a way to just jot down revelations and various thoughts.
  • s

    SeriousBug

    11/07/2021, 1:19 AM
    We are working on a "Native Workspaces" feature for your exact use case. There's going to be quite a bit of features landing for it in the next few weeks, but you could start using it immediately if you don't mind having to set it up manually: https://wiki.dendron.so/notes/lamzybrD6SgQlJ9BpwkQk
  • s

    SeriousBug

    11/07/2021, 1:20 AM
    Otherwise, I usually keep 2 VSCode instances open, one with Dendron and another with whatever I'm working on
  • k

    kimsia

    11/07/2021, 1:20 AM
    So cool šŸ˜Ž
  • k

    kimsia

    11/07/2021, 4:19 AM
    i followed this advice.. so i have a django related project workspace. and i setup under
    docs
    Then i see a
    dendron.code-workspace
    under
    docs
    is that an issue?
  • s

    SeriousBug

    11/07/2021, 4:19 AM
    You can just ignore it or delete it, it shouldn't affect anything
  • p

    pointer2p

    11/07/2021, 11:39 AM
    Is there a way to add a list of the backlinks in the Markdown of a tag? e.g. in:
    tags.commands.md
    I want to add a command that shows all the notes that have this tag I want the command to be presented in the Markdown, not through Dendron UI
  • h

    hrmnjt

    11/07/2021, 12:42 PM
    Related to Preview pane earlier, I could change the state of checkbox between
    - [ ]
    and
    - [x]
    from Preview pane click. not now though. Elements in Preview pane are not clickable right now. I'm using Dendron v0.67.1 in VSCodium
    k
    • 2
    • 1
  • c

    cconrad

    11/07/2021, 12:45 PM
    I have the same issue, I think the Preview V2 has not yet reached feature parity with the (now) "legacy" preview :/
  • h

    hrmnjt

    11/07/2021, 12:46 PM
    Thanks. Was wondering if this was just me or the feature needed to be enabled.
  • d

    doctorboy

    11/07/2021, 3:49 PM
    Thanks for pointing me into the right direction. The problem was that I was using by mistake an older version of package.json with an old version of dendron. Now everything is working again! šŸ™
  • k

    kevins8

    11/07/2021, 5:08 PM
    preview-pane
  • n

    NZ-John

    11/08/2021, 1:50 AM
    I like the new publish features (TOC + combined search lookup) and want to try them... I have upgraded via
    npm install -g @dendronhq/dendron-cli@latest
    and run
    dendron publish dev
    ..however I don't get these features... what am I doing wrong?
  • n

    NZ-John

    11/08/2021, 1:51 AM
    Copy code
    j@jHPE:~/Dendron/JCOM$ npm -g list
    /home/j/.nvm/versions/node/v16.9.1/lib
    ā”œā”€ā”€ @dendronhq/dendron-cli@0.67.2
    ā”œā”€ā”€ corepack@0.9.0
    ā”œā”€ā”€ npm@7.21.1
    └── yarn@1.22.11
  • n

    NZ-John

    11/08/2021, 2:05 AM
    SOLUTION: I
    rm -r .next
    and then
    dendron publish init
    again. It works. šŸ˜…
1...445446447...757Latest