ivan-lednev / obsidian-automatic-changelog

Render Git diffs in Obsidian files
MIT License
15 stars 1 forks source link

Diffchecking normal text? #3

Closed blackpeasy closed 3 months ago

blackpeasy commented 9 months ago

Hello, would it be possible to include the possibility for diffchecking normal bouts of text in Obsidian? like diffchecker: https://www.diffchecker.com/

lucaslrodri commented 3 months ago

This project uses diff2html, that mainly implements diff to git/files, I believe that if add the option to work with Google's diff-match-patch (or diff-match-patch-es for ESM and typescript implementation) it is possible to implement it.

Suggestion of implementation:

```show-diff
text-from:
  this is the text before the modification
text-to:
  this is the text after the modification


PS: I don't know how to program a obsidian plugin, therefore I can't implement it
ivan-lednev commented 3 months ago

Hello, @blackpeasy, this plugin is focused on working with Git diffs, so closing this as not planned.