75 Commits

Author SHA1 Message Date
Joe Mooring
47099c4fa1
content: Remove outdated new-in badges 2025-09-10 10:35:45 -07:00
Joe Mooring
3b9c3e2a1f
content: Miscellaneous updates related to v0.149.0
- Refresh docs.yaml
- Add new-in labels to new permalink tokens
- Remove outdated new-in labels
2025-08-27 10:37:39 -07:00
Joe Mooring
0015e7a9be
content: Update to align with v0.146.0 template system (phase 1) 2025-06-15 20:42:35 -07:00
Bjørn Erik Pedersen
3327065ab1
Update Text.md 2025-04-25 19:47:52 +02:00
Joe Mooring
557c10dd21
content: Miscellaneous updates for v0.147.0 2025-04-25 10:37:59 -07:00
Pranshu Gaba
fb42d7c2a4 images: Add option for vertical alignment to images.Text
Add option ``aligny`` to specify the vertical alignment of the text
with respect to the ``y`` offset from the top of the image. Possible
values of ``aligny`` are ``top`` (default), ``center``, and ``bottom``.

The height of the block of text is measured from the top of the first
line to the baseline of the last line.

- ``top``: (Current behaviour) The top of the first line of the block of
  text is at an offset of ``y`` from the top of the image.

- ``center``: The vertical center of the block of text is at an offset of
  ``y`` from the top of the image.

- ``bottom``: The baseline of the last line of the text is at an offset
  of ``y`` from the top of the image.

Resolves #13414
2025-04-24 14:09:13 +02:00
Joe Mooring
8ebaa53f93
theme: Adjust shortcodes 2025-03-09 12:01:23 -07:00
Joe Mooring
c933ea237e
content: More front matter cleanup 2025-03-08 17:49:48 -08:00
Joe Mooring
c540e6d295
content: Replace note shortcode calls with blockquote alerts 2025-03-08 06:00:23 -08:00
Joe Mooring
fd628be6ed
content: Replace calls to the code shortcode with fenced code blocks 2025-03-06 02:49:11 -08:00
Joe Mooring
b23c9a583a
content: Fix position of new-in badges 2025-03-05 19:32:34 -08:00
Joe Mooring
2fcd21ee5c content: Remove "related" array from function and method pages
Closes #2967
2025-03-05 17:03:42 -08:00
Joe Mooring
b6cae5cbc6
content: Consolidate configuration documentation 2025-03-05 04:50:06 -08:00
Joe Mooring
0fca8ef251
all: Change shortcode usage and design to prevent invalid HTML 2025-02-17 00:38:33 -08:00
Joe Mooring
0874b03e94
content: Publish QR code examples to the images/qr directory 2025-02-12 09:43:02 -08:00
Joe Mooring
367d3a7ab8
Improve new-in shortcode 2025-01-31 20:05:57 -08:00
Joe Mooring
82a2365bd5
Add print-only QR code example 2025-01-24 16:28:05 -08:00
Joe Mooring
2c7a3165f8 Markdown linting and cleanup 2025-01-20 00:26:38 -08:00
Joe Mooring
69d7a781b4 Replace links to glossary terms with custom render hook syntax
For example: [scalar](/getting-started/glossary/#scalar) => [scalar](g)
2025-01-20 00:26:38 -08:00
Joe Mooring
4171c0eb7d
Improve description of masking with non-transparent images 2025-01-18 13:06:28 -08:00
Joe Mooring
41c8feb645
Fix example of image.Mask filter 2025-01-18 12:07:13 -08:00
Joe Mooring
704a81656b
Add alignx option to images.Text usage example 2025-01-18 11:06:45 -08:00
Joe Mooring
b7fe31e076
Reorder options list for images.Text filter 2025-01-18 08:20:39 -08:00
Dimitris Chatzis
3a0f2531ec
Fix typo 2025-01-16 09:48:02 -08:00
Joe Mooring
a346ca1fda
Elevate embedded shortcode documentation to its own section 2025-01-16 06:56:34 -08:00
Joe Mooring
575d603450 Update docs for v0.141.0
Closes #2808
2025-01-16 14:51:03 +01:00
Joe Mooring
365a47dedf tpl/images: Change signature of images.QR to images.QR TEXT OPTIONS
Closes #13230
2025-01-08 19:59:39 +01:00
Julius Künzel
ae8f8af0af images.Text: Add "alignx" option for horizontal alignment
Add an "alignx" option to the images.Text to control whether the value of the "x" option is the left border of the text (current behaviour), the center of each line or the right border.

Fixes #10849
2025-01-08 17:23:46 +01:00
Joe Mooring
cb9bec2b26 tpl/images: Add images.QR function
Closes #13205
2025-01-06 12:05:59 +01:00
Joe Mooring
1985886bd9
Adjust front matter of shared Markdown snippets 2024-11-19 18:02:30 -08:00
Joe Mooring
017da70a0b
Ensure consistent use of method instead of variable 2024-06-15 16:05:30 -07:00
Joe Mooring
4a1fcfc293
Miscellaneous edits 2024-03-17 14:42:41 -07:00
Joe Mooring
5770d37c0d
Add new-in badge to images.Dither 2024-02-19 10:22:32 -08:00
Joe Mooring
c60cd20a87 Capitalize the word Markdown throughout the documentation
Closes #2435
2024-02-19 19:07:38 +01:00
Joe Mooring
b8d5383f71 Replace links to variable pages with links to method pages
See #2196
2024-02-19 19:07:38 +01:00
Joe Mooring
411374a589 Add images.Dither filter
Closes #8598
2024-02-11 22:51:11 +02:00
Joe Mooring
e4a18946ea
Miscellaneous corrections 2024-01-05 05:34:25 -08:00
Bjørn Erik Pedersen
97dbc1ea12
Merge branch 'tempv0.121.2' 2024-01-05 14:17:32 +01:00
Joe Mooring
175b8aac87 resources/images: Create AutoOrient image filter
Closes #11717
2023-12-20 14:18:24 +01:00
Joe Mooring
7d5a13d8db Update images.Text filter
- Use Lato instead of Roboto in example; Google reorganized fonts repo
  and removed some static files.
- Describe default font
2023-12-12 08:53:32 -08:00
Joe Mooring
be98a37e1d docs: Adjust last merge from docs repository 2023-12-04 16:57:15 +01:00
Bjørn Erik Pedersen
2e9c3532f5 Merge commit '35dec7c96f7ee3eb17dd444f7067f0c776fb56ae' 2023-12-04 15:24:01 +01:00
Joe Mooring
e699eb313b
Add new-in tags to select functions and methods 2023-11-22 14:13:37 -08:00
Joe Mooring
0f0ab2adee Add methods deprecated in v0.120.0
Closes #2323
2023-11-11 12:04:26 -08:00
Joe Mooring
e1c6ecd0f1 Miscellaneous edits 2023-11-11 12:04:26 -08:00
Joe Mooring
526d06b90a Clarify hint option in image processing spec 2023-11-10 21:17:28 -08:00
Joe Mooring
508666575f
Miscellaneous updates 2023-11-05 13:12:09 -08:00
Joe Mooring
80b2241f9e
Miscellaneous updates 2023-11-04 23:41:53 -07:00
Joe Mooring
723a827fdc
Namespace functions and methods 2023-11-04 21:01:42 -07:00
Joe Mooring
708c351c4c Document debug.Timer 2023-10-30 17:41:00 +01:00