obsidian-textgenerator-plugin

Text generator is a handy plugin for Obsidian that helps you generate text content using GPT-3 (OpenAI).

MIT License

Stars
1.3K
Committers
21

Bot releases are visible (Hide)

obsidian-textgenerator-plugin - 0.7.27-beta Latest Release

Published by github-actions[bot] 4 months ago

obsidian-textgenerator-plugin - 0.7.27

Published by github-actions[bot] 4 months ago

Changes:

  • Fixed bug with keys not getting saved in custom #285
  • Potential fix for the issue with plugin can't be loaded.

Full Changelog: https://github.com/nhaouari/obsidian-textgenerator-plugin/compare/0.7.26...0.7.27

obsidian-textgenerator-plugin - 0.7.26

Published by github-actions[bot] 4 months ago

What's Changed

  • Added Include Attachments flag under advanced settings.
    demo

Experimental: in supported models, this will send the content of the attachments along with the request.

dedicated helper to run dataview scripts

{{#dataview}}
    TABLE file.name, file.size
    WHERE file.size > 2048
{{/dataview}}

New Contributors

Full Changelog: https://github.com/nhaouari/obsidian-textgenerator-plugin/compare/0.7.11...0.7.26

obsidian-textgenerator-plugin - 0.7.25-beta

Published by github-actions[bot] 4 months ago

Changes:

  • Fixed anthropic legacy bug.
  • Changed name for llm provider profile input.

Full Changelog: https://github.com/nhaouari/obsidian-textgenerator-plugin/compare/0.7.24-beta...0.7.25-beta

obsidian-textgenerator-plugin - 0.7.24-beta

Published by github-actions[bot] 4 months ago

Changes:

Full Changelog: https://github.com/nhaouari/obsidian-textgenerator-plugin/compare/0.7.23-beta...0.7.24-beta

obsidian-textgenerator-plugin - 0.7.23-beta

Published by github-actions[bot] 4 months ago

Changes:

  • hotfix: includeAttachments command wasn't working.

Full Changelog: https://github.com/nhaouari/obsidian-textgenerator-plugin/compare/0.7.22-beta...0.7.23-beta

obsidian-textgenerator-plugin - 0.7.22-beta

Published by github-actions[bot] 4 months ago

Changes:

  • Fixing bugs related to includeAttachmentsInRequest

  • Added gpt-4o model

  • Added claud haiku, sonnet

  • Updated google gemini package

Full Changelog: https://github.com/nhaouari/obsidian-textgenerator-plugin/compare/0.7.21-beta...0.7.22-beta

obsidian-textgenerator-plugin - 0.7.21-beta

Published by github-actions[bot] 4 months ago

Changes:

  • Fixed the refresh button in the package-manager.
  • Fixed some bugs related to getting packages in the package-manager.
  • Removed unused packages to speed up the build time.
  • Updated packages.

Full Changelog: https://github.com/nhaouari/obsidian-textgenerator-plugin/compare/0.7.20-beta...0.7.21-beta

obsidian-textgenerator-plugin - 0.7.20-beta

Published by github-actions[bot] 4 months ago

Changes:

{{#setProperty "author"}}
new author's name
{{/setProperty}}

{{#setTitle}}
new title.md
{{/setTitle}}

note that you need to enable experimental features, then you will find it in the advanced settings.

in supported models, this will allow you to send images as context.

Full Changelog: https://github.com/nhaouari/obsidian-textgenerator-plugin/compare/0.7.19-beta...0.7.20-beta

obsidian-textgenerator-plugin - 0.7.19-beta

Published by github-actions[bot] 5 months ago

What's Changed

Full Changelog: https://github.com/nhaouari/obsidian-textgenerator-plugin/compare/0.7.18-beta...0.7.19-beta

obsidian-textgenerator-plugin - 0.7.17-beta

Published by github-actions[bot] 6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/nhaouari/obsidian-textgenerator-plugin/compare/0.7.16-beta...0.7.17-beta

obsidian-textgenerator-plugin - 0.7.16-beta

Published by github-actions[bot] 6 months ago

  • fix mobile support from version 0.7.15-beta
obsidian-textgenerator-plugin - 0.7.15-beta

Published by github-actions[bot] 6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/nhaouari/obsidian-textgenerator-plugin/compare/0.7.14-beta...0.7.15-beta

obsidian-textgenerator-plugin - 0.7.14-beta

Published by github-actions[bot] 7 months ago

What's Changed

  • Potential fix for package manager in mobile
  • merge array of choices in response in custom provider, used in dalle(0.0.9) package.
  • bugfix trash templates show up in slash suggest

Full Changelog: https://github.com/nhaouari/obsidian-textgenerator-plugin/compare/0.7.11...0.7.14-beta

obsidian-textgenerator-plugin - 0.7.13-beta

Published by github-actions[bot] 7 months ago

What's Changed

  • Bugfix dataview helper
  • Added dataview helper to examples

Full Changelog: https://github.com/nhaouari/obsidian-textgenerator-plugin/compare/0.7.11...0.7.13-beta

obsidian-textgenerator-plugin - 0.7.12-beta

Published by github-actions[bot] 7 months ago

What's Changed

Full Changelog: https://github.com/nhaouari/obsidian-textgenerator-plugin/compare/0.7.11...0.7.12-beta

obsidian-textgenerator-plugin - 0.7.11

Published by github-actions[bot] 7 months ago

obsidian-textgenerator-plugin - 0.7.9-beta

Published by github-actions[bot] 8 months ago

What Changed

  • Added Sandbox to Script helper

Full Changelog: https://github.com/nhaouari/obsidian-textgenerator-plugin/compare/0.7.8...0.7.9-beta

Badges
Extracted from project README
Youtube Demonstration
Related Projects