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

    Geist

    11/12/2021, 7:09 PM
    Hi, new user here. Got a problem with todos. They're seemingly not rendering correctly for me in the preview mode, they just show up as bullet point followed up by a pair of brackets, is that a known bug?
  • k

    kevins8

    11/12/2021, 7:33 PM
    for seeds, we've put it on hold as we're working on improving the general ux around managing remote vaults. we currently recommend that you use a remote vault instead of a seed -> https://wiki.dendron.so/notes/6682fca0-65ed-402c-8634-94cd51463cc4.html#remote-vault
  • k

    kevins8

    11/12/2021, 7:34 PM
    are you using the dendron preview? (you need to run
    Dendron: Show Preview
    )
  • k

    kevins8

    11/12/2021, 7:34 PM
    usually use something like google keep and then transfer to pc later. would recommend checking out #795730630771867737 for further details
  • g

    Geist

    11/12/2021, 7:35 PM
    thanks that was it. VScode also has a 'preview to the right' for markdown apparently, thought that was dendron's.
  • s

    SeriousBug

    11/12/2021, 7:35 PM
    We actually made a contribution to VSCode so it will be a Dendron button soon once it's live 🙂
  • f

    foureyedsoul

    11/12/2021, 8:32 PM
    Thanks for helping me troubleshoot, Kevin! Disabling Dendron didn't affect it, but that suggestion helped me figure out what was causing it. When I disable [Pandoc Citer](https://marketplace.visualstudio.com/items?itemName=notZaki.pandocciter), snippets in the YAML headers start working again. I'll mention that in the Academia channel, too.
  • h

    hrmnjt

    11/12/2021, 8:58 PM
    Are we planning on improving NextJS template for better scores on Lighthouse report?
  • k

    kevins8

    11/12/2021, 9:27 PM
    yep, that’s one of our top priorities right now. the way we load the initial json bundle is not optimized and we’re working on that now
  • c

    codemuncher

    11/13/2021, 12:00 AM
    @SeriousBug hiw bout non dendron solution
  • s

    shashanktomar

    11/13/2021, 7:32 AM
    Hi Folks, i started using Dendron yesterday, and is really enjoying it so far. I have been usign Roam for a year now but moving to something in the opensource community is a big win. I am really excited about the progress so far and will keep a close eye on the features that come out. **A question**: I want to play around with the mardown preview css, what is a way to do that? I believe the Dendron markdown preview tool is a fork from markdown-preview-enhanced, which has a custom css feature as mentioned here https://shd101wyy.github.io/markdown-preview-enhanced/#/customize-css but it does not seem to work for Dendron markdwon preview plugin. How can i edit the css for the plugin?
  • n

    Neurrone

    11/13/2021, 2:05 PM
    Hi, a few weeks ago, my site previews and builds started breaking with this error: > Error: no site index found The only thing I did was to update Dendron. Was there a compatibility breaking change?
    s
    k
    • 3
    • 6
  • s

    ScriptAutomate

    11/13/2021, 11:22 PM
    Publishing Troubleshooting
  • n

    NZ-John

    11/14/2021, 9:06 AM
    is there a way to discover broken internal links?
    b
    j
    • 3
    • 11
  • b

    benhsm | Jack of N trades

    11/14/2021, 3:32 PM
    discover broken internal links
  • b

    benhsm | Jack of N trades

    11/14/2021, 4:59 PM
    Getting some error output from a CLI command and not sure what to make of it. The command still seems to function as intended (produces a new note from the query).
    Copy code
    sh
    dendron note lookup --enginePort 41639 --quiet --wsRoot "$DENDRON_DIR" --query "tools.cli.sed"
    [help output omitted]
    TypeError: cb is not a function
        at Object.close (/usr/lib/node_modules/@dendronhq/dendron-cli/lib/src/commands/utils.js:25:20)
        at NoteCLICommand.execute (/usr/lib/node_modules/@dendronhq/dendron-cli/lib/src/commands/notes.js:124:29)
        at processTicksAndRejections (node:internal/process/task_queues:96:5)
        at async Object.CLICommand.eval [as handler] (/usr/lib/node_modules/@dendronhq/dendron-cli/lib/src/commands/base.js:45:25)
    I don't get any errors when I omit the
    --enginePort
    flag
  • e

    eroc

    11/14/2021, 10:11 PM
    I'm running into an issue and hoping there's an easy workaround. I have my vault stored in GitHub. I synced my vault from my office machine on Friday. On my home computer, I used Dendron to clone the vault (which also opened it). When I try to run a Dendron command, I get the message
    error while running command: no native workspace
    . If I create a new vault on this machine, it works just fine. Any solution to this? A google search didn't turn up much.
  • e

    eroc

    11/14/2021, 10:13 PM
    @User I have the same question. I'd like to hack on it as well. Two quick comments on that. First, Dendron is moving away from Dendron Markdown Preview Enhanced and towards Dendron Preview. The later doesn't have feature parity with DMPE, which is why it isn't the default. Also, I think the Dendron team just added someone that is doing some design work. I'm not sure about that though and might be confusing my projects.
  • s

    SeriousBug

    11/14/2021, 10:14 PM
    This sounds like the Dendron workspace is not open. Can you make sure you opened the folder containing
    dendron.yml
    ? Did you see a message about Dendron having initialized?
  • e

    eroc

    11/14/2021, 10:17 PM
    That's probably the issue. That file doesn't exist on my home machine, nor is it in my GitHub repo. Should this file be part of the repo? I haven't done anything to specifically include or exclude this file. Where available, I've been using the Dendron/VSCode tools to manage the repo.
  • s

    SeriousBug

    11/14/2021, 10:20 PM
    If you have just the vault and not the workspace on GitHub, you'll want to create a new workspace on your home machine and add the vault as a remote vault. You can create a new workspace with "Dendron: Initialize Workspace", then add the vault by running "Dendron: Vault Add" , selecting remote, and pasting the repo's clone URL. https://wiki.dendron.so/notes/6682fca0-65ed-402c-8634-94cd51463cc4/
  • s

    SeriousBug

    11/14/2021, 10:21 PM
    Your current setup is perfectly fine, and can be even preferable if you had some notes you want on your home machine and not on work machine.
  • e

    eroc

    11/14/2021, 10:29 PM
    That worked. It was a little clunky getting around the fact that my remote vault was called
    vault
    and the local, default vault was also called
    vault
    , but it works. I'll work out the vault naming late to make it consistent on my work and home machines.
  • s

    SeriousBug

    11/14/2021, 10:30 PM
    Glad it worked!
  • s

    ScriptAutomate

    11/14/2021, 10:37 PM
    @User Does the draft within this issue best describe what a user will see in Outlook, if following the same steps you have for inserting into Outlook emails? https://github.com/dendronhq/dendron-site/issues/279
  • p

    plazman30

    11/14/2021, 10:41 PM
    @User I will test later tonight and get back to you.
  • s

    shashanktomar

    11/14/2021, 10:49 PM
    Ok i understand it now. I was actually using Dendron Preview but making changes to Dendron Markdown Preview. Once i open the preview using later, the css changes reflected. Any suggestions in how to hack the Dendron Preview? I can see css under dendron vscode extensions folder but all of them are minified. Is there a css hook to inject external css? (sorry am in Australia timezone, my messages will be a weird time for you guys)
    k
    • 2
    • 4
  • b

    butternut

    11/15/2021, 6:29 AM
    Hi, I'm new to Dendron and I'm wondering how to structure my workspace/vaults. I have a workspace which currently only contain 1 public vault. The workspace is synchronized in a public github repo. I would like to add further public/private vault. Ideally they would be synchronized individually in their own git repo. I assumed it's best to keep all vault in a single workspace. Setting the vaults private only put them in .gitignore which isn't what I'm looking for. I'm thinking setting git submodule or setting my public vaults as seeds of my private workspace. What do you think about it ? Feel free to redirect me to the doc if I missed it!
  • u

    user

    11/15/2021, 7:07 AM
    can i move note/group of notes to an hierarchy easily?
  • a

    andrey-jef

    11/15/2021, 8:29 AM
    Yes. You can move a note by selecting the note, then use command
    Dendron: Refactor Hierarchy
    I also wonder how to refactor hierarchy of multiple notes at once
1...450451452...757Latest