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 hidden (Show)

obsidian-textgenerator-plugin - Development Build

Published by haouarihk 10 months ago

how to use

go to .obsidian\plugins\obsidian-text-generator-plugin in your vault
and replace the attached files.

this should provide us with more insights on the error messages,

NOTE: don't need to download source files.
just the js map and json files

obsidian-textgenerator-plugin - 0.4.3-beta

Published by haouarihk about 1 year ago

Release Notes - Version 0.4.3-beta

Changes:

  • Fixed Most CSS Conflicts: Resolved conflicts with other plugins that were causing issues with the styling of our application. The UI should now display correctly without any interference from other plugins.

  • Startup Template Loading: Fixed an issue where templates were not loading correctly at startup. Users will now experience a smoother and more reliable application launch.

  • Enhanced Key Encryption: We have improved the encryption for keys, enhancing the security of your data. Additionally, we've added an option that allows users to disable encryption if needed, providing more flexibility in managing their data security and compatibility with mobile devices

  • Section Resizing: Fixed a bug where sections would have a weird maxHeight value when resizing the application window. Now, sections should adapt properly to the window size changes, providing a better user experience.

Full Changelog: https://github.com/nhaouari/obsidian-textgenerator-plugin/compare/0.4.2-beta...0.4.3-beta

obsidian-textgenerator-plugin - 0.4.2-beta

Published by nhaouari about 1 year ago

Release Notes - Version 0.4.2-beta


New Features:

  • Added support for Obsidian Properties in templates.

Bug Fixes:

  • Addressed issues causing unexpected behaviors in stream generation.
  • Fixed the auto-suggest issue when Vim is in insert mode. Thanks to @chrisgrieser for the fix.

We appreciate your continued feedback as we move towards a stable release. Please report any issues or suggestions to our GitHub Issues page.

Thank you for being a part of our community!

obsidian-textgenerator-plugin - 0.4.1-beta

Published by nhaouari about 1 year ago

Release Notes: Version 0.4.1-beta

Changes:

  • Error Handling: Now displays an error message for invalid inputs instead of showing "NAN".

  • UI Update: The commands pallet now displays the template ID, replacing the previous path.

Bugfixes:

  • Input Behavior: Resolved an issue where Temperature and other number-based settings inputs behaved unexpectedly.

  • Display Issue: Fixed a problem where the range input did not display its value.

Thank you for updating to the latest version. We always value feedback from our users to help us improve. If you encounter any issues or have suggestions, please let us know!

obsidian-textgenerator-plugin - 0.4.0-beta

Published by nhaouari about 1 year ago

Version 0.4.0 Release Notes

Major Updates:

  • Revamped Settings Page: Introducing a fresh design with added search functionality.
  • Expanded LLm Provider Support: Beyond OpenAI, we now support various LLm providers. Even self-hosted solutions are compatible!
  • Langchain Integration: We've integrated with Langchain, paving the way for numerous future use cases.
  • Code Overhaul: We've completed a comprehensive code cleaning and refactoring. Error-free code makes contributions a breeze.
  • Streaming Stability: Streaming has been stabilized and is now activated by default.

