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.2.6

Published by nhaouari over 1 year ago

V0.2.6

  • Add Enable/Disable auto suggest option
obsidian-textgenerator-plugin - 0.2.5

Published by nhaouari over 1 year ago

In this release, Auto Suggest functionality has been added to the editor, which provides users with suggested code snippets and completions as you type.

  • The default trigger for the auto suggest feature is the double space (" "), but users can customize it to their preference in the setting of the plugin.
  • Please beware that increasing the value of parameter n in GPT for text generation might significantly increase the cost of usage.
  • Rate limitation in OpenAI API rate-limits

This option still exprimental and not fully tested, so it may not work perfectly.

d11db8f4-50a2-4bf3-91fd-2c807d67b61f

image

image

image

obsidian-textgenerator-plugin - 0.2.3

Published by nhaouari over 1 year ago

Version 0.2.3

  • Fixed typos.
obsidian-textgenerator-plugin - 0.2.2

Published by nhaouari over 1 year ago

We are pleased to announce the following updates to our plugin:

  • We are introducing the new chatGPT model, gpt-3.5-turbo, which has been added to enhance the chat experience at a much lower price ($0.002/1000 tokens).

  • The plugin settings now include an option to show any potential errors that may arise in the editor.

  • Users can now enable or disable available commands via an option in the plugin settings, enhancing the user experience.

  • A new feature has been added that allows users to generate a title for a specific note.

We hope that these updates will improve your experience with our plugin.

Thank you for your continued support.

obsidian-textgenerator-plugin - 0.1.22

Published by nhaouari almost 2 years ago

  • Fix bug #70
obsidian-textgenerator-plugin - 0.1.21

Published by nhaouari almost 2 years ago

Version 0.1.21

We are excited to announce the release of our latest update, which includes the following improvements:

  • Fix for issue where updating packages was not working as expected. This issue has been resolved and you should now be able to update packages without any issues.

  • Create templates is easier using Text Generator code-blocks. We have added automatic metadata for code-blocks prompts, which allows you to easily create templates.

We hope these improvements will enhance your experience with our plugin. If you have any feedback or encounter any issues, please don't hesitate to reach out to us.

Thank you for using our plugin!

obsidian-textgenerator-plugin - 0.1.20

Published by nhaouari almost 2 years ago

I have just released an update that fixes a few small bugs.

obsidian-textgenerator-plugin - 0.1.19

Published by nhaouari almost 2 years ago

Update: Removing Default Hotkeys to Improve User Experience

I'm releasing an update that removes the new default hotkeys that were introduced in version 0.1.x. These hotkeys caused conflicts with the system hotkeys used by Mac users. The following default hotkeys have been removed:

  • Alt + (1,2,3,4)
  • Ctrl/Alt+Q
  • Ctrl/Alt+Shift+Q

I apologize for any inconvenience this may have caused and I hope this update will improve your user experience.

Thank you for your continued support and feedback.

Sincerely,
Noureddine

obsidian-textgenerator-plugin - 0.1.18

Published by nhaouari almost 2 years ago

New Feature: Template Models

  • We are excited to announce the addition of Template Models, which make templates more easily usable. With this new feature, you can:

  • Run templates as models using the "Show Model from Template" command (default hotkey: Alt + 4) after installing community templates or creating templates.

  • Use template models to quickly and easily access and use your templates in various documents.

We hope you enjoy this new feature and find it useful. Let us know if you have any questions or feedback.
image

obsidian-textgenerator-plugin - 0.1.17

Published by nhaouari almost 2 years ago

obsidian-textgenerator-plugin - 0.1.16

Published by nhaouari almost 2 years ago

  • update Text Generator codeblock
    image
obsidian-textgenerator-plugin - 0.1.15

Published by nhaouari almost 2 years ago

  • Added Text Generator Code Block for dynamic content generation.
  • Console prints the context variables each time the Code Block is rendered.
  • For syntax, please refer to HandlebarsJS Guide at https://handlebarsjs.com/guide/

image
image

obsidian-textgenerator-plugin - 0.1.14

Published by nhaouari almost 2 years ago

  • Add fundingUrl in main
obsidian-textgenerator-plugin - 0.1.13

Published by nhaouari almost 2 years ago

  • Add Highlights as an array to the considered context
  • Fix setMaxTokens bug
  • Add a substring helper function to limit the length of a string:
  • For example {{{substring selection 0 99}}} will only take the first 100 characters
obsidian-textgenerator-plugin - 0.1.12

Published by nhaouari almost 2 years ago

enhance plugin options

obsidian-textgenerator-plugin - 0.1.11

Published by nhaouari almost 2 years ago

fix options issue

obsidian-textgenerator-plugin - 0.1.10

Published by nhaouari almost 2 years ago

  • fix some typos
  • fix Templates Packages Manager for Obsidian v1.0.4
obsidian-textgenerator-plugin - 0.1.9

Published by nhaouari almost 2 years ago

fix create template

obsidian-textgenerator-plugin - 0.1.8

Published by nhaouari almost 2 years ago

  • Add icons for different commands
  • Add Templates Packages Managers RibbonIcon
  • Change the default hotkeys for : - Change Model - Set max tokens - Templates Packages Manager
obsidian-textgenerator-plugin - 0.1.7

Published by nhaouari almost 2 years ago

fix some bugs in Template Packages Manager

Badges
Extracted from project README
Youtube Demonstration
Related Projects