seadude
01/25/2022, 7:38 PMseadude
01/25/2022, 7:40 PMd1onys1us
01/25/2022, 7:46 PMd1onys1us
01/25/2022, 7:46 PMseadude
01/25/2022, 7:47 PMaleksey
01/25/2022, 7:48 PMd1onys1us
01/25/2022, 7:48 PMseadude
01/25/2022, 7:49 PMcconrad
01/25/2022, 7:50 PMseadude
01/25/2022, 7:53 PMseadude
01/25/2022, 7:53 PMkrisfremen
01/25/2022, 7:58 PMseadude
01/25/2022, 8:27 PMlegal.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?Saine
01/25/2022, 8:29 PMSeriousBug
01/25/2022, 8:30 PMsomething.py
(so something.py.md
)?seadude
01/25/2022, 8:31 PMSaine
01/25/2022, 8:31 PMSeriousBug
01/25/2022, 8:31 PMSaine
01/25/2022, 8:32 PMseadude
01/25/2022, 8:33 PMseadude
01/25/2022, 8:35 PMseadude
01/25/2022, 8:36 PM.venv
to the .gitignore
file in case sync these notes...seadude
01/25/2022, 8:37 PMBassmann
01/25/2022, 8:38 PMseadude
01/25/2022, 8:39 PMseadude
01/25/2022, 8:40 PMseadude
01/25/2022, 8:40 PMseadude
01/25/2022, 8:40 PMBassmann
01/25/2022, 8:42 PMseadude
01/25/2022, 8:55 PMlegal-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