Skip to content

Releases: CtrlAltFocus/obsidian-plugin-auto-tag

0.3.0

19 Nov 19:50
Compare
Choose a tag to compare
  • 0.3.0
    • Displays a loading state while tags are being fetched (otherwise, as openAI API can be really slow, this creates doubt about whether the plugin is working or not).
    • Improves the auto tag suggestions query, to return better quality tags.
    • Adds a choice regarding whether tag suggestions will be more predictable (similar results if you try several times) or more creative (in case you are not satisfied with the results and hope for something different by trying again).
    • Adds the possibility of having a cost estimation popup based on the selected text, before launching the auto tag suggestions (useful for the curious, or those with particularly large files or small budgets).
    • Removes the setting for choosing the max number of tags to fetch (as the cost of fetching more or less tags is minimal and not having this limit may improve the results).

0.2.11

04 Nov 22:32
Compare
Choose a tag to compare

v0.2.11

  • Adds release notes to the readme file
  • Multi-lingual tags: tags suggested in the language of the selected text or document

0.2.10

28 Oct 15:08
Compare
Choose a tag to compare

Included:

  • new settings option to choose the tag format (for new tag suggestions)
  • demo tags updated to have 1 tag for 10 different languages (to verify that tag format applies in all languages)

Not included:

  • updating format for existing tags

Overview:

image image

0.2.9

21 Oct 16:23
Compare
Choose a tag to compare
  • Fixes an issue where suggested tags could be made up of multiple words and the space in the tag would break the tag
    • "#healthy and tasty" would count as "#healthy" before, but will now display as #healthy-and-tasty"
    • not everybody may like kebab-case (minus sign as separator) so an upcoming version will give a choice via the settings

0.2.8

11 Oct 20:45
Compare
Choose a tag to compare
  • Improving log file handling; disabling "write to log file" setting by default.
  • Adding a feedback form link to the settings and the Readme.

0.2.7

06 Oct 21:32
Compare
Choose a tag to compare

Improving code based on pull request feedback from the Obsidian team reviewers.

0.2.6

09 Sep 12:24
Compare
Choose a tag to compare

Publishing the plugin 😃

See README.md for current state and features.