Skip to content

Releases: Emile-Durkheim/obsidian_discord_formatter

1.4 - New features ZOMG

11 Apr 12:35
Compare
Choose a tag to compare

Outside of bug fixes, we finally have some sweet new features :)

  • Show time in your own custom format!
  • Show reply as full text, shortened text, or no text!
  • Show (edited) mark as HTML with the date and time on hover, as simple markdown, or not at all!
  • Show system messages (like user joins, call starts...) either verbosely, compactly, or not at all!

I'd like to thank my mom, my dad, my wife and my kids. Without them, I would never have made it to where I am today - the backwoods of the Obsidian plugins page! <3

1.3 - Fix broken message replies

01 Apr 16:53
Compare
Choose a tag to compare
  • Fixed message replies not being parsed properly due to Discord HTML change.
  • Message replies are no longer shown by default, needs to be enabled in settings.

1.2 - Update for change in Discord HTML

06 Nov 17:35
Compare
Choose a tag to compare

Plugin was unusable for a short time, as Discord changed the format of some class names around. It works again now, and I've changed my checks to be (slightly) more resilient to such changes.

I might have to do a bigger rework if it turns out Discord does this frequently.

v1.1 - Internal refactoring

13 Oct 17:17
Compare
Choose a tag to compare

Feature changes

  • Settings are now in title case
  • Removed "Distinguish headings" setting as the old version was extremely ugly.
  • Replies are now shown on just one line - the same as in the Discord client.
  • Removed the "Run Unit Tests" command from the production version... whoops!

Internal changes

  • Refactored internal workings so TextRuns are now classes instead of random objects; makes formatting much more modular and adding more settings far easier.
  • Working integration tests are back! Whoo! Much fewer in count, comprehensiveness and number than previous testing suite, but it'll at least be able to serve as a canary.

1.0

11 Oct 19:45
Compare
Choose a tag to compare
1.0

First properly working version of the plugin containing all core features:

  • CTRL+C - CTRL+V pastes formatted text into Obsidian
  • Attachments are properly embedded
  • Custom emojis are supported
  • Replies are included
  • Settings menu containing: Show replies, distinguish headings, show (edited)

May still receive updates that allow for options that enable:

  • Toggling profile pictures on/off
  • Custom datetime formatting
  • Reply shortening