Veronica Berglyd Olsen

Results 648 comments of Veronica Berglyd Olsen

Added the ability to reference Novel Documents with the `@story` reference keyword. The indexer was already collecting tags in novel document, even if they couldn't be referenced, so this was...

As mentioned in the discussion, my idea is to try this out with [QTextToSpeech](https://doc.qt.io/qt-5/qtexttospeech.html).

I'll queue it up for next release, but I need to test that it actually works as expected with the QTextToSpeech implementation first. If it works, it should be fairly...

The selection is separate from the action because of keyboard shortcuts. The tree is navigated by the keys, so the trees need to respond to single selection without triggering any...

Click the header of the editor, and it will show you.

Please dial back the tone. My patience is starting to wear a little thin. Clicking the header will select the document in the tree, which helps locate it. Reading the...

Assuming we're using the Qt-provided widget: > Proposed desired result: the selection marking (white font on blue background) _always_ shows the document open in the editor. This can't be done....

A possible solution is to highlight the row corresponding to the edited document, like is done in the Novel View. The Novel View uses an alternate background colour for all...

It repurposes the alternate row colours for this effect, but since the alternate row colouring isn't enabled, it works. It's not very visual, but it's possible to tweak the colour...

> Switching from `.nwd` to `.txt` will break the git diff continuum, won't it? No, git is perfectly capable of handling file renames as long as the content is the...