Commit graph

132 commits

Author SHA1 Message Date
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
Noah Boos
6a8d62e703 Features - Turned code block's heading's code to @legacy and disabled it 2025-04-23 20:39:39 +02:00
Noah Boos
f9264d4473 Code Review - Refactored all "codeblock" as either "codeBlock" or "code block", depending on the use case 2025-04-23 20:25:52 +02:00
Noah Boos
d0292ee409 Code Review - Updated main.ts documentation using JSDoc 2025-04-23 20:15:15 +02:00
Noah Boos
b1323e6e1d Features - Added Markdown Codeblock Processor that hides / reveal AnIn codeblock in preview mode depending on setting choice 2025-04-22 23:25:11 +02:00
Noah Boos
c95251308c Features - "Enable invisible codeblock" setting added 2025-04-22 22:31:50 +02:00
Noah Boos
41a36065f2 Code Review - Changed AutoAssignDeck(), AutoAssignModel() and AutoGenerateFields() from asynchronous to synchronous functions 2025-04-22 18:21:13 +02:00
Noah Boos
c8abfad182 Code Review - Commented utils function behavior with JSDoc 2025-04-22 17:54:35 +02:00
Noah Boos
e62bf2dba0 Code Review - Commented AddNoteFromCodeblockModal's method behavior with JSDoc 2025-04-22 17:37:07 +02:00
Noah Boos
7d578778fd Code Review - Commented AddNoteFromCodeblockModal's onOpenAsync()'s inner behavior with JSDoc 2025-04-22 17:28:07 +02:00
Noah Boos
6f6877e4a9 Code Review - Commented AddNoteFromCodeblockModal's onClose() with JSDoc 2025-04-22 17:28:07 +02:00
Noah Boos
3c10638fce Code Review - Commented AddNoteFromCodeblockModal's GetCodeBlockParameters()'s inner behavior with JSDoc 2025-04-22 17:28:06 +02:00
Noah Boos
84fa1976bd Refactoring - JSDoc and variable names changes for better clarity 2025-04-21 22:58:01 +02:00
Noah Boos
34124df636 Refactoring - AddNoteFromMetadataModal's AddFieldsGroupToModal() now handles the data container instead of receiving ready-to-use data 2025-04-21 22:57:12 +02:00
Noah Boos
128be3ba8b Refactoring - AddNoteFromMetadataModal now trigger an onOpenAsync() method that handles values auto assignment 2025-04-21 22:56:07 +02:00
Noah Boos
7ba9ec8222 Refactoring - AddNoteFromCodeblockModal's AddFieldsGroupToModal() now handles the data container instead of receiving ready-to-use data 2025-04-21 22:54:38 +02:00
Noah Boos
d2336dee74 Refactoring - AutoGenerateFields() now trigger modal.AddFieldsGroupsToModal by using noteParameters instead of noteParameters["field"]
Allows an independent handling of noteParameters attributes and enhances function compatibility for different data container
2025-04-21 22:53:14 +02:00
Noah Boos
30914d780d Features - User can now create a note using a code block 2025-04-21 20:09:09 +02:00
Noah Boos
9087cfe8c2 Features - Added "Add a new note from codeblock" command 2025-04-21 20:06:48 +02:00