Releases: dbarenholz/obsidian-plaintext
0.4.0
Hi all,
The Plaintext plugin will soon be deprecated. This release adds a notice to the plugin whenever it loads to communicate this to users.
I have decided to deprecate this plugin for two reasons:
- I have no time and energy to maintain it properly. The obsidian community deserves plugins that are less broken than this one.
- There are newer plugins now, who do the same thing Plaintext do, but (in my opinion) in a better way.
There is lukasbach's Code Files plugin, which depends on an active internet connection.
There is sunxvming's VSCode Editor plugin, which also works offline. Since it works offline, this is the one I link to in the deprecation message.
I hope this release will help some users be less confused when Plaintext is gone from the community store.
Version 0.3.0
Version 0.2.0
New Features:
- Protection mechanism to (try and) avoid other plugins that register extensions. For instance, CSV plugins and the cooklang plugin.
Changes:
- No debug option anymore. Console logs can be enabled by uncommenting lines in source.
- Enabled for mobile!
Other:
- Over 500 downloads, wooh!
Version 0.1.0
Complete rewrite. Should work with LivePreview (mostly because we don't use it, but use our own CM5 instance).
Version 0.1.0 (current):
- Complete rewrite of registering and deregistering.
- Now actually removes views when deregistering a particular extension.
- Correctly filters out default obsidian extensions: No more accidentally overwriting the default markdown editor.
Version 0.0.2
First public release. Code should be functional, tested on Windows.
Allows you to set certain extensions for the plugin to view as plaintext, and then edit said files as plaintext.