Commit graph

150 commits

Author SHA1 Message Date
Noah Boos
55d098f6fa
License - Migrate to ROSSL v3.0. 2025-09-09 09:07:02 +02:00
Noah Boos
e852f991bb Refactoring - Several refactoring 2025-07-08 23:18:41 +02:00
Noah Boos
e694935aa2 Refactoring - Added GenerateFieldGroups() 2025-07-08 21:13:33 +02:00
Noah Boos
a86b5e8855 Refactoring - Added GenerateSubmitButton() 2025-07-08 21:03:30 +02:00
Noah Boos
d4bad789ba Refactoring - Added GenerateTagsSection() 2025-07-08 18:54:27 +02:00
Noah Boos
01504871d3 Refactoring - Added id handling for AddContainer() and AddParagraph() 2025-07-08 18:53:55 +02:00
Noah Boos
2491dfd448 Refactoring - Added GenerateModelSelector() 2025-07-08 16:29:08 +02:00
Noah Boos
390d27cbb1 Refactoring - Added GenerateDeckSelector() 2025-07-08 16:27:18 +02:00
Noah Boos
0776a8aecd Features - Issue #14 (Bis) - Gestion de la suppression des tags et du ré-ajout du paragraphe 2025-06-27 16:21:56 +02:00
Noah Boos
c0cb6860e0 Features - Issue #14 (Bis) - AddNoteFromCodeBlockModal.ts & AddNoteModal.ts 2025-06-27 14:41:15 +02:00
Noah Boos
3ec55e6452 Refactoring - Removed some useless lines setting already applied CSS styles 2025-06-27 14:40:52 +02:00
Noah Boos
3a4ab2f846 Features - Issue #14 - AddNoteFromMetadataModal.ts 2025-06-27 14:40:52 +02:00
Noah Boos
8623284c0e Features - Added a CSS class setting to 100% the default width of paragraphs 2025-06-27 14:24:57 +02:00
Noah Boos
5a68dab89f Patch - Issue #13 2025-06-27 13:59:32 +02:00
Noah Boos
5fe279f9f6 Releases - 1.4.3 2025-06-15 13:35:06 +02:00
Noah Boos
633cb8d943 Releases - 1.4.3 - Set up for release 2025-06-15 13:34:41 +02:00
Noah Boos
efbe115acc Features - Automatic tag completion for AddNoteFromCodeBlockModal 2025-06-15 13:30:36 +02:00
Noah Boos
922a4dc30c Refactoring - Now uses AddTagInputGroup() instead of a duplicate of it 2025-06-15 12:58:07 +02:00
Noah Boos
1fb2078cef Patch - Issue #12 2025-06-15 12:49:22 +02:00
Noah Boos
44744da1d9 Releases - 1.4.2 2025-05-01 21:30:13 +02:00
Noah Boos
72d5861ae0 Releases - 1.4.2 - Updated manifest.json 2025-05-01 21:30:00 +02:00
Noah Boos
3ffbf1e280 Features - Added tags object to default child of codeBlockParameters 2025-05-01 21:06:00 +02:00
Noah Boos
a81b7f2a98 Code Review - JSDoc Comments 2025-05-01 21:01:35 +02:00
Noah Boos
0993bb221f Refactoring - Changed CreateFieldsGroupData() to work with both YAML and Code Block format 2025-05-01 20:19:24 +02:00
Noah Boos
6ee817f20f Features - Tag autofilling for AddNoteFromMetadataModal 2025-05-01 18:58:28 +02:00
Noah Boos
27275ed975 Refactoring - Created AddTagInputGroup() function in utils.ts 2025-05-01 18:57:57 +02:00
Noah Boos
2dcbf06fc0 Releases - 1.4.1 2025-04-26 12:51:28 +02:00
Noah Boos
2b2212d74e Releases - 1.4.1 - Updated manifest.json 2025-04-26 12:51:22 +02:00
Noah Boos
167c8e9545 Patch - Displaying error message successfully (Issue #7 complement) 2025-04-26 12:50:59 +02:00
Noah Boos
610a85fd3e Patch - Issue #8 2025-04-26 12:44:01 +02:00
Noah Boos
21d7c1aa1f Patch - Issue #7 2025-04-26 12:14:23 +02:00
Noah Boos
0ee237db32 Refactoring - Deleted useless asynchronous code to prevent potential bugs 2025-04-26 10:58:49 +02:00
Noah Boos
05d8bf9d90 Patch - Issue #6 2025-04-26 10:57:49 +02:00
Noah Boos
e7f9dfd14d Patch - Issue #5 2025-04-26 10:37:12 +02:00
Noah Boos
6d8fa1ca2f Releases - 1.4.0 2025-04-25 22:28:22 +02:00
Noah Boos
a5801cd057 Releases - 1.4.0 - Updated manifest.json 2025-04-25 22:28:00 +02:00
Noah Boos
c85bd8bd2f Code Refactoring - Turned tags array building's code into a reusable function in utils.ts 2025-04-25 22:24:44 +02:00
Noah Boos
f0a533fb7e Features - Added Tags support to AddNoteFromCodeBlockModal feature 2025-04-25 22:18:39 +02:00
Noah Boos
74381c02c3 Features - Added Tags support to AddNoteFromMetadataModal feature 2025-04-25 22:18:31 +02:00
Noah Boos
651b40f231 Features (AddNoteModal as test) - Finished Back-End of tags feature : User can now add tags to a note 2025-04-25 22:07:18 +02:00
Noah Boos
aad84fe7dd Features (AddNoteModal as test) - Finished Front-End of tagsBody 2025-04-25 20:41:03 +02:00
Noah Boos
73690f125a Features (AddNoteModal as test) - Added autofocus on newly generated input 2025-04-25 18:18:24 +02:00
Noah Boos
d49f5899bf Features (AddNoteModal as test) - Added "field-sizing: content;" to tag-related input 2025-04-25 18:17:29 +02:00
Noah Boos
f314e40202 Features (AddNoteModal as test) - Started Front-End of tagsBody 2025-04-25 17:48:58 +02:00
Noah Boos
10d5ef4c7d Features (AddNoteModal as test) - Added Front-End of tagsHeader 2025-04-25 14:26:39 +02:00
Noah Boos
8a4d79f42b Code Refactoring - Added default- in some CSS classes name 2025-04-25 14:05:15 +02:00
Noah Boos
b796095e66 Code Refactoring - Converted AddButton's generated button from HTMLButtonElement to ButtonComponent 2025-04-25 12:32:10 +02:00
Noah Boos
3e0fbfc364 Behavior - Changed subtitle's width to their content width 2025-04-25 11:52:14 +02:00
Noah Boos
ec3cf231d4 Releases - 1.3.1 2025-04-23 22:18:35 +02:00
Noah Boos
21bc8ad99a Releases - 1.3.1 - Set up "manifest.json" 2025-04-23 21:33:12 +02:00