Commit graph

  • 55d098f6fa
    License - Migrate to ROSSL v3.0. main Noah Boos 2025-09-09 09:07:02 +0200
  • e852f991bb Refactoring - Several refactoring Noah Boos 2025-07-08 22:57:51 +0200
  • e694935aa2 Refactoring - Added GenerateFieldGroups() Noah Boos 2025-07-08 21:09:23 +0200
  • a86b5e8855 Refactoring - Added GenerateSubmitButton() Noah Boos 2025-07-08 19:02:44 +0200
  • d4bad789ba Refactoring - Added GenerateTagsSection() Noah Boos 2025-07-08 18:54:27 +0200
  • 01504871d3 Refactoring - Added id handling for AddContainer() and AddParagraph() Noah Boos 2025-07-08 18:53:55 +0200
  • 2491dfd448 Refactoring - Added GenerateModelSelector() Noah Boos 2025-07-08 16:29:08 +0200
  • 390d27cbb1 Refactoring - Added GenerateDeckSelector() Noah Boos 2025-07-08 16:27:18 +0200
  • 0776a8aecd Features - Issue #14 (Bis) - Gestion de la suppression des tags et du ré-ajout du paragraphe Noah Boos 2025-06-27 16:21:56 +0200
  • c0cb6860e0 Features - Issue #14 (Bis) - AddNoteFromCodeBlockModal.ts & AddNoteModal.ts Noah Boos 2025-06-27 14:40:33 +0200
  • 3ec55e6452 Refactoring - Removed some useless lines setting already applied CSS styles Noah Boos 2025-06-27 14:40:06 +0200
  • 3a4ab2f846 Features - Issue #14 - AddNoteFromMetadataModal.ts Noah Boos 2025-06-27 14:28:13 +0200
  • 8623284c0e Features - Added a CSS class setting to 100% the default width of paragraphs Noah Boos 2025-06-27 14:24:57 +0200
  • 5a68dab89f Patch - Issue #13 Noah Boos 2025-06-27 13:59:32 +0200
  • 5fe279f9f6 Releases - 1.4.3 1.4.3 Noah Boos 2025-06-15 13:35:06 +0200
  • 633cb8d943 Releases - 1.4.3 - Set up for release Noah Boos 2025-06-15 13:34:41 +0200
  • efbe115acc Features - Automatic tag completion for AddNoteFromCodeBlockModal Noah Boos 2025-06-15 13:30:36 +0200
  • 922a4dc30c Refactoring - Now uses AddTagInputGroup() instead of a duplicate of it Noah Boos 2025-06-15 12:58:07 +0200
  • 1fb2078cef Patch - Issue #12 Noah Boos 2025-06-15 12:49:22 +0200
  • 44744da1d9 Releases - 1.4.2 1.4.2 Noah Boos 2025-05-01 21:30:13 +0200
  • 72d5861ae0 Releases - 1.4.2 - Updated manifest.json Noah Boos 2025-05-01 21:30:00 +0200
  • 3ffbf1e280 Features - Added tags object to default child of codeBlockParameters Noah Boos 2025-05-01 21:06:00 +0200
  • a81b7f2a98 Code Review - JSDoc Comments Noah Boos 2025-05-01 21:01:35 +0200
  • 0993bb221f Refactoring - Changed CreateFieldsGroupData() to work with both YAML and Code Block format Noah Boos 2025-05-01 20:19:24 +0200
  • 6ee817f20f Features - Tag autofilling for AddNoteFromMetadataModal Noah Boos 2025-05-01 18:58:28 +0200
  • 27275ed975 Refactoring - Created AddTagInputGroup() function in utils.ts Noah Boos 2025-05-01 18:57:57 +0200
  • 2dcbf06fc0 Releases - 1.4.1 1.4.1 Noah Boos 2025-04-26 12:51:28 +0200
  • 2b2212d74e Releases - 1.4.1 - Updated manifest.json Noah Boos 2025-04-26 12:51:22 +0200
  • 167c8e9545 Patch - Displaying error message successfully (Issue #7 complement) Noah Boos 2025-04-26 12:50:59 +0200
  • 610a85fd3e Patch - Issue #8 Noah Boos 2025-04-26 12:44:01 +0200
  • 21d7c1aa1f Patch - Issue #7 Noah Boos 2025-04-26 12:14:23 +0200
  • 0ee237db32 Refactoring - Deleted useless asynchronous code to prevent potential bugs Noah Boos 2025-04-26 10:58:22 +0200
  • 05d8bf9d90 Patch - Issue #6 Noah Boos 2025-04-26 10:57:49 +0200
  • e7f9dfd14d Patch - Issue #5 Noah Boos 2025-04-26 10:37:12 +0200
  • 6d8fa1ca2f Releases - 1.4.0 Noah Boos 2025-04-25 22:28:22 +0200
  • a5801cd057 Releases - 1.4.0 - Updated manifest.json Noah Boos 2025-04-25 22:28:00 +0200
  • c85bd8bd2f Code Refactoring - Turned tags array building's code into a reusable function in utils.ts 1.4.0 Noah Boos 2025-04-25 22:24:44 +0200
  • f0a533fb7e Features - Added Tags support to AddNoteFromCodeBlockModal feature Noah Boos 2025-04-25 22:18:39 +0200
  • 74381c02c3 Features - Added Tags support to AddNoteFromMetadataModal feature Noah Boos 2025-04-25 22:18:31 +0200
  • 651b40f231 Features (AddNoteModal as test) - Finished Back-End of tags feature : User can now add tags to a note Noah Boos 2025-04-25 22:07:18 +0200
  • aad84fe7dd Features (AddNoteModal as test) - Finished Front-End of tagsBody Noah Boos 2025-04-25 20:41:03 +0200
  • 73690f125a Features (AddNoteModal as test) - Added autofocus on newly generated input Noah Boos 2025-04-25 18:18:24 +0200
  • d49f5899bf Features (AddNoteModal as test) - Added "field-sizing: content;" to tag-related input Noah Boos 2025-04-25 18:17:29 +0200
  • f314e40202 Features (AddNoteModal as test) - Started Front-End of tagsBody Noah Boos 2025-04-25 17:48:58 +0200
  • 10d5ef4c7d Features (AddNoteModal as test) - Added Front-End of tagsHeader Noah Boos 2025-04-25 14:26:39 +0200
  • 8a4d79f42b Code Refactoring - Added default- in some CSS classes name Noah Boos 2025-04-25 14:05:15 +0200
  • b796095e66 Code Refactoring - Converted AddButton's generated button from HTMLButtonElement to ButtonComponent Noah Boos 2025-04-25 12:32:10 +0200
  • 3e0fbfc364 Behavior - Changed subtitle's width to their content width Noah Boos 2025-04-25 11:52:14 +0200
  • ec3cf231d4 Releases - 1.3.1 Noah Boos 2025-04-23 22:18:35 +0200
  • 21bc8ad99a Releases - 1.3.1 - Set up "manifest.json" Noah Boos 2025-04-23 21:33:12 +0200
  • 6a8d62e703 Features - Turned code block's heading's code to @legacy and disabled it 1.3.1 Noah Boos 2025-04-23 20:39:39 +0200
  • f9264d4473 Code Review - Refactored all "codeblock" as either "codeBlock" or "code block", depending on the use case Noah Boos 2025-04-23 20:25:52 +0200
  • d0292ee409 Code Review - Updated main.ts documentation using JSDoc Noah Boos 2025-04-23 20:15:15 +0200
  • b1323e6e1d Features - Added Markdown Codeblock Processor that hides / reveal AnIn codeblock in preview mode depending on setting choice Noah Boos 2025-04-22 23:24:26 +0200
  • c95251308c Features - "Enable invisible codeblock" setting added Noah Boos 2025-04-22 22:31:50 +0200
  • 41a36065f2 Code Review - Changed AutoAssignDeck(), AutoAssignModel() and AutoGenerateFields() from asynchronous to synchronous functions Noah Boos 2025-04-22 18:21:13 +0200
  • c8abfad182 Code Review - Commented utils function behavior with JSDoc Noah Boos 2025-04-22 17:54:20 +0200
  • e62bf2dba0 Code Review - Commented AddNoteFromCodeblockModal's method behavior with JSDoc Noah Boos 2025-04-22 17:37:07 +0200
  • 7d578778fd Code Review - Commented AddNoteFromCodeblockModal's onOpenAsync()'s inner behavior with JSDoc Noah Boos 2025-04-22 17:27:50 +0200
  • 6f6877e4a9 Code Review - Commented AddNoteFromCodeblockModal's onClose() with JSDoc Noah Boos 2025-04-22 17:23:18 +0200
  • 3c10638fce Code Review - Commented AddNoteFromCodeblockModal's GetCodeBlockParameters()'s inner behavior with JSDoc Noah Boos 2025-04-22 17:22:08 +0200
  • 84fa1976bd Refactoring - JSDoc and variable names changes for better clarity 1.3.0 Noah Boos 2025-04-21 22:58:01 +0200
  • 34124df636 Refactoring - AddNoteFromMetadataModal's AddFieldsGroupToModal() now handles the data container instead of receiving ready-to-use data Noah Boos 2025-04-21 22:57:12 +0200
  • 128be3ba8b Refactoring - AddNoteFromMetadataModal now trigger an onOpenAsync() method that handles values auto assignment Noah Boos 2025-04-21 22:56:07 +0200
  • 7ba9ec8222 Refactoring - AddNoteFromCodeblockModal's AddFieldsGroupToModal() now handles the data container instead of receiving ready-to-use data Noah Boos 2025-04-21 22:54:38 +0200
  • d2336dee74 Refactoring - AutoGenerateFields() now trigger modal.AddFieldsGroupsToModal by using noteParameters instead of noteParameters["field"] Noah Boos 2025-04-21 22:53:14 +0200
  • 30914d780d Features - User can now create a note using a code block Noah Boos 2025-04-21 20:09:09 +0200
  • 9087cfe8c2 Features - Added "Add a new note from codeblock" command Noah Boos 2025-04-21 20:05:52 +0200
  • 5139b8f836 Merge remote-tracking branch 'origin/main' Noah Boos 2025-04-21 13:48:03 +0200
  • 664a57cf9d Patch - Issue #2 1.2.1 Noah Boos 2025-04-21 13:40:45 +0200
  • 56878fc909 Patch - "Bug - Fields not disappearing after unselecting a model." Noah Boos 2025-04-21 13:40:45 +0200
  • a06aa9a477 Features - Added "SHIFT + ENTER" shortcut to trigger deck and notes creation 1.2.0 Noah Boos 2025-04-21 13:19:59 +0200
  • f372a3f132 Releases - 1.1.0 - Updated manifest.json, package.json Noah Boos 2025-04-18 16:56:55 +0200
  • ca15a1b589 Releases - 1.1.0 1.1.0 Noah Boos 2025-04-18 16:53:52 +0200
  • cb290a6314 Patch - Now check if the two first field are filled and display a notice + returns if not Noah Boos 2025-04-18 16:50:23 +0200
  • ba510bf7ab Code Review - AddNoteFromMetadataModal ; Features - Created AddFieldsGroupsToModal method ; Implemented error handler ; Patch - Now add fields related to the pre-selected model Noah Boos 2025-04-18 16:49:22 +0200
  • a7fdafe699 Features - Added deck and model pre-selection thanks to Yaml Parsing Noah Boos 2025-04-18 16:06:28 +0200
  • 00ced430b3 QoL - AddNoteFromMetadataModal now fetch Yaml metadata at onOpen() start Noah Boos 2025-04-18 15:31:43 +0200
  • cce32cfdbe Refactoring - Removed useless for statement Noah Boos 2025-04-18 15:29:24 +0200
  • 495a63c2ad Features - Added AddNoteFromMetadataModal ; Refactored code in AddNoteModal and in some utils methods Noah Boos 2025-04-18 13:27:43 +0200
  • 666489e5c7 Features - Added "Add a new note from metadata" command to Obsidian Noah Boos 2025-04-18 13:26:48 +0200
  • f7e551ec93 Merge remote-tracking branch 'origin/main' Noah Boos 2025-04-04 22:11:40 +0200
  • b4e7e674bc Code review - Updated plugin description by removing "Obsidian". Noah Boos 2025-04-04 22:10:59 +0200
  • 17f1005051
    Minor changes for submitting the plugin Noah Boos 2025-03-31 23:38:28 +0200
  • 90ee6dd675 Code review - Updated README.md to explain what AnIn really bring to people compared to other solutions Noah Boos 2025-03-26 18:23:17 +0100
  • a155edf916 Code review - Updated plugin description Noah Boos 2025-03-26 18:14:33 +0100
  • b58e678284 Code review - Removed default setting Noah Boos 2025-03-26 18:11:23 +0100
  • 10c73dea76 Merge remote-tracking branch 'origin/main' NoahBoos 2025-03-14 23:44:49 +0100
  • c682f84bdc Releases - 1.0.0 - Set up "manifest.json" for submission to the Obsidian Team NoahBoos 2025-03-14 23:28:46 +0100
  • c0648cea1e Releases - 1.0.0 - Set up "manifest.json" for submission to the Obsidian Team NoahBoos 2025-03-14 23:28:46 +0100
  • 5b73978f7e Merge remote-tracking branch 'origin/main' NoahBoos 2025-03-14 23:10:12 +0100
  • 6a2d2cc2e2 Releases - 1.0.0 NoahBoos 2025-03-14 22:40:13 +0100
  • e9e7a1b23a Releases - 1.0.0 1.0.0 NoahBoos 2025-03-14 22:40:13 +0100
  • 07d0e6aefc Updated .gitignore NoahBoos 2025-03-14 21:21:37 +0100
  • a4a4e393f1 Reverted NPM Script NoahBoos 2025-03-14 21:16:18 +0100
  • 1ad68e4c5d Editing NPM Script NoahBoos 2025-03-14 21:12:21 +0100
  • 38c9ffdfae Release - Add release workflow NoahBoos 2025-03-14 20:57:18 +0100
  • cbce428f94 Code Review - Changing the title of the AddNoteModal NoahBoos 2025-03-14 20:56:58 +0100
  • a657746290
    Create README.md Noah Boos 2025-03-13 21:58:13 +0100
  • 6cee164a2a Features - Implemented "AddNote()" ; Implemented behavior for the submit button in AddNoteModal.ts NoahBoos 2025-03-13 20:20:57 +0100