https://www.dendron.so/ logo
Join Discord
Powered by
# chat
  • i

    imalightbulb

    09/08/2020, 3:29 AM
    Seems like dendron won't find my notes when I'm typing
    [[
    , is it a bug?
  • i

    imalightbulb

    09/08/2020, 3:51 AM
    https://marketplace.visualstudio.com/items?itemName=jasew.anki
  • i

    imalightbulb

    09/08/2020, 3:51 AM
    This is awesome! I use it with Dendron for SR
  • i

    imalightbulb

    09/08/2020, 3:54 AM
    When I try to run build pod
  • k

    kevins8

    09/08/2020, 4:16 AM
    > Seems like dendron won't find my notes when I'm typing
    [[
    , is it a bug? @User do you have a note that starts with dd?
  • i

    imalightbulb

    09/08/2020, 4:17 AM
    no but even I type in a existing note
  • i

    imalightbulb

    09/08/2020, 4:18 AM
    The recommendation won't pop up
  • k

    kevins8

    09/08/2020, 4:19 AM
    ctrl+space
    to trigger suggest
  • i

    imalightbulb

    09/08/2020, 4:58 AM
    It worked, thanks 😄
  • i

    imalightbulb

    09/08/2020, 5:03 AM
    But the suggestion won't trigger in default
  • i

    imalightbulb

    09/08/2020, 5:03 AM
    can I set it to trigger in default?
  • i

    imalightbulb

    09/08/2020, 12:23 PM
    Anyone knows how to convert a markdown file to pdf when I have local images?
  • i

    imalightbulb

    09/08/2020, 12:23 PM
    because most of the converters can't display the pictures
  • t

    thor

    09/08/2020, 12:28 PM
    pandoc
    works fine for that, although the easier route (seeing as
    pandoc
    requires a working LaTeX installation for that purpose) is to open it in your browser and print it to a PDF @User.
  • i

    imalightbulb

    09/08/2020, 12:36 PM
    yep I tried pandoc
  • i

    imalightbulb

    09/08/2020, 12:36 PM
    It can't find the pics
  • i

    imalightbulb

    09/08/2020, 12:39 PM
    Ohh I done it with a vsc extension
  • t

    thor

    09/08/2020, 12:44 PM
    yeah, you'll need a relative path for
    pandoc
    .
  • t

    thor

    09/08/2020, 12:44 PM
    well, or a correct absolute path.
  • i

    imalightbulb

    09/08/2020, 12:49 PM
    How to set that?
  • t

    thor

    09/08/2020, 12:50 PM
    You'll need to edit the path in each of your images in your markdown files. You might be able to use
    --resource-path
    , but that's limited to where it searches, and shouldn't work together with your (currently) absolute paths.
  • t

    thor

    09/08/2020, 12:50 PM
    On a case-by-case basis you can change
    /assets/blah/blah.jpg
    to
    assets/blah/blah.jpg
    .
  • i

    imalightbulb

    09/08/2020, 12:51 PM
    ohh let me try
  • i

    imalightbulb

    09/08/2020, 12:53 PM
    How can I install xelatex?
  • i

    imalightbulb

    09/08/2020, 12:53 PM
    can I use texlive instead?
  • t

    thor

    09/08/2020, 12:54 PM
    If you already have a texlive distribution installed you could use
    lualatex
    as the engine, or
    pdflatex
    for that matter, but I'd recommend
    lualatex
    if you're choosing between those two.
  • i

    imalightbulb

    09/08/2020, 12:55 PM
    Sure let me install lualatex
  • i

    imalightbulb

    09/08/2020, 12:55 PM
    anything I should change with the code after that? (the pandoc compile code)
  • t

    thor

    09/08/2020, 12:56 PM
    I mean, if you have TeXLive installed then you already have
    lualatex
    installed. No need for additional installation.
  • i

    imalightbulb

    09/08/2020, 12:56 PM
    I installed neither of them, so installing lualatex
1...262728...148Latest