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
Image adjustments from SIRvb's Image Adjustments CSS snippet are incorporated into MMW. Some examples of how it can be used include:
12
+
- resizing images
13
+
- displaying images as a banner across the page or across a callout
14
+
- image-warp (using the CSS 'float' property), allowing text and other content to wrap around an image.
16
15
17
-
To orient it to the right, use either:
18
-
-`![[IMAGE\PATH.png|+side]]` or
19
-
-`![[IMAGE\PATH.png|rside]]`
16
+
## Custom Callouts
20
17
21
-
# Callouts
22
18
In addition to the default [Obsidian Callouts](https://help.obsidian.md/Editing+and+formatting/Callouts), MMW also adds the following custom Callouts:
23
19
24
-
## `> [!figure]`
25
-
> [!figure]
26
-
> ![[Patches_ESP-Replacer_1_Conflict.png]]
27
-
> `[!figure]` is intended to be used for captioning images. Long term-goal is to add custom Morrowind-themed icons for custom callouts.
20
+
### Callout Grid
21
+
22
+
This pair of left and right callouts can be inserted to create a two-column grid of callouts. To add more rows to the grid, simply add more pairs of callouts.
23
+
24
+
**Types:**
25
+
-`[!gridfloatleft]`
26
+
-`[!gridfloatright]`
27
+
28
+
Other callouts can be nested inside these.
29
+
30
+
31
+
### Captions
32
+
33
+
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.
34
+
35
+
**Types:**
36
+
-`[!caption_left]` - floats to the left of the page
37
+
-`[!caption_right]` - floats to the right of the page
38
+
-`[!caption]` - centered in the middle of the page
39
+
40
+
### Infobox
41
+
42
+
A wiki-style infobox displayed in the top right of an article to summarize data from the article, such as requirements for a tutorial article.
0 commit comments