seadude
02/12/2022, 3:52 PMkevins8
02/12/2022, 7:34 PMdaily.journal.2022.02.12.m.directly-posting-with-dendron
), write out my comments, and then copy and paste. This way, instead of losing my correspondence in Discord, I have a historical copy of my text locally (plus its much nicer to edit using vim/vscode then the discord chat). This is also exactly the workflow that podsv2 (https://wiki.dendron.so/notes/H9HVUUG1Z9ws2ngofKyWt.html) wants to enable - author something as a note and then publish or sync to any other destination.
@User
> My style of computing is quite different from yours, I think - I tend to prefer lots of small, specialized tools integrated together over monolithic programs. I hope Dendron will continue to be useful for both of those disparate kinds of workflows!
I also like specialized tools. This is a key design principle that makes Dendron different from Notion - Notion wants to be the one place for all your use cases. Dendron wants to help you structure and organize but then make use of your information where its the most useful (aka sync with the best tool for the job)seadude
02/13/2022, 4:43 PMdendron.yml
- Note: The parameter was called something different than enableExportPodV2
(no biggie)
2. When walking through the [Create Your First Pod Config](https://wiki.dendron.so/notes/j5wgTcRHQZomzSHsg41O8/#create-your-first-pod-configuration), Step 4: Select Note
, doesn't line up with what on my screen.
- I'm being asked for my-id
. Not sure what this refers to.Joshi
02/13/2022, 5:18 PMseadude
02/13/2022, 5:20 PMName the configuration. Example: pod-markdown
3. After this point, the config.<config-name>.yml
file should automatically open.
4. Re-order the [Create some notes](https://wiki.dendron.so/notes/j5wgTcRHQZomzSHsg41O8/#create-some-notes) and [Run the export command](https://wiki.dendron.so/notes/j5wgTcRHQZomzSHsg41O8/#create-some-notes) sections to be after the next step.
5. It is at this point the [Updating your pod export scope](https://wiki.dendron.so/notes/j5wgTcRHQZomzSHsg41O8/#updating-your-pod-export-scope) instructions should follow.kevins8
02/13/2022, 6:25 PMtaxonomist
badge if you do 🙂 https://wiki.dendron.so/notes/42917c62-a456-44b8-af22-d0360abcc489.htmlseadude
02/13/2022, 9:28 PMC:\Users\me\Documents\<project-ghrepo-etc>
)
- Yet, I have to clone this repo somewhere (or part of it with a sparse checkout)
- This is a gap in my (and I think a lot of others) mental map of how best to work with "projects" alongside Dendron
- I don't yet have all the kinks worked out!kevins8
02/13/2022, 10:37 PMkevin-private
vault.
Every project that I create, I create a corresponding entry in my personal [[Project|proj]] hierarchyseadude
02/13/2022, 10:43 PMgit clone https://github.com/dendronhq/dendron-site.git --no-checkout --depth 1
- cd .\dendron-site\
- git sparse-checkout init
- git sparse-checkout set vault/dendron.topic.pod-v2.quickstart.md
- git checkout
- cd vault
- Make changes to the single markdown file in question
- Etckevins8
02/13/2022, 10:47 PMVault Add
, select remote
, select dendron
seadude
02/13/2022, 10:50 PMkevins8
02/13/2022, 10:51 PMseadude
02/13/2022, 10:52 PMkevins8
02/13/2022, 11:02 PMseadude
02/13/2022, 11:04 PMkevins8
02/13/2022, 11:26 PMseadude
02/14/2022, 4:31 AMC:\Users\me\Documents\<projectX>
that is an Azure Function project (Python and corresponding files)
- I wrote the Python as opposed to wrote about it in markdown (Dendron)
- How do I KEEP Dendron in context (so I can add to my kb in any one of its topics; Azure Functions, Python, git, etc) AND open the directory to work on the Python script/corresponding files?
- Because right now, I can't Lookup the Python script. Its not in my Dendron Vault / VS Code Workspace.
- Do I have to create a stub-out in Dendron for each "project" then link the stub-out doc to the directory on my local machine?
OR
- Do I add the project directory to my vault?
Or something else?hikchoi
02/14/2022, 4:36 AMseadude
02/14/2022, 4:41 AMhikchoi
02/14/2022, 4:46 AMdendron-site
and dendron-docs
added as a vault because our project is a monorepo and every bit of those two vaults are relevant for development.seadude
02/14/2022, 4:48 AMCTRL+p
to work on code development. And use CTRL+L
to lookup dendron noteshikchoi
02/14/2022, 4:50 AMseadude
02/14/2022, 4:50 AMhikchoi
02/14/2022, 4:51 AMseadude
02/14/2022, 4:52 AMhikchoi
02/14/2022, 4:54 AMseadude
02/14/2022, 4:56 AMSeriousBug
02/14/2022, 4:58 AMseadude
02/14/2022, 5:08 AMFile/Add Folder to Workspace
. Now I have it all!hikchoi
02/14/2022, 5:44 AMseadude
02/14/2022, 5:46 AMhaaaaah
02/23/2022, 11:35 PM