Releases: kbravh/obsidian-tweet-to-markdown
Releases · kbravh/obsidian-tweet-to-markdown
2.10.0
fix edge case with filename creation and duplicate tags
2.9.0
add image size options (#29)
2.8.0
add fetched timestamp to frontmatter (#28)
2.7.1
Profile picture versioning (#25) * version profile pictures so that the the first doesn't override the rest * update tests for profile image name
2.7.0
[FEAT] date title placeholder (#23) * version bump so I don't forget to do it after * add updated mock tweets and clean up type errors * write tests for create filename function * make timestamp format a required parameter * update the readme with [[date]] instructions
2.6.0
Added tags
, cssclass
, and a freeform field for frontmatter customization.
2.5.1
[FIX] include frontmatter on pasted tweets when embedding (#21)
2.5.0
[FEAT] add an option for condensed threads and rework thread logic (#18) * add an option for condensed threads and rework thread logic * clean up error log when processign tweet body
2.4.2
fix default settings for note and asset location
2.4.1
[FEAT] folder suggestion for note and asset location (#17) * add suggester from templater plugin for note and asset locations * bump versions