Commit graph

305 commits

Author SHA1 Message Date
Kacper Kula
04bc8fb2fa chore: fixing issue with using reserved word 2025-03-23 11:24:51 +00:00
Kacper Kula
460050d2f8 feat: Markdown tables can now refer to named headers and other files 2025-03-22 18:36:40 +00:00
Kacper Kula
d83fbb768d chore: 0.29.0 release 2025-03-21 17:46:33 +00:00
Kacper Kula
bd31209fc4
Merge pull request #116 from h-sphere/release/0.29.0
release: 0.29.0
2025-03-21 17:41:34 +00:00
Kacper Kula
0c66b267eb docs: added changelog for the checkbox field 2025-03-21 17:40:00 +00:00
Kacper Kula
473af55502 docs: adding changelog 2025-03-21 17:38:05 +00:00
Kacper Kula
7b29a005bc docs: updating changelog 2025-03-21 17:38:05 +00:00
Kacper Kula
1377a0ef4a docs: adding changelog for future release 2025-03-21 17:38:05 +00:00
Kacper Kula
aa3dc772b0
Merge pull request #121 from h-sphere/feat/interactive-task-checkboxes
Feat/interactive task checkboxes
2025-03-21 17:37:43 +00:00
Kacper Kula
d8747be8f5
Merge pull request #120 from h-sphere/chore/fix-build-issues
chore: supressing warnings when compiling the project
2025-03-21 17:36:26 +00:00
Kacper Kula
8d5e05b9ed chore: supressing warnings when compiling the project 2025-03-21 17:07:44 +00:00
Kacper Kula
ebf25437ac chore: adding more tests and fixing small bugs 2025-03-21 17:05:24 +00:00
Kacper Kula
66b1172342 feat: added option to display interactive checkboxes in tasks table 2025-03-21 16:50:03 +00:00
Kacper Kula
fba988511c
Merge pull request #108 from kDCYorke/feature/frontmatterLinks
feat: Add frontmatter links to the links table
2025-03-20 09:02:41 +00:00
Kacper Kula
6ea57ff6ab
Merge branch 'main' into feature/frontmatterLinks 2025-03-20 09:02:33 +00:00
Kacper Kula
1beb4a5d52
Merge pull request #111 from sksizer/TagsOnFileFix
Quick Fix For Missing Frontmatter Tags
2025-03-20 08:43:47 +00:00
Kai Yorke
adaec2ca58
Add examples to documentation 2025-03-20 14:01:50 +13:00
Kai Yorke
eb31360dad
Make typecheck happy 2025-03-20 13:43:40 +13:00
Kacper Kula
756f6ed313
Merge pull request #109 from kDCYorke/feature/single-col-list
feat: do not nest lists with a single column of data
2025-03-19 12:08:27 +00:00
Kacper Kula
95aca44414
Merge pull request #115 from h-sphere/docs/syntax-highlighting
docs: adding syntax highlighting to the documentation
2025-03-19 11:45:38 +00:00
Kacper Kula
ef19e25684 docs: adding syntax highlighting to the documentation 2025-03-19 11:35:38 +00:00
Kelly Sizer
07f729ffc5 Adding documentation for tags behavior 2025-03-18 23:19:04 -05:00
Kelly Sizer
7a4704c743 tags in frontmatter was being removed from file query results via a destructuring assignment. Removed this destructured assignment 2025-03-18 01:26:06 -05:00
Kai Yorke
5ae775b6b5
feat: do not nest lists with a single column of data 2025-03-18 14:15:57 +13:00
Kai Yorke
46643a7111
feat: Add frontmatter links to the links table 2025-03-18 10:42:10 +13:00
Kacper Kula
77a4f7109e
Merge pull request #107 from h-sphere/feat/template-expose-properties
feat: template can now access file properties
2025-03-15 16:23:34 +00:00
Kacper Kula
4053550dcc feat: template can now access file properties 2025-03-15 16:22:20 +00:00
Kacper Kula
79be354ca8
Merge pull request #106 from h-sphere/fix/name-should-not-truncate-after-dot
feat: filenames are no longer truncated after the dots
2025-03-15 15:41:49 +00:00
Kacper Kula
0fe0d28457 feat: filenames are no longer truncated after the dots 2025-03-15 15:40:12 +00:00
Kacper Kula
768fcee9ce
Merge pull request #104 from h-sphere/feat/configure-grid
Adding extra configuration options: default renderer and grid page size.
2025-03-14 17:29:19 +00:00
Kacper Kula
e9f50326cb chore: updating version 2025-03-14 17:27:55 +00:00
Kacper Kula
4456786f4b feat: added ability to change default renderer and specify default pagination size 2025-03-14 17:27:27 +00:00
Kacper Kula
29e84c3ccd
Merge pull request #103 from h-sphere/feat/js-syntax-highlighting
feat: adding JS syntax highlighting (to be used in Charts view)
2025-03-14 15:42:33 +00:00
Kacper Kula
8e07e35950 chore: skipping type checking in the js highlighter 2025-03-14 15:41:44 +00:00
Kacper Kula
376314a872 chore: fixing code quality 2025-03-14 15:39:14 +00:00
Kacper Kula
c7f1dfa739 feat: adding JS syntax highlighting (to be used in Charts view) 2025-03-14 15:37:44 +00:00
Kacper Kula
678ef948f8 chore: releasing types package 2025-03-14 11:17:38 +00:00
Kacper Kula
9269d13559
Merge pull request #102 from h-sphere/release/0.28.0
release: 0.28.0
2025-03-14 10:37:27 +00:00
Kacper Kula
28f77662ed release: 0.28.0 2025-03-14 10:35:47 +00:00
Kacper Kula
76cf20bd0d
Merge pull request #96 from h-sphere/chore/codeblock-copy
chore: codeblock now includes markdown codeblock wrapping syntax
2025-03-14 10:28:57 +00:00
Kacper Kula
78c81a80aa chore: codeblock now includes markdown codeblock wrapping syntax 2025-03-14 10:28:04 +00:00
Kacper Kula
c66b78f88d
Merge pull request #98 from h-sphere/feat/exposing-more-file-variables
feat: exposing filename, path and extension
2025-03-14 10:27:41 +00:00
Kacper Kula
51339f061a chore: updating documentation 2025-03-14 10:26:43 +00:00
Kacper Kula
e756657101 chore: updated changelog 2025-03-14 10:26:35 +00:00
Kacper Kula
8cb185b40d chore: adding extra variables to the inline query too 2025-03-14 10:26:09 +00:00
Kacper Kula
81d99d7813 feat: exposing filename, path and extension 2025-03-14 10:26:04 +00:00
Kacper Kula
4e3e30949f
Merge pull request #99 from h-sphere/feat/external-plugin-flags-register
chore: adding ability to register flags
2025-03-14 10:24:52 +00:00
Kacper Kula
d1d2231f5e chore: fixing issue with typing 2025-03-14 10:23:51 +00:00
Kacper Kula
6791ab01fb chore: bumping up API version 2025-03-14 10:22:20 +00:00
Kacper Kula
ece0df6fde chore: modifying changelog 2025-03-14 10:22:14 +00:00