Minor Updates:

  • Enhanced Extractors: Added extractors.all to templates, allowing for extraction of all content without the need for double looping.
    {{#each extractions.all}}
       {{this}}
    {{/each}}
    
  • Whisper's Custom Basepath: Users can now set a custom basepath to whisper.
  • React Settings Page: We've rebuilt the settings page using React, enhancing customizability.
  • Bug Fixes: Addressed numerous bugs to ensure a smoother experience.
  • Streaming Mode: Just a reminder, streaming is now the default mode!
obsidian-textgenerator-plugin - 0.3.20

Published by nhaouari over 1 year ago

Version 0.3.20

  • Add "gpt-3.5-turbo-16k-0613"
obsidian-textgenerator-plugin - 0.3.19

Published by nhaouari over 1 year ago

New OpenAI Models are available in Text Generator

  • "gpt-3.5-turbo-16k"

  • "gpt-3.5-turbo-0613"

  • "gpt-4-0613" (waitlist)

  • "gpt-4-32k-0613" (waitlist)

obsidian-textgenerator-plugin - 0.3.18

Published by nhaouari over 1 year ago

V0.3.18

We are delighted to announce the official rollout of version v0.3.18 for Text Generator. This particular update includes an exciting new feature.

Innovative Feature Addition

  • We have implemented clipboard functionality within the context. The clipboard's content can now be accessed via the variable {{{clipboard}}}.

  • This enhancement enables seamless utilization of templates on past text. For instance, you can use a template that simplifies and summarizes copied text.

We highly value the opinions of our user community and encourage all users to share their feedback and report any potential issues on our Discord server.

We sincerely appreciate your continued support and use of Text Generator!

obsidian-textgenerator-plugin - 0.3.17

Published by nhaouari over 1 year ago

Release Notes - Text Generator v0.3.17

Fixes

  • Fixed extractions in templates, ensuring that they are now properly extracted and displayed.

We always welcome your feedback, so please don't hesitate to join our Discord server at Discord if you have any questions or suggestions for future releases.

obsidian-textgenerator-plugin - 0.3.16-beta

Published by nhaouari over 1 year ago

Release Notes - Version 0.3.16-beta

We are excited to announce the release of version 0.3.16-beta of Text Generator!

New Feature

  • Streaming option for Text Generator ( generate text and generate text with metadata) is now available! This feature allows users to generate text in real time using OpenAI models.

If you have any feedback or questions about this release, please join our Discord server at https://discord.com/invite/BRYqetyjag.

Thank you for using Text Generator!
image

obsidian-textgenerator-plugin - 0.3.15

Published by nhaouari over 1 year ago

Release Notes - Text Generator v0.3.15: Enhanced Auto-Suggest & Bug Fixes

We are thrilled to introduce Text Generator version 0.3.15, which brings a variety of enhancements to our auto-suggest feature and resolves several bugs. Get ready for a smoother and more efficient text generation experience!

Key updates in this release include:

  • Auto-suggest functionality now compatible with GPT-4 model
  • Automatic plugin loading when options are modified

Important: Please be aware that utilizing the GPT-4 model for auto-suggest may incur higher costs. We advise reviewing the pricing details on the OpenAI website prior to using this model for auto-suggest.

We value your input and encourage you to share your feedback and ideas with us. Join our vibrant Text Generator community on our Discord server to share your thoughts and engage with fellow users.

Thank you for your ongoing support!

obsidian-textgenerator-plugin - 0.3.14

Published by nhaouari over 1 year ago

obsidian-textgenerator-plugin - 0.3.13

Published by nhaouari over 1 year ago

Version 0.3.13

  • fix tg codeblock
obsidian-textgenerator-plugin - 0.3.12

Published by nhaouari over 1 year ago

Version 0.3.12

obsidian-textgenerator-plugin - 0.3.11

Published by nhaouari over 1 year ago

obsidian-textgenerator-plugin - 0.3.10

Published by nhaouari over 1 year ago

obsidian-textgenerator-plugin - 0.3.10-beta

Published by nhaouari over 1 year ago

Release Notes - Version 0.3.10-beta

We are excited to announce the release of Text Generator version 0.3.10-beta! This latest version includes a Text Extractor Tool that helps to extract text from various sources such as webpages, YouTube videos, PDF files, audio files, and images.

We have worked on enhancing the Web page and YouTube video extractors for improved functionality and usability.

Note: to use the new Text Extractor Tool, you will need to enable it from the plugin settings and reload it.

As always, we welcome any feedback or suggestions on how we can continue to improve Text Generator. Join our Discord community at Discord to provide your feedback and engage with other users.

Thank you for your support!

image

obsidian-textgenerator-plugin - 0.3.9-beta

Published by nhaouari over 1 year ago

Version 0.3.9-beta

We are excited to announce the release of Text Generator version 0.3.9-beta! This version includes several enhancements and bug fixes that improve the performance and functionality of our open source project.

This release includes:

  • Better variables extractions in templates: We have improved the way variables are extracted from templates, making it more efficient and accurate.

  • getContext in templates is faster: We have optimized getContext in templates, resulting in faster execution times with slash commands.

  • Templates modals shows the values of variables from actional context: The templates modals now display the values of variables using the context of the active note making it easier to debug and troubleshoot issues.

As always, we welcome your feedback on this release. Please join our Discord server at https://discord.com/invite/BRYqetyjag to share your thoughts and suggestions with us.

Thank you for your support, and happy generating!

obsidian-textgenerator-plugin - 0.3.8-beta

Published by nhaouari over 1 year ago

Release Notes - Text Generator v0.3.8-beta

We are pleased to announce the release of Text Generator version 0.3.8-beta! This release includes several new features, bug fixes, and improvements to enhance your experience with the plugin.

New Features

  • Modal-suggest option: A new modal-suggest option has been added that allows you to show templates as modals that can appear in the list of suggestions after writing slash at the start of a new line after enabling the feature model-suggest from the settings of the plugin and reloading it.
  • Custom OpenAI API access endpoints: We have introduced custom OpenAI API access endpoints to facilitate changing the OpenAI access endpoint such as Azure users thanks to dtcui.
  • Tailwind framework: We have integrated Tailwind framework which will facilitate styling.

Bug Fixes and Improvements

We encourage all users to update their Text Generator plugin to take advantage of these new features and improvements. As always, if you encounter any issues or have any feedback, please join our Discord server here where we will be happy to assist you.

Thank you for using Text Generator!

https://user-images.githubusercontent.com/9850722/233844874-145f2d42-07f5-490e-bfab-0ede093e857b.mp4

obsidian-textgenerator-plugin - 0.3.7-beta

Published by nhaouari over 1 year ago

0.3.7-beta

Badges
Extracted from project README
Youtube Demonstration
Related Projects