Commit Graph

78 Commits

Author SHA1 Message Date
Elio Struyf 143599bb39 #591 - Added date format support on datetime field 2023-06-22 14:51:33 +02:00
Elio Struyf 76126b0291 #566 - implementing persistent panel for previews 2023-04-06 19:21:56 +02:00
Elio Struyf 42c44ca3a5 #539 - fix file prefix 2023-03-16 09:51:57 +01:00
Elio Struyf 3b0ea3132c #518: Fix YAML parser 2023-03-02 11:50:24 +01:00
Elio Struyf 1b1eac0a43 Merge branch 'furkanb-issue/#504' into dev 2023-02-11 12:08:04 +01:00
furkanb 6b19e69806 sanitize defaultFileName 2023-02-11 01:55:07 +03:00
furkanb 04960b7fdb issue/#504 2023-02-11 01:47:03 +03:00
Elio Struyf 327559fdd7 #425 - support added for placeholders in the page folders path 2023-02-09 22:30:36 +01:00
Pongstr 9c9102f6f5 chore(devx-improvements): Deps upgrades + Prettier 2023-02-02 11:13:55 +02:00
Elio Struyf e19b4d7d6c #493 - fix issue with custom placeholders 2023-01-24 10:44:16 +01:00
Elio Struyf 70316c4c28 #474 - Allow to define the file prefix on content types 2022-12-23 15:00:49 +01:00
Elio Struyf 59cbc03b0c #458 - Add prefix to page bundles 2022-11-14 10:48:15 +01:00
Elio Struyf f1a8e0d425 #458 - Ability to configure the file prefix on folder level 2022-11-09 10:31:49 +01:00
Elio Struyf e864d56081 #447 - Allow to use placeholders on git commit messages 2022-11-04 10:33:23 +01:00
Elio Struyf a072957793 Updated exists to async 2022-10-06 21:49:53 +02:00
Elio Struyf fad5ad7243 Moving away from fs sync methods 2022-10-06 21:36:51 +02:00
Elio Struyf e455fa764b #369 - required fields 2022-09-15 11:13:26 +02:00
Elio Struyf 5b712e64d7 #390: Implement another JSON parser 2022-09-02 13:26:25 +02:00
Elio Struyf 76e3c08405 Fix for custom placeholders that return errors 2022-09-02 09:49:48 +02:00
Elio Struyf 89aab6c74e #352 - Added notification + progress notification 2022-07-27 11:56:51 +02:00
Elio Struyf 7badfda41b #352 - Custom placeholders now support scripting 2022-07-21 18:38:53 +03:00
Elio Struyf 3583a2b962 #337 - Add support for other fm types 2022-05-17 16:19:40 +02:00
Elio Struyf b80de402bd #330 - Update front matter from script 2022-05-05 17:41:25 +02:00
Elio Struyf c4055eb37c Content type generation 2022-04-21 21:18:24 +02:00
Elio Struyf 39a30b320d #304 - Fix yaml stringify 2022-04-01 15:42:59 +02:00
Elio Struyf 9839013465 Fix #257 2022-03-17 16:13:32 +01:00
Elio Struyf c09831e832 #286 - Fix for content types not containing fields 2022-03-16 19:33:39 +01:00
Elio 4fe9794b10 Additional logging 2022-03-16 08:41:32 +01:00
Elio Struyf 9413a6f878 #290 - Fix for onDidChangeTextEditorSelection listener sending metadata updates 2022-03-15 14:17:09 +01:00
Elio Struyf e77672dfc7 Added new placeholders 2022-03-14 16:46:57 +01:00
Elio Struyf ea11a3646f #283 - Published date sorting 2022-03-08 08:58:03 +01:00
Elio Struyf 0d7b55c52f #270 #282 - Enhancements for page bundles and related folders + files 2022-03-07 20:52:21 +01:00
Elio Struyf 5644c0c381 #281 - Introduce new date fields and deprecate settings 2022-03-07 11:39:57 +01:00
Elio Struyf 576ee9ca9d First steps to create the snippet dashboard 2022-03-02 08:40:30 +01:00
Elio Struyf 57e93b91c5 #268 - preserve casing of filename on creation 2022-02-24 18:04:09 +01:00
Elio Struyf cbb0d8f72b Refactoring explorer view to listeners 2022-02-12 17:58:59 +01:00
Elio Struyf 781ab6ac40 #243 - Refactoring front matter parsing 2022-02-08 13:17:56 +01:00
Elio Struyf d7a0f71552 #225 - Optimize slug will now process all fields with {{slug}} 2022-01-19 13:53:19 +01:00
Elio Struyf 00bb8c6385 #227 - File type updates 2022-01-18 11:02:05 +01:00
Elio Struyf 1deb969c20 #227 - Added new supported file types setting 2022-01-17 14:48:46 +01:00
Elio Struyf 179b31f67c #230 - front matter json support added 2022-01-16 19:49:18 +01:00
Elio Struyf 3e33383eb1 #225 - Placeholder support for front matter field values (template and content type) 2022-01-15 20:35:06 +01:00
Elio Struyf 2dd129d9bd Remove unused references 2022-01-14 17:52:06 +01:00
Elio Struyf a6dcc1ea79 Merge pull request #222 from farmerau/onWillSaveTextDocument 2022-01-07 12:55:34 +01:00
Elio Struyf 32a686227e #221 - Logic to remove new line by gray matter 2022-01-07 12:54:39 +01:00
Austin Farmer faa74132e5 Adjust Automatic Date Updates to Run on Save
Prefers `onWillSaveTextDocument` over `onDidChangeTextDocument` for the triggering event.
2022-01-06 15:44:36 -05:00
Elio Struyf 2f31230e07 Merge pull request #220 from farmerau/markdown-file-heuristics-mdx 2022-01-05 18:40:01 +01:00
Austin Farmer c4225c0011 Support detection by file extension 2022-01-05 11:38:32 -05:00
Elio Struyf bb980b4afe #218 - Added MDX support for template and content creation 2022-01-04 11:51:11 +01:00
Elio Struyf 6da3ddb5dd #206 - Removal of the front matter parsing error notification 2021-12-20 20:38:56 +01:00