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

    SeriousBug

    06/22/2022, 5:30 AM
    This is a known issue that has been already reported, we have a fix coming for it. I believe Dendron continues to work despite the error, if so you can just ignore it for now.
  • g

    grndstt

    06/22/2022, 5:31 AM
    Ok ! Thanks ... didn't see the report
  • v

    VFansss

    06/22/2022, 7:44 AM
    Hi Guys. There's a way to export a single note "page preview" in HTML, in PDF or a similar format?
  • v

    VFansss

    06/22/2022, 7:45 AM
    I've wrote several technical document, but I want to share them with my colleagues and I'm in trouble because I can't easily export diagrams done with mermaid, images and so on
  • v

    VFansss

    06/22/2022, 7:46 AM
    I would truly like to have an export of the right preview panel, so I can easily share it (I don't want to invite colleagues into my vault, neither I'm now able to publish the whole workspace/vault)
  • j

    Joshi

    06/22/2022, 11:16 AM
    You can use [Markdown Export Pod](https://wiki.dendron.so/notes/Un0n1ql7LfvMtmA9JEi4n.html) to export a particular note and use something like pandoc to convert it to a pdf
  • v

    VFansss

    06/22/2022, 2:30 PM
    Hi! Thanks for helping me! I've setup the pod export into markdown, and then used pandoc to produce a .PDF. unfortunately, both images and mermaid graphs aren't exported. Images simply aren't found ("[WARNING] Could not fetch resource '/assets/images/2022-06-07-17-55-09.png'"), and mermaid graphs are exported not as images but simply as code. Too bad, because I'm kinda "stuck" with un-exportable notes. Albeit I guess exporting everything correctly and quickly is not an easy task, so I can't complain too much in the end šŸ™‚
  • x

    Xanaus

    06/22/2022, 2:32 PM
    I am getting this error when using the doc cmd to fixx the front matter
  • x

    Xanaus

    06/22/2022, 2:33 PM
    And I have added a few old files from an old dendron vault
  • b

    bpathakota

    06/22/2022, 3:31 PM
    For images, you can change the path format of the images: assets/images/image.png (no initial slash) and it should work. For mermaid graphs, you can try publishing with html (https://wiki.dendron.so/notes/0a1a3a44-8d83-4ba6-adde-64c34136ab75/).
  • g

    Greg Mitchell

    06/22/2022, 3:46 PM
    Here's the code-server snippet from my compose file: code-server: image: linuxserver/code-server:4.4.0 container_name: code-server hostname: code-server ports: - "18443:8443" environment: - PGID=${PGID} - PUID=${PUID} - TZ=${TZ} - PASSWORD=${CODEPW} volumes: - ${CONFIG}/codeserver:/config
  • a

    aleksey

    06/22/2022, 4:20 PM
    With the partial theming support (https://wiki.dendron.so/notes/lb9wd7z62ch7b4slscp05i4/), is it possible to change just a single property--the background of transparent images for example--while keeping everything else adapting to the current VSCode theme? (this was brought up in one of the theme-related issues: https://github.com/dendronhq/dendron/issues/1937)
  • s

    SeriousBug

    06/22/2022, 4:22 PM
    Yes I think so, the base theme that follows your editor colors is always applied so I think it should work.
  • a

    aleksey

    06/22/2022, 4:27 PM
    Doesn't seem to work though :/ This is with the custom theme:
  • a

    aleksey

    06/22/2022, 4:27 PM
    And this is with the default:
  • a

    aleksey

    06/22/2022, 4:28 PM
    You can see that the preview background is already different in the custom case and it looks just like the old preview, before the custom theming.
  • s

    SeriousBug

    06/22/2022, 4:31 PM
    Oh my bad, thanks for checking. I think we should or could support that though, maybe we can add a feature request
  • a

    aleksey

    06/22/2022, 4:32 PM
    Thanks for checking. I'll open an issue for this.
  • v

    VFansss

    06/22/2022, 5:16 PM
    Hi there: yes, removing the initial slash worked! The output from converting .md to .pdf with pandoc is kinda bad (it doesn't have the automatic word wrap, for example) but I can't complaint too much about the result (maybe there's something I can do with pandoc itself). I never used the publish function, and I'm in kinda trouble: it works, but it copy the result to clipboard (as linked documentation says) but...I then don't know what to do with that :p I can't simply paste the result into an .html file. What do you intend to paste the results?
  • a

    anonrunner

    06/22/2022, 8:43 PM
    Hey, quick question: - path of my notes became too big, and when I open Lookup window with CMD+L - I can't see the ends of 6 notes which has the same beginning. How could I make it bigger? Or jump into nodes by some other way?
  • k

    kevins8

    06/22/2022, 10:02 PM
    generally, this might be a good point to refactor. do you have an example of a note that has become too long?
  • m

    Murali

    06/23/2022, 2:30 AM
    I keep adding notes on interesting things that I might need to look up later like book reviews, Daily journals and the key takeaway of articles., code snippets, etc. And this whole thing grows as we keep adding notes.
  • d

    Duras

    06/23/2022, 8:29 AM
    Is there any command that updates dendron.yml? (missing defaults) I got a notification dismissed it and it didn't pop again 😦
  • j

    Joshi

    06/23/2022, 8:32 AM
    You can use the Dendron Doctor command and select
    addMissingDefaultConfigs
    from the dropdown. https://wiki.dendron.so/notes/ZeC74FYVECsf9bpyngVMU#addmissingdefaultconfigs
  • b

    bpathakota

    06/23/2022, 11:42 AM
    Looks like this may be an issue on our end, would you mind submitting a bug report for this please - https://github.com/dendronhq/dendron/issues/new?assignees=&labels=&template=bug_report.md&title=
  • j

    Joshi

    06/23/2022, 12:31 PM
    md to pdf export with mermaid diagrams
    v
    • 2
    • 2
  • a

    anonrunner

    06/23/2022, 1:35 PM
    Thanks. I just started to use more descriptive path as it was automatically converted into the Title of the note.. and 4-6 layers down I've exceeded the box. Not sure what strategy I might take now regarding refactor. I managed to overcome this limitation for now by using Tree View
  • g

    Greg Mitchell

    06/23/2022, 2:24 PM
    I don't currently have access to the machine that it's happening on, so I'll have to do the bug report when I'm back in the office on July 4/5. Interestingly, I was able to add the vault in my code-server environment, so it's very likely something odd with that machine's config.
  • c

    chess_account

    06/23/2022, 3:52 PM
    Is there a feature for Dendron templates similar to VSCode snippets when you can choose the place of a cursor after applying it? For example, I have a template "exercising" and let's say it has Push-ups: Pull-ups: Via snippets I can set the place of a cursor exactly in number1 and after pressing
    enter
    it would jump to the number2. Could I do this via Dendron Templates to make easier working with them?
  • u

    user

    06/23/2022, 4:13 PM
    i am new to dendron
1...661662663...757Latest