erallie814 downloadsDisplays discord timestamps in read mode as they would appear in Discord.
This is a plugin for Obsidian that displays Discord Timestamps (eg. <t:1734818400:D>) in reading mode the way they would display in Discord.
As long as this plugin is enabled, it converts those timestamps throughout the entire note when viewing it in reading mode. You can optionally disable converting timestamps in code blocks under Settings → Discord Timestamps → Convert code blocks.
Just like in Discord, the timestamp will have a colored background to it. If you hover over the timestamp (on desktop) or select the timestamp (on mobile), the full date and time will be displayed.
There is also a command in the Command palette as well as in the editor context menu to insert a timestamp when you are currently editing a note.
After you select a date and time in the modal that opens, it generates timestamps for you to use in multiple formats. After you select a format, it inserts the timestamp it into your note at your cursor’s location.
Inserting timestamps supports specifying a time zone other than your local time zone for the timestamps to use.
When inserting a timestamp, there is an option to reuse timestamps from your recent history prior to selecting a format.
To install this plugin via the Obsidian Marketplace, perform the following steps:
To install this plugin using BRAT, follow these steps:
https://github.com/Erallie/discord-timestamps into the input field and select Add Plugin.To install this plugin manually, follow these steps:
main.js, manifest.json, and styles.css.[vault root]/.obsidian/plugins) and create a new subfolder called discord-timestamps.