AI-infused
< Next Topic | Back to topic list | Previous Topic >
Pages: ‹ First < 9 10 11 12 13
Posted by Dr Andus
Oct 21, 2025 at 05:38 PM
In the article I linked to, the author used an Obsidian plugin that did the job (the Vault 2 Book plugin):
https://www.xda-developers.com/move-obsidian-knowledge-vault-to-notebooklm-with-plugins/
Amontillado wrote:
Just curious - how would one concatenate all the markdown files in
>Windows.
>
>Linux and Mac are easy - in a terminal window, cd to the Obsidian vault
>and run find . -name \*.md -exec cat {} >> bulk.txt \;
>
>I really need to learn more things like Powershell. I’m stuck in a bash
>world.