Skip to content

Commit

Permalink
docs: fix home link
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetherinox committed Apr 1, 2024
1 parent ec4af22 commit c68c719
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
16 changes: 9 additions & 7 deletions docs/docs/usage/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,14 @@ The default value is `1` which equals `100%`. If you would like to use `50%`, th
<!-- md:version stable-1.6.0 -->
<!-- md:default `600` -->

The `height` property allows you to specify how tall the window will be within your Obsidian note. If you do not specify a custom height, then it will default to `600`, which represents 600 **pixels**.

<br />

#### Property: CSS
<!-- md:version stable-1.6.3 -->
<!-- md:default `none` -->

The `css` property allows you to override any website's default CSS.

````
Expand All @@ -374,7 +382,7 @@ css: |

The above example will force all `h1` headers to use a larger font size, and change the text color to black, as well as make the entire website background color white.

CSS rules can be on their own lines, or all-together:
CSS rules can be on their own lines, or on the same line as the property name.

````
```gistr
Expand All @@ -392,11 +400,5 @@ css: body { background-color: #FFF !important; }

<br />

#### Property: CSS
<!-- md:version stable-1.6.3 -->
<!-- md:default `none` -->

The `height` property allows you to specify how tall the window will be within your Obsidian note. If you do not specify a custom height, then it will default to `600`, which represents 600 **pixels**.

<br />
<br />
2 changes: 1 addition & 1 deletion docs/material/overrides/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<div class="mdx-hero__content">
<h1>Obsidian: Gistr</h1>
<p>A Github and Opengist Integration for Obsidian.md</p>
<a href="https://aetherinox.github.io/obsidian-gistr/home/" title="{{ page.next_page.title | e }}" class="md-button md-button--primary">
<a href="./home/" title="{{ page.next_page.title | e }}" class="md-button md-button--primary">
Read Docs
</a>
<a href="https://github.com/Aetherinox/obsidian-gistr/" title="Gistr Github" class="md-button">
Expand Down

0 comments on commit c68c719

Please sign in to comment.