What I’m trying to do
So the short version: I had this silly idea for a writing stream where I show only the word count in my current document. Make it a “number go up” stream, if you will. OBS could theoretically capture and display this number in two-to-three ways:
- If I could have a panel or side dock that just showed the word count as a big number, I could use window capture to display it.
- If I could export the number to a text file as I write, OBS could import that file as a “text source.”
- Corollary: If I could export the number to an HTML file, I could import it as a browser source.
Things I have tried
- Looking for relevant Obsidian plugins.
- I found one that shows your daily writing progress, which is nice, but the UI is too small to turn it into something that looks good on stream.
- Looking for scripts in various languages that can do live word count from files. So far, I haven’t found anything that looks right, keeping in mind that I’m not really a programmer.
- But seriously, even a bash script would do.
- Googling and even Duckduckgoing like mad for any sort of plugin for OBS Studio, Streamer.bot, and the Elgato Stream Deck. (2 PC setup. My streaming PC is still on Windows.)
- I tried to see if I might be able to do it with VS Code. It’s probably possible, but I have no idea how.
Being that I’m Not A Programmer™, it’s entirely possible that I missed something. Has anyone tried doing anything like this with Obsidian before?