Commit graph

86 commits

Author SHA1 Message Date
Barrca
8f40589c6d Add type any to the errors 2025-01-30 13:04:09 -08:00
Barrca
d4c778b440 Moved the command prefix to the top 2025-01-30 13:02:10 -08:00
Barrca
45f16cb2af Fix bug with enter key in the widget 2025-01-30 12:59:20 -08:00
Barrca
f9c330dd45 Display changes after saviong the prefix 2025-01-30 12:58:25 -08:00
Barrca
900ba5f849 Reduce the number of notices 2025-01-29 13:34:35 -08:00
Barrca
108eb0c251 Clean the parsing 2025-01-29 13:31:13 -08:00
Barrca
f446e63b96 Handle API errors 2025-01-29 13:30:57 -08:00
Barrca
d052bd0bb3 Make it so the settings save only after we stop editing 2025-01-29 13:30:20 -08:00
Barrca
75da491f42 Actually add the prompts to the model 2025-01-29 12:59:04 -08:00
Barrca
102d179b99 Limit prefix to one character 2025-01-29 12:34:07 -08:00
Barrca
e80c26cb14 Add styling and higlighting 2025-01-29 12:19:21 -08:00
Barrca
a3b709c2b2 Commands and prefix can be set through the settings 2025-01-29 11:23:51 -08:00
Barrca
c84137da2e Fix typing issues 2025-01-28 13:00:56 -08:00
Barrca
b8df88c06f Add the ability to set a custom command prefix 2025-01-28 11:25:47 -08:00
Barrca
881e86c89b Add basic commands (hardcoded) 2025-01-28 04:11:59 -08:00
Barrca
37fc7bdebc Add the new dependencies 2025-01-27 13:54:31 -08:00
Barrca
4e6dcab5fb Release 1.0.10 2025-01-27 13:00:37 -08:00
Barrca
0bcabca867 Fix BRAT support: Remove the word Release
It breaks their parsing
2025-01-27 12:56:07 -08:00
Barrca
741576790b Initialized on load 2025-01-27 12:46:25 -08:00
Barrca
8bd0cbf0b2 Release 1.0.7 2025-01-27 12:42:41 -08:00
Barrca
aec2999b6b Fix bug: not applying setting changes until reload 2025-01-27 12:40:46 -08:00
Barrca
f5da3175d4 Release 1.0.6 2025-01-21 08:58:22 -08:00
Barrca
8e98f2c4f6 Update author information in manifest.json 2025-01-21 08:57:30 -08:00
Barrca
7c2428dedd Use sentence case for UI 2025-01-21 08:57:14 -08:00
FBarrca
af797d0f97 Merge branch 'main' of https://github.com/FBarrca/obsidian-inlineAI 2025-01-12 01:37:06 +01:00
FBarrca
e39092bbc6 Update manifest.json 2025-01-12 01:36:48 +01:00
Barrca
ea4135c9bd Merge pull request #1 from diegomarzaa/main
Custom OpenAI endpoint
2025-01-11 22:43:02 +01:00
diegomarzaa
1fdfb68492 Custom OpenAI endpoint 2025-01-11 16:26:59 +01:00
FBarrca
4cae53c199 1.0.4 2025-01-10 00:13:49 +01:00
FBarrca
9fe45103b9 Added Notices for error handling with api endpoints 2025-01-09 23:25:26 +01:00
FBarrca
46e7d3c748 Add commands to accept and discard tooltip suggestions 2025-01-07 14:19:24 +01:00
FBarrca
0f3796ee27 Refactor settings to use CSS classes for textarea styling 2025-01-07 12:59:11 +01:00
FBarrca
8720cf9624 Use classes insted of the style tag 2025-01-07 12:55:03 +01:00
FBarrca
1ce66bc7d9 Refactorto use createEl for DOM element creation 2025-01-07 12:27:28 +01:00
FBarrca
da7da836fc Merge branch 'main' of https://github.com/FBarrca/obsidian-inlineAI 2025-01-07 12:19:08 +01:00
FBarrca
f126fc96fa Fix typo on SelectionState.ts name 2025-01-06 22:47:27 +01:00
FBarrca
bd359be230 Remove hotkey configuration to adhere to plugin guidelines 2025-01-06 22:45:43 +01:00
FBarrca
3ea7d61648 Refactor advanced settings header in InlineAISettingsTab for clarity 2025-01-06 22:45:21 +01:00
FBarrca
e0e97199a9 Remove debugging console output from generateDiffView function 2025-01-06 22:43:10 +01:00
FBarrca
5b28855f9e Rename plugin class and settings tab for consistency 2025-01-06 22:42:03 +01:00
Barrca
2fa56da88d Create LICENSE 2025-01-06 22:36:17 +01:00
FBarrca
e767a108c8 Update manifest.json 2025-01-06 22:33:25 +01:00
FBarrca
5413ac0543 Update release.yml 2025-01-06 22:32:54 +01:00
FBarrca
4d17af162d Update manifest.json 2025-01-06 01:47:06 +01:00
FBarrca
460b7342e1 Bump version to 1.0.1 in manifest.json 2025-01-06 01:25:05 +01:00
FBarrca
e03e11ca13 Change hotkey from 'K' to 'Q' for improved accessibility 2025-01-06 01:24:19 +01:00
FBarrca
6c62788846 Release v1.0.0 2025-01-06 01:22:38 +01:00
FBarrca
6ef5058d7d Update README and change hotkey for AI tool activation 2025-01-06 01:18:50 +01:00
FBarrca
0fdd0de505 Refined to have different prompts for each type of action 2025-01-06 00:21:20 +01:00
FBarrca
6f05e05406 Added the option to use it without selection 2025-01-06 00:01:35 +01:00