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

    SeriousBug

    12/23/2021, 9:03 AM
    I believe it's been renamed to "Publish Export", can you check if you have that?
  • t

    tiptronic

    12/23/2021, 9:30 AM
    If I try to export notes, I am getting some error messages (which is okay), but the links in the message are neither clickable, nor selectable:
  • t

    tiptronic

    12/23/2021, 9:30 AM
    is there any trick which lets me click the link?
  • m

    mandarvaze

    12/23/2021, 9:34 AM
    Can you try
    Publish Dev
    https://wiki.dendron.so/notes/eea2b078-1acc-4071-a14e-18299fc28f47/#publish-dev ?
  • t

    tiptronic

    12/23/2021, 9:35 AM
    @User My question was not about export, but the link inside the message box -> which is non-clickable
  • m

    mandarvaze

    12/23/2021, 9:36 AM
    From the error message, it looked like what you are experiencing may be related to
    SiteUrl
    being undefined. Hence I suggested
    Publish Dev
    where, I assumed
    siteUrl
    may not be used.
  • m

    mandarvaze

    12/23/2021, 9:37 AM
    Ohh, I understand now. Sorry for misleading
  • t

    tiptronic

    12/23/2021, 9:37 AM
    yes - the siteUrl is undefined on purpose - just to show the error message 🙂 -> thanks for your input though
  • m

    mandarvaze

    12/23/2021, 9:38 AM
    The message is shown inside VSCode, right ?
  • t

    tiptronic

    12/23/2021, 9:38 AM
    yes... on a Mac (if that makes any difference)
  • m

    mandarvaze

    12/23/2021, 9:40 AM
    @User I don't use VSCode much 🤷‍♂️ I try to use CLI tools as much as I can. I hope someone from @User can help.
  • o

    omkar.shetkar

    12/23/2021, 10:27 AM
    Yes. I can see
    Publish Export
    command After I select this command, I selected
    Use Default
    . Then, it started installing some dependencies which seem to take very long time.
  • u

    user

    12/23/2021, 3:48 PM
    hello
  • u

    user

    12/23/2021, 3:48 PM
    how do I create a new note?
  • u

    user

    12/23/2021, 3:49 PM
    in vscode
  • l

    l2dy

    12/23/2021, 4:23 PM
    @User Can you look into this?
  • k

    kevins8

    12/23/2021, 4:25 PM
    for the link, we can’t show formatted string in the dialogue box which is why it’s not clickable. we can improve the experience by turning it into a button instead
  • k

    kevins8

    12/23/2021, 4:26 PM
    could you submit an issue for this?
  • l

    l2dy

    12/23/2021, 4:27 PM
    Use the lookup bar (Ctrl+L / Cmd+L), see https://wiki.dendron.so/notes/4RFQMNA91cRW12VJl_PFd/
  • t

    tiptronic

    12/23/2021, 5:09 PM
    Issue submitted: Make links in VSCode messages clickable #1968 https://github.com/dendronhq/dendron/issues/1968
  • a

    andrey-jef

    12/23/2021, 7:10 PM
    I used to have this issue. This is my experiences. If you want to keep publishing with GitHub Pages, use CLI publish instead of command palette.
    dendron publish export --target github --yes
    Also try to change your Dendron folder to a SSD partition. Or just ditch GitHub Pages and switch to another faster approach, which is publishing via Netlify. I used to use command palette to publish with GitHub Pages, and it took me 40min. Now with Netlify process, I just have to
    Dendron: Workspace: Sync
    . Done in 2s
  • s

    ScriptAutomate

    12/23/2021, 8:02 PM
    Logseq and Athens Research
  • s

    ScriptAutomate

    12/23/2021, 8:05 PM
    @User Make sure to take a look at our refreshed Getting Started guide which goes over how to take notes, and navigate Dendron https://wiki.dendron.so/notes/678c77d9-ef2c-4537-97b5-64556d6337f1/
  • u

    user

    12/23/2021, 8:29 PM
    I press CTRL+L and nothing happens
  • b

    benhsm | Jack of N trades

    12/23/2021, 8:39 PM
    if you're using the vscode vim plugin, it may be intercepting that keybind. Try running
    Dendron: Lookup Note
    from the command palette, and then you'll know if it's an issue with the lookup command, or with the keybind
  • b

    benhsm | Jack of N trades

    12/23/2021, 8:40 PM
    if it is vscode vim, you'll need:
    Copy code
    json
        "vim.handleKeys": {
            "<C-l>": false
        },
    in your settings.json somewhere for
    ctrl+L
    to be useable, or you can bind the command to something else
  • r

    rlh1994

    12/23/2021, 10:00 PM
    Is note id a specific regex format or just a fixed length (as good as) random string?
  • g

    glucinater21

    12/24/2021, 2:49 AM
    How does one hide the tags section when publishing like the wiki does
  • k

    kevins8

    12/24/2021, 3:19 AM
    you can configure that in
    siteHiearchies
    https://wiki.dendron.so/notes/f2ed8639-a604-4a9d-b76c-41e205fb8713.html#sitehierarchies
  • k

    kevins8

    12/24/2021, 3:20 AM
    if you want to publish but hide from nav, you can set
    nav_exclude
    on
    tags
    https://wiki.dendron.so/notes/f2ed8639-a604-4a9d-b76c-41e205fb8713.html#nav_exclude
1...478479480...757Latest