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

    user

    10/06/2020, 5:25 AM
    oooh ez mode, that being that there is a docker image for it, expected for 34k+ stars but gains
  • k

    kevins8

    10/06/2020, 5:29 AM
    @User i used notion for a month. i liked it for the database functionality. it was like airtable but i could write long form notes. i encountered a similar issue when i tried finding my notes again. that and the latency ultimately killed it for me. that being said, it works great as a collab knowledge base (aka more organized google doc)
  • r

    reisub0

    10/06/2020, 9:05 AM
    Hey I have a quick question. I already use VSCodium extensively. Was wondering how you use it both as a knowledge management app and also as an Editor/IDE. Does it have something similar to Chrome profiles or firefox containers so that only the extensions I need will be loaded? I have way too much clutter in my workspace (extensions adding different ui elements) so I was wondering if VSCode already provided something. One possible thing I came up with is using VSCode and VSCodium in parallel as they have different data directories but that's not ideal as I don't want it phoning home with the telemetry data
  • i

    imalightbulb

    10/06/2020, 9:22 AM
    https://www.dendron.so/ Is the search feature working? (it's not working for me)
  • u

    user

    10/06/2020, 9:53 AM
    looks broken to me as well
  • i

    imalightbulb

    10/06/2020, 9:56 AM
    It's works in other github pages (made using Dendron) though
  • k

    kevins8

    10/06/2020, 4:18 PM
    @User @User made a dns change to the site which broke the search because of CORS 🤦‍♂️ will be fixed today!
  • k

    kevins8

    10/06/2020, 4:46 PM
    its fixed!
  • u

    user

    10/06/2020, 8:16 PM
    swifty
  • u

    user

    10/07/2020, 12:59 AM

    https://www.youtube.com/watch?v=NqmMnjJ6GEg▾

    @kevins8 , do you soley use Zoom for most calls or have you used things like Jitsi or Jami w/ the h.265 encoder?
  • k

    kevins8

    10/07/2020, 1:00 AM
    @User i've used most video conferencing software but nowadays its primarily zoom. jitsi works pretty well for a self hosted solution
  • u

    user

    10/08/2020, 6:34 AM
    Roam's email today mentioned that they have this namespaces feature where a page is named [[Books/Productivity/How to Take Smart Notes]] instead of just [[How to Take Smart Notes]]. And you can choose to hide or show these prefixes in text. It looks like they're thinking about page hierarchies and disambiguations too. I so want to peek ten years into the future to see where different approaches converge eventually)).
  • i

    imalightbulb

    10/08/2020, 6:37 AM
    I got the email too, but I don't think that they have interest in hierarchy a heavy approach since they are trying to free from it but who knows? anything can happen in ten years
  • u

    user

    10/08/2020, 6:48 AM
    eh, Roam is against "compulsory hierarchies everywhere" I think. No contradiction to "optional hierarchies where they make sense". It's not their focus right now, but who knows).
  • u

    user

    10/08/2020, 10:20 AM
    If anyone like me keeps their dendron in a git repo and syncs that way check out this script:
    Copy code
    https://jakemccrary.com/blog/2020/02/25/auto-syncing-a-git-repository/
  • u

    user

    10/08/2020, 10:21 AM
    I'm really liking it for just writing and not worrying too much
  • k

    kevins8

    10/08/2020, 3:39 PM
    @User @User yeah, i saw that. i think it's a good addition to roam and also necessary. for dendron, i think we're at a point with hierarchies where the more awareness there is about them, the better it is for us. i think roam will be the best tool for networked notes, dendron will be the best for hierarchal.
  • k

    kevins8

    10/08/2020, 3:41 PM
    @User have you tried gitdoc? @User introduced it yesterday and its totally awesome! https://marketplace.visualstudio.com/items?itemName=vsls-contrib.gitdoc
  • u

    user

    10/08/2020, 3:47 PM
    Oh this is really cool
  • u

    user

    10/08/2020, 3:47 PM
    Thanks for sharing!
  • r

    rkaplan

    10/08/2020, 7:17 PM
    Hi - I just set up Dendron and am working on creating content. Question - is it possible to add Google Adwords to a Dendron site running with Jekyll?
  • k

    kevins8

    10/08/2020, 7:23 PM
    @User is setting up google adwords embedding a script tag in the page? if so, our jekyll theme has the following directive that lets you include custom attributes in your header
    Copy code
    {% include head_custom.html %}
  • r

    rkaplan

    10/08/2020, 7:34 PM
    Yes it goes in the include section - where do I find that?
  • r

    rkaplan

    10/08/2020, 7:34 PM
    https://mycyberuniverse.com/add-google-adsense-to-a-jekyll-website.html
  • k

    kevins8

    10/08/2020, 9:32 PM
    under
    docs
    , create the
    _includes/
    folder and add
    head_custom.html
    in there
  • r

    rkaplan

    10/08/2020, 9:33 PM
    ok will do - thanks
  • p

    p0lyg0n

    10/09/2020, 4:27 PM
    > Hey I have a quick question. I already use VSCodium extensively. Was wondering how you use it both as a knowledge management app and also as an Editor/IDE. Does it have something similar to Chrome profiles or firefox containers so that only the extensions I need will be loaded? [...] @User I launch a separate instance for Dendron using this:
    Copy code
    code --user-data-dir=~/.config/Code-dendron --extensions-dir=~/.config/Code-dendron-ext
    And I have it hooked up to a keybinding, if you're on Windows you can add that as a shortcut on the desktop or something
  • k

    kevins8

    10/09/2020, 4:42 PM
    @User that's awesome. mind also adding that to our cookbook? 😇 https://dendron.so/notes/401c5889-20ae-4b3a-8468-269def4b4865.html
  • p

    p0lyg0n

    10/09/2020, 4:54 PM
    For sure
  • p

    p0lyg0n

    10/10/2020, 11:29 AM
    Submitted a PR
1...424344...148Latest