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

    kevins8

    04/13/2021, 11:38 PM
    so git lfs can help with that. currently we're considering a hook for general sync - commit everything, assets included, at the end of a session. we'll also have a cdn for public private images that will also help with assets
  • u

    user

    04/13/2021, 11:39 PM
    Yeah. I am using self-hosted git repos and lfs support isn't there atm. I considered that. But also, aside from that, s3 still seems like a reasonable backend in this day and age :-)
  • u

    user

    04/13/2021, 11:50 PM
    Alternatively a way to use svgs would probably be pretty reasonable, because then it's just xml and won't cause bloat
  • u

    user

    04/13/2021, 11:50 PM
    Works for some things, obviously not others. (e.g. screenshots, not so much)
  • k

    kevins8

    04/14/2021, 3:53 AM
    yeah, images and non-text files are not really git friendly. our solution going forward will most likely be a s3 asset backend of some sort
  • x

    xypnox

    04/14/2021, 8:39 PM
    I have an automated script running on cronjob that commits and syncs stuff for me. It commits to a daily branch and squashes and merges those changes to a single daily commit on the main branch so there are no excessive commits.
  • x

    xypnox

    04/14/2021, 8:40 PM
    The scrip is at https://github.com/xypnox/commit_manager
  • k

    kevins8

    04/14/2021, 10:12 PM
    starting next week, we'll have some convenience methods to let you do something similar using the dendron cli
  • c

    codefriar

    04/15/2021, 2:11 PM
    Crazy idea: a note type that works as an Eisenhower matrix
  • h

    hikchoi

    04/15/2021, 2:15 PM
    each note as a quadrant? or all 4 quadrants in one note?
  • k

    kevins8

    04/15/2021, 3:06 PM
    not crazy at all. there's currently a vscode extension that goes part way to do this: https://marketplace.visualstudio.com/items?itemName=tittoassini.vscode-planner
  • h

    hikchoi

    04/15/2021, 3:20 PM
    ooh yeah I remember seeing that!
  • c

    codefriar

    04/15/2021, 6:13 PM
    Crazy Idea #2. a Schema directory. with a Templates sub directory
  • k

    kevins8

    04/15/2021, 6:20 PM
    were you thinking something like this?
    Copy code
    - schemas/
        - foo.schema.yml
        - bar.schema.yml
        - templates/
            - template1.md
            - template2.md
  • c

    codefriar

    04/15/2021, 6:21 PM
    Yes. Or even a
    Copy code
    - schemas/
      - foo
        foo.schema.yml
        foo.template.md
        foo2.template.md
      - bar
        bar.schema.yml
        bar.template.md
  • k

    kevins8

    04/15/2021, 6:22 PM
    got it. what would
    foo
    be in this case? another folder?
  • c

    codefriar

    04/15/2021, 6:22 PM
    the schema folder.
  • c

    codefriar

    04/15/2021, 6:22 PM
    yes, a folder holding the name of the schema as a 'bundle'. then you could do just schema.yml in the folder
  • f

    fudo

    04/15/2021, 6:24 PM
    do you mean in the file system or only in the explorer of vscode?
  • c

    codefriar

    04/15/2021, 6:24 PM
    I'd prefer in the FS
  • c

    codefriar

    04/15/2021, 6:25 PM
    I'd even like to consider having a git repo of useful schemas that could be 'mounted' via a git-subrepo
  • f

    fudo

    04/15/2021, 6:26 PM
    that I considerd as well, something like ->https://wiki.dendron.so/notes/21b2e152-95f7-4904-8a8e-8d4d0b8c950c.html just for schemas
  • c

    codefriar

    04/15/2021, 6:26 PM
    Yep
  • c

    codefriar

    04/15/2021, 6:27 PM
    imgaine currated submodules for 'academic' schemas, or 'software dev' etc.
  • c

    codefriar

    04/15/2021, 6:27 PM
    btw, Kudos to the Dendron team, This is amazing
  • k

    kevins8

    04/15/2021, 6:27 PM
    got it. yeah, we're going to be taking a look at schemas in may and changing things up to make it easier and more modular. will come out with an rfc before that and incorporate your suggestions
  • f

    fudo

    04/15/2021, 6:34 PM
    pls add to that one maybe the groups https://wiki.dendron.so/notes/a155f412-d730-48cc-8893-1bcb7f637206.html#further-thoughts I mentioned there, as well as the pattern values for the title I mentioned further up in the notes.
  • k

    kevins8

    04/19/2021, 8:45 PM
    @User @User setting a custom port is now available with the latest release 🙂 https://github.com/dendronhq/dendron/issues/469
  • b

    brimwats

    04/19/2021, 10:48 PM
    yay!!
  • h

    HeyyyyJinn

    04/20/2021, 3:05 AM
    I chose Markdown Kanban to do kanban in the daily notes. VSCode.Planner looks nifty with the google integration ⇒ doing voice notes while driving or cooking.
1...181920...78Latest