Paweł Żukowski
Paweł Żukowski
It would be nice to have it in the repo too - so it could be updated with the rest of the code
RedNotebook uses txt2tags as markdown syntax - have you tried using tab indents for that? [Here](https://txt2tags.org/doc/English/txt2tags-quickref.pdf) is a quick reference.
The style is embedded in the code itself. And currently there I see no way to override this. @jendrikseipp maybe there should be an option for external CSS style file?
I'm in favor of styles in journal directory too. The implementation effort should be basically the same and some people (#395) do use multiple notebooks. Placement in the data directory...
You are right. For now you can set `showTagsPane` property in `~/.rednotebook/configuration.cfg` file to 1.
@jendrikseipp has tags pane been depreciated in favor of hashtags? I have found [this](https://github.com/jendrikseipp/rednotebook/commit/2ef88a7c75e7cd53ea6c35c99f4652b9a90b14f6) commit which explicitly removed this feature. Could you tag this issue appropriately?
Another workaround would be use of different shortcuts/launchers for your notebooks: `RedNotebook Work` would launch `rednotebook /path/to/work/journal` `RedNotebook Home` would launch `rednotebook /path/to/home/journal` etc. User effort would be basically identical...
On the Windows you can copy existing shortcut (naming it "RedNotebook Work" etc) and edit its `Target` property. You can follow [this answer](https://superuser.com/questions/1202989/how-to-you-add-a-parameter-to-an-executable-in-windows-10) for Windows 10. On *nix procedure is...
I don't think running multiple GPUs in series would help with generation speed. Isn't animation generation dependent on the previous frame and thus hard to parallelise? (I'm new to the...
I also have this issue on v1.7.6 (on Ubuntu 23.04) - this might be related to HW acceleration:  After disabling experimental FastMinimap option it goes away.