Skip to content

[BUG] Plugin does not respect blank space (White space) in text files. #58

@the4ndy

Description

@the4ndy

Describe the bug
I am outputting text from powershell to a text file, UTF8, the white space is preserved when viewing in all tested text editors. However, when the text is shown in the source on OBS, the white space is ruined and the text is poorly formatted

To Reproduce
Steps to reproduce the behavior:
Create a text file from powershell output
get-process | format-table -autosize | out-file -filepath "C:\temp\test.txt" -encoding UTF8
view text view in text file viewer, confirm spacing / formatting is expected
open text file in slide show viewer, text is not formatted

Expected behavior
I would like the blank space in text documents to be respected, or else this plugin is only useful for very very basic formatted text.

Screenshots
image

Desktop (please complete the following information):

  • OS Version: Windows 10
  • OBS version: 30.2.3
  • GDI+ Text Slide Show (not sure what the other is)

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions