Merge branch 'main' into new_1.1
This commit is contained in:
commit
1cae90b843
3 changed files with 9 additions and 1 deletions
|
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h2>Version 1.1.0 - ??/??/2024</h2>
|
<h2>Version 1.1.0 - ??/??/2024</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>A prompt can be configured to request additional text from the user.</li>
|
<li>A prompt can be configured to request additional text from the user.</li>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,13 @@
|
||||||
#  ThunderAI
|
#  ThunderAI
|
||||||
|
|
||||||
|
> [!IMPORTANT]
|
||||||
|
> ## Custom Prompts are coming!
|
||||||
|
>
|
||||||
|
> Try this new feature in the [new pre-release version](https://github.com/micz/ThunderAI/releases/tag/v1.1.0pre4).
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
|
||||||
ThunderAI is a Thunderbird Addon that uses the capabilities of ChatGPT to enhance email management.
|
ThunderAI is a Thunderbird Addon that uses the capabilities of ChatGPT to enhance email management.
|
||||||
|
|
||||||
It enables users to analyze, write, correct, and optimize their emails, facilitating more effective and professional communication.
|
It enables users to analyze, write, correct, and optimize their emails, facilitating more effective and professional communication.
|
||||||
|
|
|
||||||
|
|
@ -136,6 +136,7 @@ function addCustomDiv(prompt_action,tabId) {
|
||||||
style.innerHTML += "#mzta-custom_loading{height:50px;display:none;}";
|
style.innerHTML += "#mzta-custom_loading{height:50px;display:none;}";
|
||||||
style.innerHTML += "#mzta-custom_textarea{color:black;padding:1px;font-size:15px;width:100%;}";
|
style.innerHTML += "#mzta-custom_textarea{color:black;padding:1px;font-size:15px;width:100%;}";
|
||||||
style.innerHTML += "#mzta-custom_info{text-align:center;width:100%;padding-bottom:10px;font-size:15px;}";
|
style.innerHTML += "#mzta-custom_info{text-align:center;width:100%;padding-bottom:10px;font-size:15px;}";
|
||||||
|
|
||||||
// Add <style> to the page's <head>
|
// Add <style> to the page's <head>
|
||||||
document.head.appendChild(style);
|
document.head.appendChild(style);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue