You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature: Update [!caption] callout to utilize metadata
- consolidated the three existing caption callouts into one `[!caption]` callout. Float can be applied using callout metadata now.
- Updated `MMW Design & Planning/Custom Formatting Features.md` to reflect changes.
- Renamed `MMW_Caption_Callouts` plural to `MMW_Caption_Callout` singular.
Copy file name to clipboardExpand all lines: content/MMW Design & Planning/Custom Formatting Features.md
+15-7
Original file line number
Diff line number
Diff line change
@@ -188,18 +188,26 @@ In addition to the default [Obsidian Callouts](https://help.obsidian.md/Editing+
188
188
189
189
### Captions
190
190
191
-
> [!caption_right]
191
+
> [!caption|right]
192
192
>
193
193
> ![[PuzzleBoxOnly.png|wsmall]]
194
194
>
195
-
> `[!caption_right]` callout
195
+
> `[!caption|right]` callout
196
196
197
-
Three callouts for adding captions to images. The callout title is hidden and text size reduced, similar to how Wikipedia and other wikis format their article image captions.
197
+
A borderless callout for adding captions to images.
198
198
199
-
**Types:**
200
-
- `[!caption_left]` - floats to the left of the page
201
-
- `[!caption_right]` - floats to the right of the page
202
-
- `[!caption]` - centered in the middle of the page
199
+
Use [[Custom Formatting Features#Callout Positioning|Callout Positioning]] metadata to float these left or right for wiki-style article image captions
0 commit comments