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

    kevins8

    09/05/2020, 10:54 PM
    its been an inspiration for me 🙂
  • p

    p0lyg0n

    09/05/2020, 10:55 PM
    Oh yeah I knew about https://learn-anything.xyz/ ! Exciting to see he's got a public garden, will dig into that
  • p

    p0lyg0n

    09/05/2020, 10:55 PM
    👀
  • p

    p0lyg0n

    09/05/2020, 10:55 PM
    Andy Matuschak's notes were really inspiring for me!
  • p

    p0lyg0n

    09/05/2020, 10:55 PM
    https://notes.andymatuschak.org/
  • p

    p0lyg0n

    09/05/2020, 10:56 PM
    Also, one hell of a sexy garden front-end I must say 😄
  • k

    kevins8

    09/05/2020, 10:58 PM
    yeah, his gatsby-fu is top level
  • p

    p0lyg0n

    09/05/2020, 10:59 PM
    Andy's notes are built with gatsby ?
  • k

    kevins8

    09/05/2020, 11:00 PM
    yeah, see this --> https://github.com/aravindballa/gatsby-theme-andy
  • k

    Kiran

    09/05/2020, 11:01 PM
    > Using my initial "tags as links" idea @User - just converted my tags to this - magic! So much nicer workflow here ...
  • p

    p0lyg0n

    09/05/2020, 11:02 PM
    Glad it worked well for you!
  • p

    p0lyg0n

    09/05/2020, 11:02 PM
    I think the original inspiration for this was when I saw that Roam uses #[[]] for tags (just a different styling of wiki links but basically the same functionality)
  • p

    p0lyg0n

    09/05/2020, 11:03 PM
    @User did you try the custom css as well ?
  • p

    p0lyg0n

    09/05/2020, 11:11 PM
    > yeah, see this --> https://github.com/aravindballa/gatsby-theme-andy @User Nice! thanks for sharing, I might use this if I end up publishing a public garden!
  • k

    kevins8

    09/05/2020, 11:21 PM
    👍
  • k

    kevins8

    09/05/2020, 11:22 PM
    once we stabilize the pods api, i'm thinking we might even make publishing as andy-gatsby to be a builtin feature 🙂 https://www.dendron.so/notes/66727a39-d0a7-449b-a10d-f6c438185d7f.html
  • p

    p0lyg0n

    09/05/2020, 11:24 PM
    this link is broken btw
  • k

    kevins8

    09/05/2020, 11:25 PM
    thanks! just fixed
  • k

    kevins8

    09/05/2020, 11:25 PM
    actually have a check_links script. need to build it into the build pipeline 😅
  • k

    kevins8

    09/05/2020, 11:26 PM
    meanwhile, i guess i will rely on you to catch these things!
  • k

    kevins8

    09/05/2020, 11:54 PM
    > @User is it easy to roll back dendron to the version before the mpe was changed - so that the math rendering will be correct? @User dendron markdown preview 0.9.3 is out. this should fix the newline issues you were seeing
  • k

    Kiran

    09/06/2020, 1:26 AM
    @User - haven't used the custom CSS yet .. primarily because I don't use preview that often 🙂
  • t

    TomD

    09/06/2020, 1:47 PM
    Is there a way to create custom attributes/properties for notes? @User used the example of using tags, but was curious about creating other attributes on the fly like keywords, people, places, themes, contexts etc. In a way, I guess you could create a tag for each but I was looking more for user created attributes much like custom (user defined) database fields. Thoughts?
  • p

    p0lyg0n

    09/06/2020, 1:49 PM
    @User I think you can add custom attributes to the frontmatter
  • p

    p0lyg0n

    09/06/2020, 1:49 PM
    other than the reserved keys/attributes that is: https://www.dendron.so/notes/ffec2853-c0e0-4165-a368-339db12c8e4b.html#reserved-keys
  • p

    p0lyg0n

    09/06/2020, 1:51 PM
    and at some point notes you could find notes according to frontmatter attributes: https://github.com/dendronhq/dendron/issues/152
  • t

    TomD

    09/06/2020, 1:54 PM
    @User Many Thanks! I will explore. Curious....this might be a nice #749641193322971238 #742532267058004098 section to add @User As a noob, would like to hear how others are using metadata in their exploration/elaboration of data...best practices. Thoughts...
  • k

    kevins8

    09/06/2020, 3:33 PM
    metadata is currently under utilized because we don't have a built in way of easily querying by it. currently, i use it mainly for tags and also to track things in my journal notes. for example, most of my journal notes have the following
    Copy code
    yml
    ---
    ...
    mood: 3  # scale from 1-5
    energy: 4
    tags:
    - [[tag.milestone]]
    ---
    in the future, it'll be possible to graph the numerical attributes you have in the frontmatter so you can track how they change over time on a per hierarchy basis
  • h

    Handuo

    09/07/2020, 5:22 AM
    @User Hi. For a note reference, could you make its background slightly darker or draw a frame around it so we know it is a "quote" from which note?
  • k

    Kiran

    09/07/2020, 6:42 AM
    One thing I continue to struggle with is keeping context when I use the backlinks/links in a note. I sometimes have "main notes" that link to lots of other ones and what I really want to happen is to open new Windows when I click on them but I haven't figured out how to do that yet. Does anyone know how or if there's some shortcut to get VSCode to open markdown links in new Windows?
1...525354...757Latest