Cuperino / QPrompt-Teleprompter

Teleprompter software for all video creators. Built with ease of use, productivity, control accuracy, and smooth performance in mind.
https://qprompt.app
GNU General Public License v3.0
361 stars 24 forks source link

Improve consistency for marker / anchor tag's visual representation #47

Closed videosmith closed 2 years ago

videosmith commented 2 years ago

Your default script has several marked elements with no visible tags, however when I add a marker to highlighted text, over and under-scores decorate the text.

Detailed description of display configuration (if applicable)

...

Screenshots (if applicable)

... Screenshot from 2022-01-30 11-00-38 Screenshot from 2022-01-30 11-01-37

Device information

...

Cuperino commented 2 years ago

Since documents in the editor are HTML, marker were made using HTML anchor tags to improve compatibility with scripts coming from Imaginary Teleprompter. Nevertheless, markers created inside of QPrompt are not represented in the same way as traditional anchors. This makes it seem like the markers from the default script aren't showing, when in fact they just look like ordinary hyperlinks, and this here was the mistake.

Both regular anchors and markers created from within QPrompt should use the same visual representation for consistency purposes.

Cuperino commented 2 years ago

Issue fixed for next release.

Anchors in HTML from other sources now look like anchors created in QPrompt.