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

    nikhil

    05/29/2022, 1:41 AM
    maybe i just need to organize better?
  • n

    nikhil

    05/29/2022, 1:41 AM
    like software.chrome, memes.xyz
  • n

    nikhil

    05/29/2022, 1:42 AM
    but then most of the categories will be empty and maybe that's okay
  • k

    kevins8

    05/29/2022, 2:27 AM
    so that's the purpose of [Scratch Note](https://wiki.dendron.so/notes/5c213aa6-e4ba-49e8-85c5-1bdcb33ce202) - one off notes where you're not sure of the value. the idea is that over time, if you find commonalities, you can refactor those scratch notes into standalone hierarchies. if you are not able to see any common theme among all your atoms/scratch notes, consider narrowing down your scope or question whether those notes were actually useful
  • k

    kevins8

    05/29/2022, 2:30 AM
    something that I do specifically for articles - i try to write a comment/thought/observation about them and add it to my
    [[til]]
    (today i learned) hierarchy (eg. https://kevinslin.com/notes/r4RrLx4xTM2Sc0yOouLkb). I then add a [tag|https://kevinslin.com/notes/1TEdl7V8XlCvbItYVYhAJ] to it. these notes eventually get incorporated into blog posts, twitter threads, and other places
  • n

    nikhil

    05/29/2022, 3:20 AM
    Thanks! I think both of these things fit my need, so I'll give them a shot :)
  • k

    kevins8

    05/29/2022, 3:36 PM
    task management across different tools
  • n

    nikhil

    05/29/2022, 11:26 PM
    Also, is anyone using Dendron alongside a file/folder structure with large files? I have things like presentations / assignments from courses I've taken in school, and I'd like to have my notes integrated with these somehow. Right now I just do [links](file://something/like/this) but this only really works for PDFs.
  • r

    Royi

    06/01/2022, 11:36 AM
    Hi, Is there a way to make Dendron work on a flat folder? For instance, I have a folder named
    MyNotes
    . It has MarkDown files in it. I want it to be the project folder for Dendron. But when I chose it as a folder Dendron create a sub folder named
    notes
    . Can I change that?
  • r

    Royi

    06/01/2022, 2:30 PM
    Anyone can assist me with this? How can I set the notes folder to be
    .
    and not
    ./notes
    ?
  • r

    rlh1994

    06/01/2022, 2:35 PM
    I think this is a design of the self contained vaults, all the configs and yamls will always be a level above the notes themselves I believe, but I've not tried messing with it too much yet
  • r

    Royi

    06/01/2022, 2:36 PM
    I wish there was a way around it. I want to have a structure which is generic. Any idea what to do?
  • r

    Royi

    06/01/2022, 2:52 PM
    I can see on `dendron.code-workspace`:
    Copy code
    {
      "folders": [
        {
          "path": "notes",
          "name": "KnowledgeForest"
        }
      ],
    What will happen if I change
    "path": "notes"
    into
    "path": "."
    ?
  • s

    SeriousBug

    06/01/2022, 2:55 PM
    Nothing, that just changes how VSCode displays folders. Dendron requires your notes to be in the notes subfolder. One option you do have is disabling self contained vaults, which would make it possible to set up the flat structure but you may have to do some setup yourself. Also we are planning to eventually require self contained vaults.
  • r

    Royi

    06/01/2022, 2:57 PM
    Why would you not support a flat structure? If I disable, what will happen then?
  • s

    SeriousBug

    06/01/2022, 3:00 PM
    Dendron is opinionated about how you store your notes. It is not really meant to be a basic tool where you open a folder of markdown files and just use them. Sorry if that limitation doesn't work for you. If you disable it, Dendron stops looking for the notes subfolder. Try removing it from the vault in
    dendron.yml
    , it might do what you are looking for.
  • r

    Royi

    06/01/2022, 3:02 PM
    I put
    false
    in
    dendron.yml
    yet still it won't render files on the folder.
  • r

    Royi

    06/01/2022, 3:03 PM
    It is great that Dendron is suggesting a layout of notes. I wonder if it can be done as part of the configuration and not hard coded.
  • k

    kevins8

    06/01/2022, 3:37 PM
    for this - please submit a feature request. if we have enough interest in this, we'll consider it as part of future work
  • s

    Saine

    06/01/2022, 5:22 PM
    Any ideas how to automatically create Documentation from Source Code?
  • s

    SeriousBug

    06/01/2022, 5:32 PM
    Those tools are generally language-specific, what language are you working with?
  • s

    Saine

    06/01/2022, 5:48 PM
    mostly C# and Powershell I know there is docFX, but that felt a bit "clunky".
  • a

    AshSimmonds

    06/01/2022, 5:50 PM
    Maybe maybe maybe... https://denigma.app
  • s

    Saine

    06/01/2022, 5:52 PM
    looks nice. But that's something different
  • a

    AshSimmonds

    06/02/2022, 7:06 AM
    Think I need to organise my nodes, perhaps using James Webb Space Telescope...

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

  • d

    d1onys1us

    06/03/2022, 7:49 PM
    does anyone else here struggle with having a work dedicated machine but also personal dendron notes that they dont want to put on a work machine?
  • s

    SeriousBug

    06/03/2022, 7:50 PM
    They're on the same machine, but yeah I have a separate workspace for personal notes. I open a separate VSCode instance if I want to look at them
  • d

    d1onys1us

    06/03/2022, 8:14 PM
    yeah i do that on my work machine as well, however i do another category of personal notes / writing on my personal machine, and context switching between the two machines is a bit annoying
  • d

    d1onys1us

    06/03/2022, 8:14 PM
    problems would be solved if i could use my personal machine for work xD
  • d

    d1onys1us

    06/03/2022, 8:15 PM
    im thinking of something like ssh-ing into my personal machines dendron folder via remote ssh tho in vs code, so i'm not persisting personal data onto a company machine
1...128129130...148Latest