Commit graph

349 commits

Author SHA1 Message Date
Kacper Kula
54e89ccf3b
Merge pull request #152 from h-sphere/fix/editing-csv-files
fix: fixed issue with CSV files edits not being properly saved
2025-05-02 19:54:57 +01:00
Kacper Kula
6c349c6020 fix: fixed issue with CSV files edits not being properly saved 2025-05-02 19:53:16 +01:00
Kacper Kula
b5cbfcee93
Merge pull request #150 from h-sphere/feat/linking-other-files
feat: linking to other files from codeblock
2025-04-30 12:40:03 +01:00
Kacper Kula
03434dca10 feat: linking to other files from codeblock 2025-04-30 12:38:53 +01:00
Kacper Kula
5254a67bc0
Merge pull request #149 from h-sphere/feat/support-obsidian-minimal-styles
feat: adding support for obsidian-minimal styles
2025-04-30 12:38:45 +01:00
Kacper Kula
3df43681cf feat: adding support for obsidian-minimal styles 2025-04-30 10:37:34 +01:00
Kacper Kula
cd0bcfd8e2
Merge pull request #144 from h-sphere/release/0.33.0
Release 0.33.0
2025-04-10 10:33:45 +01:00
Kacper Kula
2dbb512467 docs: added canvas fix to changelog 2025-04-10 10:32:53 +01:00
Kacper Kula
2b05291c01
Merge pull request #145 from h-sphere/fix/canvas-rendering
fix: fixing canvas rendering
2025-04-10 10:31:29 +01:00
Kacper Kula
98427088f7 fix: fixing canvas rendering 2025-04-10 10:25:44 +01:00
Kacper Kula
3d4a5f352f chore: updated version 2025-04-10 10:02:35 +01:00
Kacper Kula
73dc96fd5f docs: added changelog for merged PRs 2025-04-10 10:02:06 +01:00
Kacper Kula
7ed7934993
Merge pull request #141 from satkowski/fix-missing-number-handling
Fix: fixed the missing handling of numbers for renderer
2025-04-10 10:01:30 +01:00
Kacper Kula
85bb0e0afb
Merge pull request #140 from satkowski/renderContext-update
Fix: added a new property to the render context: the file path the call originates from
2025-04-10 10:00:45 +01:00
Marc Satkowski
9e28aebfb6 set the missing value for the GridRenderer render call in the CSVView 2025-04-09 19:53:34 +02:00
Marc Satkowski
119177b258 forgot to handle the union type change somewhere in RenderContext 2025-04-09 19:46:08 +02:00
Marc Satkowski
bb2596a462 broaden the union type of CellParserResult by adding number 2025-04-09 19:43:05 +02:00
Kacper Kula
2a9c6cadad docs: adding changelog entries 2025-04-09 14:33:30 +01:00
Kacper Kula
f38dfe08a1
Merge pull request #142 from satkowski/fix-list-properties-dont-render
fix: list properties were not correctly rendered for some renderer types
2025-04-09 14:22:49 +01:00
Kacper Kula
030df00459
Merge pull request #139 from satkowski/renderAsString-update
Fix: changed the way how images are rendered as strings
2025-04-09 14:17:28 +01:00
Kacper Kula
1973789308 chore: documentation describing issue with obsidian-sync 2025-04-09 11:37:04 +01:00
Marc Satkowski
cc987c7cc7 fix: list properties were not correctly rendered for some renderer types 2025-04-08 23:56:41 +02:00
Marc Satkowski
e611b557aa fixed the missing handling of numbers for renderer
- sql functions like sum or count would result in numbers in the data object, however, those were incorrectly handeled
2025-04-06 13:35:27 +02:00
Marc Satkowski
30ec0b5cdd added a new property to the render context: the file path the call originates from 2025-04-05 22:46:46 +02:00
Marc Satkowski
31918eb5f6 changed the way how images are rendered as strings 2025-04-05 22:44:20 +02:00
Kacper Kula
4f9d04200e chore: bumping version of typed package 2025-04-02 17:06:18 +01:00
Kacper Kula
beedfaab7c chore: fixing few type issues 2025-04-02 17:05:20 +01:00
Kacper Kula
97ec36218f
Merge pull request #136 from h-sphere/feat/text-cell-parser
fix: plenty fixes
2025-04-02 16:59:06 +01:00
Kacper Kula
b2ff3d5985 fix: fixing issue with columns with dots not rendering properly in grid view 2025-04-02 16:46:47 +01:00
Kacper Kula
ed337f2232 feat: resizing grid on layout resizes 2025-04-02 15:23:40 +01:00
Kacper Kula
053059a661 chore: refactoring renderers and adding markdown text renderers 2025-04-02 15:14:36 +01:00
Kacper Kula
0447368f53 wip 2025-04-02 10:40:00 +01:00
Kacper Kula
3a1fcaccce
Merge pull request #134 from h-sphere/feat/new-cell-renderer
feat: new cell parser
2025-03-31 14:33:45 +01:00
Kacper Kula
c702c510ec chore: removing old tests 2025-03-31 14:32:31 +01:00
Kacper Kula
5acf5b5a17 chore: bumping version and fixing typescript errors 2025-03-31 14:29:54 +01:00
Kacper Kula
91f5b78f77 feat: new cell renderer to enable rendering elements inside templates 2025-03-31 14:21:38 +01:00
Kacper Kula
8704e46db3
Merge pull request #130 from h-sphere/feat/adding-more-variables
feat: adding basename and parent SQL variables
2025-03-27 12:21:30 +00:00
Kacper Kula
cfa4e6d4ec feat: adding basename and parent SQL variables 2025-03-27 12:19:59 +00:00
Kacper Kula
96ff64cf49
Merge pull request #129 from h-sphere/release/0.30.0
release: 0.30.0
2025-03-26 13:30:15 +00:00
Kacper Kula
183ef9e597 release: 0.30.0 2025-03-26 13:29:01 +00:00
Kacper Kula
cde5a4df65
Merge pull request #128 from kDCYorke/feature/taskHeadings
feat: Add heading and heading_level to tasks table
2025-03-26 13:26:00 +00:00
Kacper Kula
cacb5687a2
Merge pull request #123 from h-sphere/feat/markdown-tables-can-now-reference-to-named-headers-and-other-files
feat: Markdown tables can now refer to named headers and other files
2025-03-26 13:25:42 +00:00
Kacper Kula
4088592090 chore: updated changelog 2025-03-26 13:24:53 +00:00
Kai Yorke
3e32efaaf2
feat: Add heading and heading_level to tasks table 2025-03-26 11:56:08 +13:00
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