Patrizio Bekerle
Patrizio Bekerle
You can, https://www.qownnotes.org/installation/raspberry-pi-os.html But I wouldn't call it "host", since QOwnNotes is a desktop application. 😉
You could apply your changes only in dark-mode by reading the application setting `darkMode` with https://www.qownnotes.org/scripting/methods-and-objects.html#loading-application-settings-variables. Btw. https://github.com/qownnotes/scripts/blob/master/black-mode/black-mode.qml also has some darker styles.
You can override the styles of UI elements too...
> It there a way to change the gui element colors specifically for dark mode? See https://github.com/pbek/QOwnNotes/issues/3273#issuecomment-2866154000
> as it also needs separate (de)activation. That's where what I wrote in https://github.com/pbek/QOwnNotes/issues/3273#issuecomment-2866154000 comes in.
> Allow collaboration through MediaWiki How would that look? Are there no external tools that sync between Markdown files (because that's what QOwnNotes creates) and MediaWiki?
So what do you think QOwnNotes could do and why?
I don't think that would work at all, the Syntax of MediaWiki is completely different from Markdown. 🤔
QOwnNotes is using Markdown only. But you can build a static webpage from Markdown files pretty easily. https://www.qownnotes.org/ is built from Markdown files. You could even build it using the...