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

    foureyedsoul

    07/12/2022, 3:47 PM
    Is this the type of "nested hierarchy" you mean? If so, it's called the "tree view" and you can find it by clicking on the Dendron icon (which is highlighted in the theme I'm using, but not the regular one). If not, can you explain what you're looking for? Maybe a screenshot of the type of view from another application would help?
  • c

    CyberFoxar

    07/12/2022, 4:37 PM
    If you have a consistent naming scheme for "placeholder" you can try VSCode's full text search inside your vault. Go into the "search" tab and type (part of) your placeholder, if it's a bit complex (or you're feeling fancy) you can also use regexes to narrow your search.
  • r

    rlh1994

    07/12/2022, 9:59 PM
    Is there a way at the moment to convert existing references to the new smartrefs?
  • k

    kevins8

    07/12/2022, 10:32 PM
    when you say conversion, you mean preserve the existing semantics (trasnclude from header to the end of the note)? and if so, that should be coming before end of the month when we introduce [positional references](https://docs.dendron.so/notes/9hoksdbfuv0a1vaffla7dv0#referencing-starting-and-ending-positions). at that point, we can turn references to something like the following
    [[foo#foo]]
    ->
    [[foo#foo:#^end]]
  • a

    aleksey

    07/13/2022, 1:46 AM
    Hey, @ElderFallGuy, there is an open issue about images not rendering in preview that seems to be similar to what you are describing (https://github.com/dendronhq/dendron/issues/2702). Please, upvote or leave a comment if it matches what you are having troubles with to give it more visibility.
  • s

    ScriptAutomate

    07/13/2022, 3:18 AM
    In reference to: - https://github.com/dendronhq/dendron/discussions/1975 Did this help lay the foundation for note refs injection of code into code blocks within Dendron notes? - https://github.com/dendronhq/dendron/issues/1565 I've run into some walls with technical documentation in projects where files (everything from
    .json
    ,
    .yml
    , to code files like
    .py
    ) can't be inserted into my notes unless I directly copy/paste their contents into code blocks. I'm debating whether I need to create additional tooling that will copy the contents of these files directly into my Dendron notes for the time being
  • s

    ScriptAutomate

    07/13/2022, 3:24 AM
    @SeriousBug - can't remember what your thoughts were on this in the past
  • s

    SeriousBug

    07/13/2022, 3:39 AM
    Sorry, I can't quite remember either. I think my work on it went only as far as helping with the linking, but I don't remember anything about embedding.
  • k

    kevins8

    07/13/2022, 3:41 AM
    yeah, we currently just support linking. embedding is still tbd
  • p

    PGJ

    07/13/2022, 6:57 AM
    I've got several small changes to the dendron-site repository. What is the easiest way to submit them. As a larger pull request, where you can cherry pick the parts that are accepted or as several smaller pull requests?
  • h

    hikchoi

    07/13/2022, 7:00 AM
    If the individual changes are small, feel free to bunch them up into one PR 🙂
  • p

    PGJ

    07/13/2022, 7:00 AM
    Great, I'll do that!
  • j

    JohnMi

    07/13/2022, 9:20 AM
    Hi guys. I am trying to find out where are the settings of the appearance of preview mode. Any link in preview has underline which I want to remove. Any ideas? example in photo
  • j

    JohnMi

    07/13/2022, 9:21 AM
    Is that vscode setting or Dendron's setting?
  • h

    hikchoi

    07/13/2022, 9:49 AM
    You need to write a custom css to change the appearance of preview: https://wiki.dendron.so/notes/lb9wd7z62ch7b4slscp05i4/
  • j

    JohnMi

    07/13/2022, 10:33 AM
    thank you for replying😉
  • j

    JohnMi

    07/13/2022, 10:34 AM
    @hikchoi although I cannot find
    preview.theme
    configuration in this file
  • j

    JohnMi

    07/13/2022, 10:35 AM
    I followed the steps 1 and 2 but there isn't any
    preview.theme
    section
  • h

    hikchoi

    07/13/2022, 10:38 AM
    It's an optional key so you can just add them if it doesn't exist.
  • j

    JohnMi

    07/13/2022, 10:40 AM
    ok, thank you very much 👍
  • e

    ElderFallGuy

    07/13/2022, 11:57 AM
    I created a note vault from scratch and things are working normal. So I conclude that the problem is due to my old multi-vaults file layout (flat folders, not in 'dependency') ... I will stay with markdown preview for now, and change the file/folder layout later. thanks for your help
  • d

    d1onys1us

    07/13/2022, 1:29 PM
    i am getting a 404 for the logo on the dendron published site. anyone know why? there is no error when running publish dev so i think the path is correct
  • d

    d1onys1us

    07/13/2022, 1:29 PM
    i have the image in a path like notes/assets/images and it is an svg
  • d

    d1onys1us

    07/13/2022, 1:30 PM
    in my dendron.yml i have it specified as logoPath: notes/assets/images/logo-gs-mono.svg
  • b

    Buxel

    07/13/2022, 6:45 PM
    If I have an image (svg) embedded in my document and copy the contents of the dendron preview to an email (outlook, but also tried with some word document), is it possible to also paste the image? The text is nicely formatted but the images are never pasted. It would greatly help me sharing some documents to less techy people quickly.
  • j

    jeremyW

    07/14/2022, 1:31 AM
    Shift+control+f brings up the search within a directory dialog as well. You can have it take over the active tab group in preferences, so it’s not squished off to the side. And you can change its click behaviors for when you click on results.
  • j

    jeremyW

    07/14/2022, 1:38 AM
    is there a way to reload the graph from the command menu?
  • h

    hikchoi

    07/14/2022, 1:58 AM
    Developer: Reload Webview
    will reload the graph and all webviews currently active.
  • t

    Tika

    07/14/2022, 7:10 AM
    Just saying that I would be very curious to see an update. 😶
  • c

    CyberFoxar

    07/14/2022, 10:52 AM
    Good to know, thanks !
1...673674675...757Latest