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

    runlevelrobot

    08/05/2020, 10:37 PM
    ok what do you mesn by naked wiki link?
  • k

    kevins8

    08/05/2020, 10:46 PM
    instead of [[foo|foo]], just using [[foo]] (no pipe character)
  • r

    runlevelrobot

    08/05/2020, 10:46 PM
    ahhh ok thx
  • r

    runlevelrobot

    08/08/2020, 9:39 PM
    Is there anyway to make the links clickable in the editor rather then using the preview?
  • k

    kevins8

    08/08/2020, 9:40 PM
    by using the "go to definition" shortcut while hovering over the link or "ctrl + click"
  • r

    runlevelrobot

    08/08/2020, 9:52 PM
    yup i figured that out
  • r

    runlevelrobot

    08/08/2020, 9:52 PM
    thx
  • r

    runlevelrobot

    08/08/2020, 9:52 PM
    Anyway of turning the brackets off?
  • k

    kevins8

    08/08/2020, 10:01 PM
    what do you mean by that?
  • r

    runlevelrobot

    08/08/2020, 10:05 PM
    well when using the editor and i insert a link with [blah] Is there a way to turn off the [] ?
  • r

    runlevelrobot

    08/08/2020, 10:13 PM
    After i am done making the link I mean. I am using the root.md file as my index. I want to use the editor to navigate my files instead of the preview. Having the [[]] off would make my index page nicer
  • k

    kevins8

    08/09/2020, 3:29 AM
    because dendron is completely plain text based, there's no way to "turn off" the "[[]]" since it is the only thing telling dendron that it is a link. to have a "nice view" of your docs, it's either the preview or publishing it as a local jekyll page (but in both cases, you are not able to edit inside the preview). we do want to explore having a nicer editor frontend using vscode's editor api. feel free to submit an issue if that's something you feel strongly about 🙂 https://github.com/dendronhq/dendron/issues/new/choose
  • u

    user

    08/09/2020, 8:26 AM
    @runlevelrobot i made an extension for the markdown preview for this (if im understanding you correctly): https://marketplace.visualstudio.com/items?itemName=thomaskoppelaar.markdown-wiki-links-preview
  • u

    user

    08/09/2020, 8:26 AM
    ah nvm, you want the editor to hide the brackets
  • r

    runlevelrobot

    08/09/2020, 1:05 PM
    > because dendron is completely plain text based, there's no way to "turn off" the "[[]]" since it is the only thing telling dendron that it is a link. to have a "nice view" of your docs, it's either the preview or publishing it as a local jekyll page (but in both cases, you are not able to edit inside the preview). we do want to explore having a nicer editor frontend using vscode's editor api. feel free to submit an issue if that's something you feel strongly about 🙂 > > https://github.com/dendronhq/dendron/issues/new/choose @User No problem Kevin thanks. Thanks for all your work on this!
  • k

    kevins8

    08/09/2020, 1:29 PM
    > @User i made an extension for the markdown preview for this (if im understanding you correctly): https://marketplace.visualstudio.com/items?itemName=thomaskoppelaar.markdown-wiki-links-preview @User like the extension. we use the markdown preview enhanced (https://github.com/shd101wyy/markdown-preview-enhanced) extension for wiki-links. it the most fully featured vscode markdown preview - only caveat is that it renders in its own webview instead of integrating into vscode's markdown panel
  • u

    user

    08/09/2020, 1:36 PM
    > @User like the extension. we use the markdown preview enhanced (https://github.com/shd101wyy/markdown-preview-enhanced) extension for wiki-links. it the most fully featured vscode markdown preview - only caveat is that it renders in its own webview instead of integrating into vscode's markdown panel @kevins8 ah, fair enough - i dont use dendron myself so i wasnt aware 😄
  • k

    kevins8

    08/09/2020, 2:22 PM
    @User actually, if you're down, would love someone from the foam community to try out dendron. the core plugin should be compatible with foam and you can just ignore the extension recommendations. you'll get access to cool features like the ability to rename your notes (https://www.dendron.so/notes/eea2b078-1acc-4071-a14e-18299fc28f47.html#rename-note) 😉
  • u

    user

    08/09/2020, 2:24 PM
    I'll consider it - I don't know if I'll get the most value out of it, but I'm willing to give it a shot
  • u

    user

    08/09/2020, 2:26 PM
    Does dendron support piped wikilinks?
  • k

    kevins8

    08/09/2020, 2:26 PM
    yep (though that's through the markdown-notes extension)
  • u

    user

    08/09/2020, 2:26 PM
    i.e: [[filename| Some description]]
  • k

    kevins8

    08/09/2020, 2:27 PM
    the core plugin will rename piped wiki links when you're renaming files
  • k

    kevins8

    08/09/2020, 2:30 PM
    (by renaming files i mean using
    Dendron: Rename Note
    command)
  • u

    user

    08/09/2020, 2:30 PM
    ex: i have a file named
    todo.md
    and i link to it using
    [[todo| I have things to do]]
    . If i renamed
    todo.md
    to
    done.md
    , what will the new link look like?
  • u

    user

    08/09/2020, 2:31 PM
    (using the command)
  • k

    kevins8

    08/09/2020, 2:32 PM
    i just realized my usage of wiki links is differs from convention. i use [[description|filename]]
  • k

    kevins8

    08/09/2020, 2:32 PM
    in your example, if you had [[things to do|todo]] and use the command, it would turn it into [[things to do|done]]
  • u

    user

    08/09/2020, 2:33 PM
    alright, cool!
  • u

    user

    08/09/2020, 2:33 PM
    it preserves the description, that's what matters most i suppose
12345...757Latest