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

    d1onys1us

    06/16/2022, 1:57 AM
    when i look at this one, for example, i notice that they also show dropdowns. hmm. i think that as a dendron consumer just allowing for showing one level of nesting would be awesome. and then the removal of the root hierarchy (which i think is getting worked on?) would help here too for readability / organization in terms of the presented site
  • d

    d1onys1us

    06/16/2022, 1:58 AM
    (apologies for brain dumping in chat) EDIT i realized if i can rename the root hierarchy in dendron published site and maybe do some reorganization it would help a bit. but it still would be nice to have some "sections" which would be easiest to just expand out a specified level of nesting across the board. and then "bold" the parent notes
  • a

    aleksey

    06/16/2022, 2:00 AM
    @matthieu this week's crop vote is here https://discord.com/channels/717965437182410783/739186036495876126/986810056773337168
  • a

    AshSimmonds

    06/17/2022, 2:21 AM
    I find the wiki docs over on https://docs.astro.build/en/getting-started/ to be really well laid out, and am modelling my stuff on that.
  • k

    kevins8

    06/17/2022, 5:30 AM
    makes sense. mind submitting a feature request for this?
  • d

    d1onys1us

    06/17/2022, 5:31 AM
    https://github.com/dendronhq/dendron/issues/3097 i'm not entirely sure the path forward here, but here's the start of my brain dump on it. will participate in the convo tho / open to any suggestions and ideas
  • p

    Preston

    06/17/2022, 9:10 PM
    So close to 1.0
  • d

    d1onys1us

    06/17/2022, 11:19 PM
    gotta recruit the hive mind for this challenge i'm trying to solve: i work in an environment where we have many repos that come with nearly identical .vscode/settings.json files, but they are opinionated in a way that i don't like. unfortunately, folder settings override my user and workspace settings. i have all of these repos added to one workspace, but other team members might not use this workflow. it looks like this is being suggested here: https://github.com/microsoft/vscode/issues/15909 , but unfortunately doesn't have any traction right now. there are a few ideas i've had: 1) create a separate git repository and declare it as a submodule in all of the other projects. 2) convert settings.json files to settings.template.json, and have team members copy over into settings.json (this is not committed) 3) just manage a vscode workspace settings file, and update onboarding documentation to "copy" the settings from their to the workspace settings manually. does anyone from the community have any ideas to help me achieve what i want, and my preference to not run eslint on save xD ?
  • k

    kevins8

    06/18/2022, 12:34 AM
    in principle, the
    settings.json
    inside a comitted repo should be general enough that they apply to everyone's workflow. if not, it should not be in the repo. of course, the world doesn't really always work like that, hence https://github.com/microsoft/vscode/issues/15909 if its workable, you can have settings in the
    *.code-workspace
    file. for your personal settings, just create a local
    *.code-workspace
    file with the settings that you want. you could create a convention around it (eg. add
    local.code-workspace
    to .gitignore).
  • d

    d1onys1us

    06/18/2022, 12:37 AM
    so for multiple repo projects, in a multi root workspace, would each subproject have it's own *.code-workspace?
  • d

    d1onys1us

    06/18/2022, 12:37 AM
    and that would override the settings.json? this would be in .vscode/ folder right
  • k

    kevins8

    06/18/2022, 12:44 AM
    depends on your setup. you can just have one that has all projects. eg. https://github.com/dendronhq/dendron/blob/master/dendron-main.code-workspace#L1:L1 unfortunately
    settings.json
    takes precedent so you would need to remove that first
  • d

    d1onys1us

    06/18/2022, 12:51 AM
    cool, thanks for the insights @kevins8 !
  • d

    d1onys1us

    06/18/2022, 4:42 AM
    Another alternative i discovered is using .git/info/exclude, didn’t know that existed before.
  • d

    d1onys1us

    06/18/2022, 9:54 PM
    guys, this one is killing me. for anyone that uses macos, do you have any free / preferably open source software solutions to keyboard shortcuts for launching applications? i tried going the automator route, which is built into macos, but i looks like i cant use any keyboard shortcuts when discord is in view.
  • d

    d1onys1us

    06/18/2022, 10:34 PM
    i downloaded an app from the mac store called "hotkey app" which works really well. it is a bit annoying to have needed to go the app store route, but it works super well
  • c

    cameron

    06/18/2022, 10:37 PM
    Neither cores are OSS, but support using open source plugins . I use Alfred but notice more people have been trying Raycast lately.
  • d

    d1onys1us

    06/18/2022, 10:38 PM
    do you use alfred for more than just app launching?
  • d

    d1onys1us

    06/18/2022, 10:41 PM
    oh wow ive never used alfred or a tool like this.. seems like theres a whole slew of features
  • c

    cameron

    06/18/2022, 11:13 PM
    Yea, for custom search engines and clipboard history. The “automators” podcast features tools in this personal automations category regularly
  • s

    ScriptAutomate

    06/19/2022, 12:58 AM
    I've also heard people being fans of ScriptKit, which is open source: https://www.scriptkit.com/
  • d

    d1onys1us

    06/19/2022, 12:59 AM
    from ScriptAutomate.. lol thanks
  • n

    NULL

    06/19/2022, 7:01 PM
    Wats the difference between
  • n

    NULL

    06/19/2022, 7:02 PM
    and this path
  • n

    NULL

    06/19/2022, 7:02 PM
    lol
  • n

    NULL

    06/19/2022, 7:03 PM
    macos hardly has foss tools
  • n

    NULL

    06/19/2022, 7:04 PM
    nice
  • k

    kevins8

    06/20/2022, 1:35 AM
    jumping in late to this. i use alfred 🙂
  • h

    hikchoi

    06/20/2022, 3:42 AM
    I can't use a Mac without Alfred 😄
  • n

    NULL

    06/20/2022, 4:31 AM
    looks like rofi in linux
1...131132133...148Latest