Skip to content

Commit

Permalink
Update to version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twibiral authored Feb 24, 2025
2 parents 3e21b16 + e3a1a01 commit 3186566
Show file tree
Hide file tree
Showing 35 changed files with 5,165 additions and 724 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,18 @@ All notable changes to this project will be documented in this file.

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

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

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

## [2.0.0]
### Added
Expand Down
268 changes: 183 additions & 85 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion esbuild.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ esbuild.build({
...builtins],
format: 'cjs',
watch: !prod,
target: 'es2016',
target: 'es2018',
logLevel: "info",
sourcemap: prod ? false : 'inline',
treeShaking: true,
Expand Down
60 changes: 60 additions & 0 deletions images/figure_include_attachments.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions images/figure_minimal_example.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3186566

Please sign in to comment.