Skip to content

Commit

Permalink
fix public assets path
Browse files Browse the repository at this point in the history
  • Loading branch information
StrangeGirlMurph committed Mar 17, 2024
1 parent f2dad76 commit 4b2cbc5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ hero:
<br/>

<video style="width:800px" controls>
<source src="./public/demo.mp4" type="video/mp4"/>
<source src="/demo.mp4" type="video/mp4"/>
</video>
8 changes: 4 additions & 4 deletions docs/settings.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# General settings

::: details Screenshot
![general settings screenshot](./public/general-settings.png)
![general settings screenshot](/general-settings.png)
:::

## Language
Expand Down Expand Up @@ -31,7 +31,7 @@ Each user has a list of templates for the inserts that this plugin creates when
The settings for a template can be separated into the following three parts:

::: details Screenshot
![template settings screenshot](./public/template-settings.png)
![template settings screenshot](/template-settings.png)
:::

## Template name
Expand Down Expand Up @@ -65,13 +65,13 @@ Default: `[{title}]({url})` for inline templates and `{thumbnail}\n[{title}]({ur
::: tip
You can also use [Templater](https://github.com/SilentVoid13/Templater) Syntax in the template string of note templates to make the article notes even better! Just [install](obsidian://show-plugin?id=templater) and enable the Templater Plugin and enable its "Trigger Templater on new file creation" setting:

![Templater Setting](./public/templater-setting.png)
![Templater Setting](/templater-setting.png)
:::

# Workflow optimization settings

::: details Screenshot
![workflow optimization settings screenshot](./public/workflow-optimizations.png)
![workflow optimization settings screenshot](/workflow-optimizations.png)
:::

## Cursor placement
Expand Down

0 comments on commit 4b2cbc5

Please sign in to comment.