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

    seadude

    01/25/2022, 7:38 PM
    Ah, I see. I'm not sure
  • s

    seadude

    01/25/2022, 7:40 PM
    I can see that as being good for those unfamiliar with Markdown. Removes the barrier to entry for folks. But, I think you'd need a WYSIWYG editor (or whatever obsidian does behind the scenes) at that point.
  • d

    d1onys1us

    01/25/2022, 7:46 PM
    Well yes. The downside is you can’t see the underlying markdown structure, I think that is always going to be at odds. So it should be an option (like in obsidian). The advantage is double the screen real estate, essentially.
  • d

    d1onys1us

    01/25/2022, 7:46 PM
    And also it would work better on portrait mode displays
  • s

    seadude

    01/25/2022, 7:47 PM
    For example: - I'm trying to get my wife to write docs/journal/etc using Dendron - But learning a text editor is a barrier to entry for her, let alone markdown - Shes used to using Word, etc. - IF Dendron had something where she could "just start typing" then set things to H1, H2, bold, etc LATER using WYSIWYG, that may be beneficial - OR she could just learn MD and a couple of keyboard shortcuts and be on her way
  • a

    aleksey

    01/25/2022, 7:48 PM
    There is an extension that tries to do that (https://marketplace.visualstudio.com/items?itemName=tejasvi.markless), but it's a far cry (in my opinion) from Typora or a similar editor.
  • d

    d1onys1us

    01/25/2022, 7:48 PM
    I personally believe she should just learn MD. Because any tooling will have a learning curve. Compared to something like eMacs, markdown is pretty easy to learn.
  • s

    seadude

    01/25/2022, 7:49 PM
    (preaching to the choir here! HAHAH!)
  • c

    cconrad

    01/25/2022, 7:50 PM
    Or vim for some of us πŸ˜„
  • s

    seadude

    01/25/2022, 7:53 PM
    Its nice to have 1 or the other in the toolbox! Just in case you have to ssh into "the prod" linux server in the middle of the night. I doubt VSCode will be installed!
  • s

    seadude

    01/25/2022, 7:53 PM
    (or git!)
  • k

    krisfremen

    01/25/2022, 7:58 PM
    what would be the threshold for when you should see slowdowns because of the number of files in dendron? I'm not sure if it's dendron related or VSCode related, I did a migration of all my org-roam files to markdown, things have significantly slowed down from the sample dendron I was playing with
  • s

    seadude

    01/25/2022, 8:27 PM
    eh! Need some help here.. fundamental question: 1. I'm in a Dendron workspace 2. In node
    legal.md
    3. I want to make a timeline using some Python code 4. In my Dendron head, I want to
    CTR+l
    ,
    legal.timeline.py
    (NOTICE the .py) 5. Go ahead and write my python script 6. Export the
    timeline.png
    to the
    /assets
    folder in the vault 7. Link to
    timeline.png
    from within the original
    legal.md
    file and move on with my life BUT... I can't do that. I have to upend my thoughts and
    CTRL+n
    a new file, then write the Python, etc. The end result being that this little script is outside my vault and therefore, my pool of knowlege.. I'm I the only one this happens to?
  • s

    Saine

    01/25/2022, 8:29 PM
    I don't see how start typing and set h1 h2 and so on later is different between word and MD
  • s

    SeriousBug

    01/25/2022, 8:30 PM
    You can put the script inside of your vault, you can even link to it from your notes. Having Dendron lookup create non-note files is complicated though. What if you wanted a note named
    something.py
    (so
    something.py.md
    )?
  • s

    seadude

    01/25/2022, 8:31 PM
    I hear you. Its a mindset. Some people are "computer intimidated" by new programs.
  • s

    Saine

    01/25/2022, 8:31 PM
    Ah...
  • s

    SeriousBug

    01/25/2022, 8:31 PM
    Dendron has been tested up to large note counts (10K+) and generally holds up pretty well. There are definitely things that could be faster though, is there anything specific you find is slow?
  • s

    Saine

    01/25/2022, 8:32 PM
    Show hear how easy it is to look at a cheatsheet and format later :)
  • s

    seadude

    01/25/2022, 8:33 PM
    Yeah, the autogenerated YAML frontmatter is an issue I think. Causes problem with python parser, or at least it underlines like it WOULD (havent tested yet)
  • s

    seadude

    01/25/2022, 8:35 PM
    Hmmm. yeah... I'm about to create a python virtual env in my vault... thats another facet
  • s

    seadude

    01/25/2022, 8:36 PM
    Lets see. As such, I'll add
    .venv
    to the
    .gitignore
    file in case sync these notes...
  • s

    seadude

    01/25/2022, 8:37 PM
    (I see its was added by Dendron πŸ™‚ )
  • b

    Bassmann

    01/25/2022, 8:38 PM
    If we were looking at Emacs and Orgmode I'd say just create a codeblock and execute it but I doubt VSCode supports that. But you could add the code to a block in a note to keep the knowledge
  • s

    seadude

    01/25/2022, 8:39 PM
    Exactly
  • s

    seadude

    01/25/2022, 8:40 PM
    Ideally, I don't want to duplicate the script (in case it changes).
  • s

    seadude

    01/25/2022, 8:40 PM
    But I hear you
  • s

    seadude

    01/25/2022, 8:40 PM
    interesting
  • b

    Bassmann

    01/25/2022, 8:42 PM
    Not at my laptop atm but I somehow recall you can have python run just selected lines in a file. Maybe you can use that to execute the script?
  • s

    seadude

    01/25/2022, 8:55 PM
    ~~hm... I cant seem to get a python script (
    legal-timeline.py
    ) to execute when a virt env is created in my Dendron vault. I'm going to try moving the script out of the vault and executing~~ Disregard
1...524525526...757Latest