Falcion / UNITADE.md

A plugin for note-taking app Obsidian™ which allows you to treat any file extension as markdown note-file
MIT License
52 stars 0 forks source link

[FEATURE]: Can add a plain text view? #73

Open ZSkycat opened 3 days ago

ZSkycat commented 3 days ago

Contact details

No response

What the essence of your feature request

Plain text will be rendered as markdown in reading view. I want it to be displayed as plain text.

In txt file:

Steam\userdata\*\*\remote
#Key

In reading view:

Steam\userdata**\remote
#Key (>> It becomes a nasty tag)

On what OS you want to maintain your request.

Windows

Code of conduct

Issue policy

Falcion commented 3 days ago

Thanks for opening the issue!

This problem occurs because the extension system (which the plugin works on) reads the .TXT file into the .MD text renderer.

There is currently no solution for this issue, so I plan to integrate a full-fledged syntax highlighting system and a "code editor" based on "Monaco Editor" technology, since CM (Codemirrors) has long ceased to support the functionality of its own renderer.

In the near future, I plan to start developing this integration, the progress can be checked in the branch:\ https://github.com/Falcion/UNITADE.md/tree/feature/syntax-highlighting