mirror of
https://github.com/dudaanton/obsidian-strudel-plugin.git
synced 2026-07-22 06:43:01 +00:00
Fix relative paths for video tags in README and formatting
This commit is contained in:
parent
19b2450195
commit
3dfd5cf14d
1 changed files with 7 additions and 5 deletions
12
README.md
12
README.md
|
|
@ -1,6 +1,8 @@
|
|||
# Obsidian Strudel REPL Plugin
|
||||
|
||||

|
||||
<div align="center" width="100%">
|
||||
<video src="https://github.com/user-attachments/assets/dd07cb87-bba1-42e4-a8ef-cb55b722de96" width="80%" controls></video>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
|
|
@ -55,10 +57,10 @@ By default, samples from [felixroos/dough-samples](https://github.com/felixroos/
|
|||
|
||||
## Usage
|
||||
|
||||
Simply add a `strudel` code block to any note like this:
|
||||
\`\`\`strudel
|
||||
// your strudel code
|
||||
\`\`\`
|
||||
Simply add a `strudel` code block to any note like this:
|
||||
\`\`\`strudel
|
||||
// your strudel code
|
||||
\`\`\`
|
||||
|
||||
A `play` button will appear above it. Try adding some examples from the official website's workshop to see how it works: [https://strudel.cc/workshop/getting-started/](https://strudel.cc/workshop/getting-started/).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue