Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Releases: dbarenholz/obsidian-plaintext

0.4.0

27 Oct 09:17
c82d75b
Compare
Choose a tag to compare

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:

  1. I have no time and energy to maintain it properly. The obsidian community deserves plugins that are less broken than this one.
  2. 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

06 Jun 20:40
2c30a6e
Compare
Choose a tag to compare

Version 0.3.0 (current):

  • Rewrite to use CM6 in stead of CM5. A first step towards #1.
  • Fixed #5 by upgrading to CM6.
  • Fixed #11 - shame on me for getting the logic wrong.
  • Possibly implement #7? I don't have Obsidian on my phone, so let me know :).

Known Issues:

  • No syntax highlighting (this is harder than I thought it would be): #10
  • Cannot see dotfiles yet (no clue how to even start on this): #9
  • Does not respect font-size and zooming (yet!): #8

Version 0.2.0

13 Aug 15:22
3795b4c
Compare
Choose a tag to compare

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

26 Dec 16:13
097df38
Compare
Choose a tag to compare

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

02 Sep 20:01
f133d68
Compare
Choose a tag to compare

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.