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

    Leite

    09/07/2020, 10:59 PM
    So I wans't able to use the autocomplete to write the book name down
  • l

    Leite

    09/07/2020, 11:00 PM
    And now, after I spent some time writting this, it finally filtered something (showed the book I wanted)
  • l

    Leite

    09/07/2020, 11:00 PM
    Like, it wasn't filtering my assets in real time
  • p

    p0lyg0n

    09/07/2020, 11:01 PM
    Hmm, I'm actually not sure if that's supported now, I haven't really used static assets in my vault as of yet
  • p

    p0lyg0n

    09/07/2020, 11:01 PM
    except for images, which I chose to host on AWS SS3 instead
  • k

    kevins8

    09/07/2020, 11:02 PM
    @User autocomplete comes from our fork of the markdown-notes app. i think it just does autocomplete on wiki-links
  • l

    Leite

    09/07/2020, 11:03 PM
    Hmmm okay, thanks!
  • k

    kevins8

    09/07/2020, 11:12 PM
    feel free to give us a feature request and we'll add it to our roadmap: https://github.com/dendronhq/dendron/issues/new?assignees=&labels=&template=feature_request.md&title=
  • l

    Leite

    09/08/2020, 1:14 PM
    Is there a way to support .tex files too? 'Cause, from what I understood, everything that isn't .md goes into assets - but .tex are almost .md, and are more easily exported to pdf. I also wanted to create a template for my .tex - this is already possible, right?
  • t

    thor

    09/08/2020, 1:19 PM
    @User if you're exporting with
    pandoc
    you can intermix LaTeX in and export if you edit the default settings for exports. Templates for
    pandoc
    can be created, but they're outside of Dendron so to speak. (I haven't checked if Dendron has custom templates for
    pandoc
    included.) I would recommend using
    pandoc
    to export to PDFs. Exceptions may include complicated tikz-drawings or other figures or such, but you can compile those with
    pandoc
    and include them using
    includegraphics
    or similarly if you want vector assets.
  • l

    Leite

    09/08/2020, 1:22 PM
    Hmmm okay - I will research about pandoc then. It converts .md to pdf or do I need to write .tex anyway?
  • t

    thor

    09/08/2020, 1:24 PM
    pandoc
    converts between a whole bunch of different formats. I wouldn't recommend trying to convert from LaTeX to other formats, but you can pipe in be it Markdown, Word-documents, wikitext, some BBcode, and whatnot and it'll use it's syntax tree to convert between them. Put in some markdown and get a PDF out. (The PDF is created by creating an intermediary .tex from your markdown, which is then compiled.)
  • l

    Leite

    09/08/2020, 1:28 PM
    Oohkay! Great! Thanks
  • k

    kevins8

    09/08/2020, 2:13 PM
    @User @User fyi, the markdown preview that dendron uses supports exporting to a whole bunch of formats: https://shd101wyy.github.io/markdown-preview-enhanced/#/html
  • k

    kevins8

    09/08/2020, 2:13 PM
    it shells out to the client side binaries so you'll need to install the relevant executables
  • u

    user

    09/08/2020, 2:39 PM
    If I’m working in a collaborative project using Dendron as our documentation is it fine to just throw the
    vault
    directory on git? I think everything else is used for workspace settings (so we can fight over themes with every pull) and export but I can very possibly be wrong.
  • k

    kevins8

    09/08/2020, 2:40 PM
    yep. that's actually exactly what I do
  • k

    kevins8

    09/08/2020, 2:41 PM
    you can then use all the natural goodness of git pull/blame/etc
  • k

    kevins8

    09/08/2020, 2:41 PM
    if the project is open source, you can use codestream to add comments inline: https://marketplace.visualstudio.com/items?itemName=CodeStream.codestream
  • k

    kevins8

    09/08/2020, 2:42 PM
    or you can do real time collab google doc style https://visualstudio.microsoft.com/services/live-share/
  • l

    Leite

    09/08/2020, 5:39 PM
    @User oh perfect! I didn't know it did!
  • l

    Leite

    09/08/2020, 5:43 PM
    @User I have yet another question: shouldn't the generated graph link my notes both by backlinks and by it's hierarchy? Or is this what the Dendron: Show Schema Graph would do if I had the schema for each of my top hierarchies? If it isn't possible to link to every top hierarchy right now - is it possible to modify the code that generates new notes (I think it is cmd + shift + L) to generate with those backlinks already?
  • k

    kevins8

    09/08/2020, 6:23 PM
    that's what it will do in the future šŸ˜… currently, it's just a hierarchal graph
  • k

    kevins8

    09/08/2020, 6:24 PM
    you might be able to generate the backlink graph if you install
    markdown-links
    , the extension that our graph is forked off
  • i

    imalightbulb

    09/09/2020, 12:54 AM
    What should I do after I deployed my github on netify?
  • i

    imalightbulb

    09/09/2020, 1:30 AM
    I'd pushed my files in the repo
  • t

    TomD

    09/09/2020, 2:56 AM
    Is there a way to store images locally in Dendron? Obsidian allows you to set an attachment folder where images can be locally stored. I am looking for something similar. Thanks in advance.
  • i

    imalightbulb

    09/09/2020, 3:00 AM
    wait
  • i

    imalightbulb

    09/09/2020, 3:00 AM
    the images are stored locally
  • i

    imalightbulb

    09/09/2020, 3:00 AM
    in the
    assets
    file
1...555657...757Latest