Commit Graph

17 Commits

Author SHA1 Message Date
2f01b4b903
refactor: move profile size from img to degicated avatar shortcode (#525)
BREAKING CHANGE: The `size=profile` option was removed from the `img` shortcode. To create avatar images the new `avatar` shortcode can be used.
2024-04-07 21:46:31 +02:00
45398ae676
feat: add option to change the crop box anchor in img shortcode (#466) 2023-12-02 19:59:14 +01:00
3f8a09d311
chore: use smartcrop for profile images (#465) 2023-12-02 16:42:30 +01:00
a57797f12b
chore: normalize mixed casing of code block lang and theme parameters (#401) 2023-06-22 10:52:32 +02:00
0f42af77c4
feat: add basic svg support to the img shortcode (#351) 2022-12-21 15:43:57 +01:00
c95851d0a6
feat: add origin size to image shortcode (#306) 2022-09-02 11:22:48 +02:00
1e1da86618
feat: add profile size to img shortcode (#279) 2022-07-11 15:46:49 +02:00
Michael Kuhn
7656685e05
fix: add missing space in img shortcode (#272) 2022-07-06 20:44:21 +02:00
eb17b172ed
fix: use absolute ULRs in img shortcode (#196) 2022-02-06 23:57:32 +01:00
b4721c0ce7
chore: enable auto-formatting for template files (#133) 2021-12-30 15:55:55 +01:00
243f1f3009
docs: add missing documentation for shortcodes (#41) 2021-05-23 22:42:47 +02:00
42968b6a30
feat: auto-load custom svg sprites from assets folder (#40)
BREAKING CHANGE:

The icon gdoc_telescope was removed. If you are using this icon you have to replace it.

Build-in icons are prefixed with gdoc_ now. If you use built-in icons in e.g. menus you have to rename these references!
2021-05-23 22:04:57 +02:00
18e0e7577a
fix: enforce css overwrite for raw links (#36) 2021-05-23 15:09:01 +02:00
0317ea13ce
feat: enable lazy loading for custom img shortcode (#28) 2021-02-21 14:45:41 +01:00
582d84408e
fix: replace markdownify with renderString to use render hooks 2021-02-21 13:45:21 +01:00
261956c145
fix: use custom render hook templates 2021-02-21 13:24:55 +01:00
833e286134
add image procesing shortcode 2020-07-27 20:17:55 +02:00