Skip to content

Commit

Permalink
release 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
soulsands committed Dec 1, 2023
1 parent 68f9a7e commit f1192ce
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
.chat-wrapper {
min-width: 100% !important;
}
}</style><script defer="defer" src="template.js"></script><script defer="defer" src="trilium-chat.09843cbaa56d97e8a595.js"></script></head><body><div class="operation-wrapper"><div>apikey:<input id="apikey"/> <button id="keySave">Save</button></div><div class="operation"></div></div><script>document.querySelector('#keySave').addEventListener('click', () => {
}</style><script defer="defer" src="template.js"></script><script defer="defer" src="trilium-chat.3fcd28a2b3e21517d258.js"></script></head><body><div class="operation-wrapper"><div>apikey:<input id="apikey"/> <button id="keySave">Save</button></div><div class="operation"></div></div><script>document.querySelector('#keySave').addEventListener('click', () => {
const apikey = document.querySelector('#apikey').value;
_triliumChat.chatData.setOption('apiKey', apikey);
});</script><div class="chat-wrapper"><div class="resizer"></div><div class="header"><div class="header_left flex-center"><a class="link flex-center no-arrow" href="https://github.com/soulsands/trilium-chat" target="_blank"><i class="header_face bx icon-view" title="home"></i></a></div><div class="header_right"><button title="hide" class="header_hide bx bx-minus icon-action"></button></div></div><div class="thread"><div class="thread-messages"></div><button class="thread_op thread_op_stop">Stop generating</button> <button class="thread_op thread_op_regenerate">Retry/Regenerate Output</button><div class="msg-command"><div class="command_item" command="copy" title="Copy">Copy</div><div class="command_item" command="insert" title="Insert to caret">Insert</div><div class="command_item" command="append" title="Append to active notet">Append</div><div class="command_item" command="set" title="Set to active note">Set</div><div class="command_item" command="child" title="Save to new child">Child</div></div></div><div class="prompt_content"><div class="prompt_content_close flex-row-reverse"><i class="bx bx-x icon-action"></i></div><div class="prompt_content_text"></div></div><div class="operate no-shrink"><div class="operate_top flex-center-between"><div class="operate_top_left flex-center"><button class="operate_btn operate_btn_new chat_button">New Chat</button> <button class="operate_btn operate_btn_prompt bx bx-book-bookmark icon-action" title="Prompt"></button> <button class="operate_btn operate_btn_command bx bx-terminal icon-action" title="Command"></button><div class="operate_btn operate_btn_history bx bx-history icon-action" title="History"></div></div><div class="operate_top_right"><button class="operate_btn operate_btn_option bx bx-cog icon-action" title="Options"></button></div></div><div class="operate_input"><textarea class="input-area bd-main" placeholder="Send a message..."></textarea> <i title="Send(Enter to send, Shift+Enter to break line)" class="operate_send bx bx-paper-plane icon-action"></i></div><div class="operate_bottom flex-row-reverse"><div class="operate_status"></div></div></div><div class="content_select content_select_prompt"><div class="select_top flex-center-between"><div class="flex-center"><div class="select_count pointer">Prompt(<span class="select_num">0</span>)</div><button class="ml-2 select_add bx bx-plus icon-action"></button></div><button class="select_close bx bx-chevron-down icon-action"></button></div><div class="select_search bd-main flex-center"><i class="bx bx-search"></i> <input class="select_search_input" placeholder="Search"/></div><div class="select_list"><div class="select_item" tabindex="0"><div class="item_top"><div class="item_title one-line"></div><div class="item_op no-shrink"><i class="bx bx-edit-alt icon-action"></i> <i class="bx bx-trash icon-action"></i></div></div></div></div></div><form class="content_prompt_form"><label>Prompt Name:</label> <input class="prompt_input bd-main" placeholder="Name your prompt" name="prompt-name"/> <label class="mt-1">Prompt Content:</label> <textarea class="prompt_input bd-main prompt_input_content" placeholder="Paste or input content here" type="tex" name="prompt-content"></textarea></form><div class="content_select content_select_history"><div class="select_top flex-center-between"><div class="select_count pointer">History(<span class="select_num"></span>)</div><div class="select_close bx bx-chevron-down icon-action"></div></div><div class="select_search bd-main flex-center"><i class="bx bx-search"></i> <input class="select_search_input" placeholder="Search"/></div><div class="select_list"><div class="select_item" tabindex="0"><div class="flex-center-between item_top"><div class="item_title one-line"></div><div class="item_stamp no-shrink"></div></div><div class="flex-center-between item_down"><div class="item_preview one-line"></div><div class="item_op no-shrink"><i class="bx bx-edit-alt icon-action"></i></div></div></div></div></div><div class="content_command"><div class="command_title">Commands</div><div class="command_list"><div class="command_item" command="copy" tabindex="0">Copy thread</div><div class="command_item" command="history" tabindex="0">Save to history</div><div class="command_item" command="favor" tabindex="0">Favor in history</div><div class="command_item" command="unfavor" tabindex="0">Unfavor in history</div><div class="command_item" command="set" tabindex="0">Set to active note</div><div class="command_item" command="append" tabindex="0">Append to active note</div><div class="command_item" command="child" tabindex="0">Save to new child</div></div></div></div><script>document.body.removeChild(document.querySelector('.chat-wrapper'));</script></body></html>
File renamed without changes.
1 change: 1 addition & 0 deletions logs/fileSizeProd.log
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@
0.4.1 | 2023/8/10 15:49:47 | 67 KB | 69118
0.4.2 | 2023/9/11 14:23:35 | 68 KB | 69732
0.4.3 | 2023/11/27 22:09:53 | 68 KB | 69672
0.4.4 | 2023/12/1 17:50:49 | 68 KB | 69729
2 changes: 1 addition & 1 deletion release/trilium-chat.js

Large diffs are not rendered by default.

0 comments on commit f1192ce

Please sign in to comment.