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

    seadude

    07/27/2022, 10:14 PM
    Someday I'll have to create a python parser that goes through my notes, looking for the Bug Report and/or Support Ticket keywords and write them all to a db...
  • s

    ScriptAutomate

    07/27/2022, 10:37 PM
    Some convos you may be interested in contributing to. Dendron team and community have been thinking about advanced querying and potential database layer too: - https://github.com/dendronhq/dendron/issues/159 - https://github.com/dendronhq/dendron/discussions/1284
  • x

    Xanaus

    07/29/2022, 1:33 AM
    Hey guys do u guys think you will support
    .org
    in the future?
  • b

    bitNomad

    07/29/2022, 1:54 AM
    gotta go with Dendr.online
  • b

    bitNomad

    07/29/2022, 1:55 AM
    or dendro.now
  • d

    d1onys1us

    07/29/2022, 8:57 PM
    do we have a hotkey for full text search on the dendron published site
  • d

    d1onys1us

    07/29/2022, 8:57 PM
    like a hotkey to focus that search bar
  • k

    kevins8

    07/29/2022, 9:39 PM
    nope, but would make a good feature request πŸ˜‡
  • i

    Ivan Evtukhovich

    08/01/2022, 9:32 AM
    He, everyone! Several days ago preview was broken in Dendron for me. And I found one more annoying bug, where should I report?
  • j

    Joshi

    08/01/2022, 9:32 AM
    You can report a bug in our github : https://github.com/dendronhq/dendron/issues/new?assignees=&labels=&template=bug_report.md&title=?
  • n

    NULL

    08/02/2022, 5:08 PM
    lol
  • n

    NULL

    08/02/2022, 5:08 PM
    code-server is there since long time
  • n

    NULL

    08/02/2022, 5:08 PM
    whats different in vscode-server?
  • b

    Bill M

    08/03/2022, 1:13 PM
    I'm finally getting an external keyboard for my mac laptops - I know people have strong feelings on these. I like the look of the 75%, but I wonder if less buttons means actually less productive. What do y'all like to use?
  • s

    Saine

    08/03/2022, 2:08 PM
    Depends on you. Have you ever tried vi?
  • b

    Bill M

    08/03/2022, 2:11 PM
    No - I do everything in vs code, Xcode, Unity editor
  • s

    Saine

    08/03/2022, 2:13 PM
    Vscode has a vi mode A very weird experience the first time. But the whole idea of the controls is to be productive, not easy
  • b

    Bill M

    08/03/2022, 2:14 PM
    thank you
  • h

    hikchoi

    08/03/2022, 2:22 PM
    75% is a great starting point. I started there too
  • b

    Bill M

    08/03/2022, 2:22 PM
    thanks! what did you move to after?
  • h

    hikchoi

    08/03/2022, 2:25 PM
    I was toying with the idea to go smaller but didnt want to go down the rabbit hole so I settled with a Kinesis Advantage 2. Not something I would carry around with me though πŸ™‚
  • c

    Coffeeling

    08/03/2022, 3:59 PM
    A full size Ducky
  • d

    d1onys1us

    08/03/2022, 5:20 PM
    is embedding a pdf for a published site / preview a thing?
  • d

    d1onys1us

    08/03/2022, 6:12 PM
    by embedding a pdf i mean almost like an image
  • s

    ScriptAutomate

    08/03/2022, 9:01 PM
    Dendron doesn't have a built-in way to do this, I think, but you can put raw HTML in markdown. Could try this: - `iframe`: https://www.w3docs.com/snippets/html/how-to-embed-pdf-in-html.html - or `embed`: https://www.w3docs.com/learn-html/html-embed-tag.html I tested this, and it won't render the embedded PDF in the Dendron toggle preview or Markdown preview but it will embed and appear in the published site contents. - Add pdf to
    notes/assets/*
    - Reference in your note like this:
    Copy code
    html
    <iframe src="/assets/pdf-example.pdf" width="100%" height="500px"></iframe>
    Embed example instead of iframe:
    Copy code
    html
    <embed type="application/pdf" src="/assets/pdf-example.pdf" width="100%" height="500px" title="Example PDF">
    Alternately, if wanting it to not appear with PDF settings/buttons for things like downloading, can embed with
    #toolbar=0
    appended to end of PDF link (depending on browser, may or may not work differently - Chromium for me seemed to recognize that it should render differently for me, but not Firefox):
    Copy code
    html
    <iframe src="/assets/pdf-example.pdf#toolbar=0" width="100%" height="500px"></iframe>
    I believe
    src
    can also be a url to a PDF hosted elsewhere, in case not in local vault, too
  • s

    ScriptAutomate

    08/03/2022, 9:12 PM
    Here are examples of what it appears like in Firefox and Chromium for me (this is just a demo, and not published this way on the actual dendron site, I just did it to see if it would work and see how it would appear in an existing note unrelated to the PDF content):
  • s

    ScriptAutomate

    08/03/2022, 9:27 PM
    In the meantime, here is an open issue wanting to get PDF embedding support in Dendron: https://github.com/dendronhq/dendron/issues/1984
  • d

    d1onys1us

    08/04/2022, 1:00 AM
    hey @ScriptAutomate do you see this sometimes on your dendron published sites in gitlab? curious if it was just me. its not often, but it happens sometimes when i click a note from the sidebar.
  • s

    ScriptAutomate

    08/04/2022, 1:56 AM
    I'm not sure if I've seen this, except for maybe when I've been logged out of GitLab. Is this in a private repo / private GitLab Pages? To fix it, are you needing to re-login?
  • d

    d1onys1us

    08/04/2022, 1:57 AM
    Yeah private. I don’t even need to relogin, just visit the site homepage again
    s
    r
    k
    • 4
    • 9
1...136137138...148Latest