Commit graph

  • 69cb4e8fc7
    Merge 08970c84b2 into edb47272cc z0rzi 2026-05-26 18:19:59 +0200
  • 08970c84b2 fix: allowing multiple tags in title and frontmatter when overwrite is true Baptiste Zorzi 2026-05-26 18:16:30 +0200
  • b60bf1bda4
    Merge pull request #43 from JsThiago/patch-1 dev Hyeonseo Nam 2025-09-10 01:28:21 +0900
  • 34e820509a
    Update answer format in DEFAULT_PROMPT_TEMPLATE_WO_REF Thiago_Baldino 2025-09-03 20:15:59 -0300
  • edb47272cc chore: Edit minor sentence main 1.3.0 HyeonseoNam 2025-07-11 02:53:53 +0900
  • aa9819135a docs: Update REAEME - contributors, minor sentence HyeonseoNam 2025-07-11 02:47:16 +0900
  • ae3c606173 docs: Update REAEME - default gpt model, local llm, jina api HyeonseoNam 2025-07-11 02:42:52 +0900
  • 8910772a7b feat: Edit openai -> openai-compatible engine & Improve error handlings HyeonseoNam 2025-07-11 02:19:59 +0900
  • 24645b2812 chore: Update package infos HyeonseoNam 2025-07-11 02:06:41 +0900
  • 1808c5f98d Merge branch 'main' into dev HyeonseoNam 2025-07-11 02:02:00 +0900
  • 1f89e4e38b
    feat: Integrate Jina AI classification API (#40) Thiago Moraes 2025-07-09 11:33:37 -0300
  • c6fb3ecfef Integrate Jina AI for text classification - rebased Thiago Moraes 2025-07-08 15:27:06 -0300
  • bab745f60a
    Fix JSON parse error when other GPT model used (#38) SophomoreSo 2025-02-19 12:59:10 +0900
  • baeaf47cb7
    improve prompt adherence for JSON (#33) Robin Tuszik 2025-02-19 04:58:59 +0100
  • d9ac055879 Fix JSON parse error when other GPT model used Sophomore So 2025-02-18 17:34:41 +0900
  • b1acab20df bump version to 1.2.1 Robin Tuszik 2024-12-13 16:59:46 +0100
  • 8ff0308919 fix: imporove default prompt template to ensure valid JSON output. Robin Tuszik 2024-12-13 16:58:51 +0100
  • e02924f9b4
    Merge pull request #29 from rtuszik/tag-limit 1.2.0 Hyeonseo Nam 2024-12-12 22:22:33 +0900
  • 9415fa0f91
    Merge pull request #28 from rtuszik/develop Hyeonseo Nam 2024-12-12 22:06:30 +0900
  • f6b0afeeba refactor: Move max suggestions setting to main Advanced Settings section Robin Tuszik 2024-12-11 21:23:35 +0100
  • c1d7a78e5c refactor: Remove max_suggestions from template and apply globally in classification logic Robin Tuszik 2024-12-11 21:21:00 +0100
  • aedda20210 fix: Add nested try-catch for JSON parsing and improve error handling Robin Tuszik 2024-12-11 21:10:00 +0100
  • 5583d04ac0 fix: Add missing catch block and error handling in classifyTag method Robin Tuszik 2024-12-11 21:09:47 +0100
  • 053cec1d27 refactor: Move createLoadingNotice method before its usage in runClassifyTag Robin Tuszik 2024-12-11 21:09:39 +0100
  • d49c5199c5 feat: Add configurable multiple tag suggestions with max limit setting Robin Tuszik 2024-12-08 16:02:08 +0100
  • f991345fe3 docs: fix wording and inconsistencies Robin Tuszik 2024-12-11 20:57:18 +0100
  • 7d4cb34ee2 fix: bump version for obsidian plugin release Robin Tuszik 2024-12-11 20:48:37 +0100
  • f6f268d209 docs: update readme for new settings parameters Robin Tuszik 2024-12-11 20:48:17 +0100
  • 97706f765f
    v1.2.0 Hyeonseo Nam 2024-12-11 00:06:51 +0900
  • 540cf1f501 fix: add missing openai dependency Robin Tuszik 2024-12-08 05:07:38 +0100
  • 4204be6185 fix: Update test API call to use baseURL setting Robin Tuszik 2024-12-08 04:06:14 +0100
  • 475009ea40 feat: Move custom model selection to API settings and apply globally Robin Tuszik 2024-12-08 04:02:29 +0100
  • 45f66586e9 feat(api): migrate to official OpenAI Node.js library Robin Tuszik 2024-12-08 03:38:01 +0100
  • 0c4518eab9 tweaked prompt Davis Owen 2024-09-27 00:10:21 -0500
  • 4c67c7d769 Added basic functionality for supporting multiple tags Davis Owen 2024-09-27 00:06:38 -0500
  • 692419e361
    Merge pull request #25 from tk42/main Hyeonseo Nam 2024-04-27 23:23:50 +0900
  • 0681b42407 Refactor API options in ChatGPT class and add custom model and max tokens settings tk42 2024-04-20 19:33:54 +0900
  • 23a83fd6a6 v1.1.2 1.1.2 Hyeonseo Nam 2024-03-05 22:25:54 +0900
  • 7d00fe8622
    Merge pull request #21 from gravityfargo/main Hyeonseo Nam 2024-03-03 17:55:32 +0900
  • a5478ec4cc
    fix regex Nathan Price 2024-03-01 15:58:36 -0500
  • 06c3c051ad v1.1.1 1.1.1 Hyeonseo Nam 2023-05-06 01:38:00 +0900
  • d8aede8a3d Fix toggle save and some error handlings Hyeonseo Nam 2023-05-06 01:37:28 +0900
  • eed824884a v1.1.0 1.1.0 Hyeonseo Nam 2023-05-04 03:01:34 +0900
  • 1796ae9fa5 Edit README.md Hyeonseo Nam 2023-05-04 02:52:06 +0900
  • a9321e60fb Fix json regex more robust to catch the response Hyeonseo Nam 2023-05-04 02:33:07 +0900
  • c09fca3d9e Edit: change frontmatter, title to OutType from OutLocation Hyeonseo Nam 2023-05-04 02:30:52 +0900
  • d450bedaba Edit option order Hyeonseo Nam 2023-05-04 00:11:07 +0900
  • 03bbf4150c Edit overwrite setting Hyeonseo Nam 2023-05-04 00:06:53 +0900
  • 98fda81999 Add insertAtContentTop Hyeonseo Nam 2023-05-03 23:53:32 +0900
  • dc31456f5e Add wikilink Hyeonseo Nam 2023-05-03 22:50:42 +0900
  • 8080215b40 Add toggle for using reference Hyeonseo Nam 2023-05-03 21:46:35 +0900
  • c30359fff3 Edit api: replace fetch to requestUrl 1.0.1 Hyeonseo Nam 2023-03-24 20:43:28 +0900
  • 310a038fb3 Edit settings: replace innerHTML to creatEl Hyeonseo Nam 2023-03-24 20:31:47 +0900
  • 5e4dc7181a Edit settings: replace to tab.setQuery Hyeonseo Nam 2023-03-24 20:25:24 +0900
  • a4aa29d83d Edit descriptions 1.0.0 Hyeonseo Nam 2023-03-20 15:58:55 +0900
  • df838bca53 Fix build errors Hyeonseo Nam 2023-03-20 14:49:20 +0900
  • 05f2db06f0 Edit README: badge Hyeonseo Nam 2023-03-20 14:31:19 +0900
  • 9447398ce0 Edit description Hyeonseo Nam 2023-03-20 14:28:50 +0900
  • ec770920c8 Edit README Hyeonseo Nam 2023-03-20 14:28:35 +0900
  • 22ed0fe9d1 Edit class names to AutoClassifier Hyeonseo Nam 2023-03-20 11:38:07 +0900
  • 82d9d6c6a7 Edit settings: edit shortcut desc Hyeonseo Nam 2023-03-20 11:33:20 +0900
  • 36b2a907bd Edit view-manager: fix getContent to exclude frontmatter Hyeonseo Nam 2023-03-20 11:28:56 +0900
  • dd5f1c0901 Edit settings: fix default refs Hyeonseo Nam 2023-03-20 11:26:39 +0900
  • 14dab6d696 Rename: auto classifier Hyeonseo Nam 2023-03-20 11:03:36 +0900
  • b1c10aa913 Refactor: remove unnecessary and fix indent Hyeonseo Nam 2023-03-20 10:50:25 +0900
  • c37b608c5d Add processing animation Hyeonseo Nam 2023-03-20 10:43:37 +0900
  • 16e6a81feb Edit settings: add shortcut Hyeonseo Nam 2023-03-20 04:56:18 +0900
  • 1ed0826ec0 Add package-lock.json Hyeonseo Nam 2023-03-20 04:41:19 +0900
  • 7b9b132d2c Edit settings: minor sentence Hyeonseo Nam 2023-03-20 04:37:59 +0900
  • a7492de901 Edit api: edit chat mode with system_role & user_prompt Hyeonseo Nam 2023-03-20 04:37:10 +0900
  • 2b484c0eeb Add main.ts: Initial Hyeonseo Nam 2023-03-20 04:32:43 +0900
  • dab734106f Edit view-manager: # symbol insertAtCursor Hyeonseo Nam 2023-03-20 04:01:04 +0900
  • 266e38d3a4 Eidt view-manager: replace chracters for window filename Hyeonseo Nam 2023-03-20 03:58:19 +0900
  • 8a8bd49aa1 Edit view-manager: add insertAtTitle Hyeonseo Nam 2023-03-20 03:32:41 +0900
  • a8cf928692 Edit settings: minor fix Hyeonseo Nam 2023-03-20 01:50:11 +0900
  • faa5f27bdf Edit style: fix Hyeonseo Nam 2023-03-20 01:04:27 +0900
  • 8b9ddc7ea3 Edit setting: add custom chat role textarea Hyeonseo Nam 2023-03-20 01:03:55 +0900
  • 29e81bc97f Edit view-manager: edit getFrontMatter to json fromat Hyeonseo Nam 2023-03-20 01:03:03 +0900
  • fd4adf989a Edit settings: force to use tag reference Hyeonseo Nam 2023-03-20 00:53:29 +0900
  • c808e197d6 Edit template: edit to system_role & user_prompt Hyeonseo Nam 2023-03-19 23:31:38 +0900
  • 2f26177b5a Edit api: edit url & model Hyeonseo Nam 2023-03-19 17:56:05 +0900
  • e8dbb82b4f Edit view-manager: add getContent Hyeonseo Nam 2023-03-18 22:30:40 +0900
  • 44e0d84f43 Edit templates: edit base command Hyeonseo Nam 2023-03-18 22:00:07 +0900
  • cb89c2dc5a Edit settings: settingTab done Hyeonseo Nam 2023-03-18 21:21:28 +0900
  • 98d94b6c87 Add initial setting Hyeonseo Nam 2023-03-18 16:49:30 +0900
  • afaf1bf6cb Edit api.ts Hyeonseo Nam 2023-03-18 00:43:49 +0900
  • 4dc51bd8e1 Edit style.css: wide text, no animation Hyeonseo Nam 2023-03-17 23:59:17 +0900
  • 45cdadba67 Edit view-manager.ts Hyeonseo Nam 2023-03-17 23:58:07 +0900
  • 8c59f55dda Edit template.ts Hyeonseo Nam 2023-03-17 21:23:28 +0900
  • abdebe0cfc Edit styles.css Hyeonseo Nam 2023-03-16 23:11:56 +0900
  • 24a50f419b Add styles.css Hyeonseo Nam 2023-03-16 23:09:38 +0900
  • 623132d79c Edit versions: minAppVersion Hyeonseo Nam 2023-03-16 14:22:13 +0900
  • 6d2aeb72b2 Edit view-manager.ts: add insertion functions Hyeonseo Nam 2023-03-16 14:20:37 +0900
  • 4093284109 Add view-manager.ts Hyeonseo Nam 2023-03-16 12:08:07 +0900
  • cb7599d658 Edit api.ts Hyeonseo Nam 2023-03-16 12:07:19 +0900
  • d8a697bebe Add api.ts Hyeonseo Nam 2023-03-15 23:49:14 +0900
  • b5d8fd929d Add main.ts Hyeonseo Nam 2023-03-15 23:00:59 +0900
  • a15f7c0e0f Add README.md Hyeonseo Nam 2023-03-13 00:44:57 +0900
  • 42413c9b9c Init files Hyeonseo Nam 2023-03-13 00:44:41 +0900
  • 5621a6d854
    Initial commit Hyeonseo Nam 2023-03-13 00:33:56 +0900