Skip to content

Commit 3186566

Browse files
authored
Update to version 2.1.0
2 parents 3e21b16 + e3a1a01 commit 3186566

35 files changed

Lines changed: 5165 additions & 724 deletions

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,18 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

7+
## [2.1.0]
8+
### Added
9+
- Support for LaTeX with image conversion to PDF, SVG, PNG (Thanks to @yetenol)
10+
- LaTeX: Generated graphics are saved as attachment to your vault
11+
- LaTeX: Option to crop PDF to content to remove excess whitespace
12+
- LaTeX: Option to adopt Obsidian's font settings for PDF generation
13+
- New magic command @content (Thanks to @ChiIIBiII)
714

15+
### Changed
16+
- Fix typo in settings (Thanks to @Judro)
17+
- Fix F# support (Thanks to @SasaCetkovic)
18+
- Update the README.md to improve the overview over supported languages.
819

920
## [2.0.0]
1021
### Added

README.md

Lines changed: 183 additions & 85 deletions
Large diffs are not rendered by default.

esbuild.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ esbuild.build({
4444
...builtins],
4545
format: 'cjs',
4646
watch: !prod,
47-
target: 'es2016',
47+
target: 'es2018',
4848
logLevel: "info",
4949
sourcemap: prod ? false : 'inline',
5050
treeShaking: true,
Lines changed: 60 additions & 0 deletions
Loading

images/figure_minimal_example.svg

Lines changed: 39 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)