Skip to main content

Embed looms

Please make sure that you have enabled detection of loom files

A loom may be embedded into a note by using the embedded file syntax.

Example loom

![[filename.loom]]

An embedded loom will preform the same functions as a normal loom, the only limitation being a smaller window.

Changes that are made to an embedded loom will be saved to the loom file. Changes made to an embedded loom will also update any open tabs that contain a loom.

Set a width and height

An embedded loom has a default width of 100% and a default height of 340px. A height of 340px will render exactly 4 body rows.

If you would like to modify the width or height of a loom, you can use the embedded image syntax.

Note: setting a value of 0 will use the default value.

Examples

An embedded loom with a width of 300px and height of 300px

![[filename.loom|300x300]]

An embedded loom with a default with and height of 300px

![[filename.loom|0x300]]

An embedded loom with a width of 300px and a default height

![[filename.loom|300x0]]