Commit graph

7 commits

Author SHA1 Message Date
Cristoph Berane
75c6e4ea55
feat: update Material Symbols font and add automation scripts
- Updated Material Symbols to latest version with complete icon set
- Added `update-font.mjs` script for automated future font updates
- Added `deploy.mjs` script with proper error handling
- Fixed potential null pointer in font update logic
- Bumped version and restored repository URL
2026-02-26 20:55:54 +01:00
dependabot[bot]
78f795c5ed
build(deps-dev): bump esbuild from 0.17.3 to 0.25.0 (#1)
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.17.3 to 0.25.0.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2023.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.17.3...v0.25.0)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-26 19:55:06 +01:00
Cristoph Berane
c93fb94b2c fixes:
- removed `obsidian` from plugin-id
- changed `authorUrl`
2023-02-06 09:12:47 +01:00
Cristoph Berane
10442bca48 added LICENSE 2023-02-06 08:51:52 +01:00
Cristoph Berane
630d06b98b fix: version number in versions.json 2023-02-06 08:38:33 +01:00
Cristoph Berane
361db2939f first custom implementation of this plugin
- configured manifest.json
- changed README.md to give relevant information about the basic usage
- added webfont to styles.css with additional classes
2023-02-06 08:35:30 +01:00
Cristoph Berane
5304d960c7
Initial commit 2023-02-04 20:41:18 +01:00