RE-QDA / requal

Free and open-source software for computer-assisted qualitative data analysis
https://www.requal.app
Other
12 stars 1 forks source link

document containing html code is displayed as a web page instead of plain text, causing a positional mismatch #143

Closed martin-hajek closed 3 months ago

martin-hajek commented 3 months ago

When a document containing html code is uploaded or created, Requal displays it as a web page, not plain text. E.g. Home <index.php3> will be displayed as Home. The html code is not shown. This disturbs the coding tool because the position of the coded segments in the following text does not match. image image The html code in the data should be displayed as plain text in order to be coded correctly.

hlageek commented 3 months ago

Possible solution can be tested with devtools::install_github("RE-QDA/requal", branch = "issue-143").