Skip to content

Commit

Permalink
fix diacritical marks and add style settings plugin support
Browse files Browse the repository at this point in the history
  • Loading branch information
eliz-abeth committed Apr 14, 2024
1 parent 6d1b8c3 commit 3c9d7cb
Show file tree
Hide file tree
Showing 4 changed files with 107 additions and 51 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
## This is Sandover.
<img src="/images/sandover-intro copy.png">
<p>A custom <a href="https://www.obsidian.md">Obsidian</a> theme. Sandover is inspired by the spaces in which great works are written and the tools used to write them. The simple design replicates the typewritten page and uses the font <a href="https://github.com/ctrlcctrlv/TT2020">TT2020</a>. Accent colors come from the vibrant Stonington, CT home of poet James Merrill and his partner, David Jackson. Their home is one of the primary settings of his epic <i>The Changing Light at Sandover.</i> I created this theme for myself while using Obsidian for my research notes. I wanted an inspiring, manuscript-like workspace and the ability to add comments. In Sandover, you can leave blue comments by using blockquote syntax, so that you can easily see them while typing--as if you'd written with blue ink between lines. It's not fancy and won't work for everyone, but I hope that it will fulfill other users' needs as it does mine. The theme is for poets, novelists, academics, and writers of all kinds to use. </p>
<p>A custom <a href="https://www.obsidian.md">Obsidian</a> theme. Sandover is inspired by the spaces in which great works are written and the tools used to write them. The simple design replicates the typewritten page and uses the font <a href="https://github.com/ctrlcctrlv/TT2020">TT2020</a>. Headings and bold text support character dissimilarity. Accent colors come from the vibrant Stonington, CT home of poet James Merrill and his partner, David Jackson. Their home is one of the primary settings of his epic <i>The Changing Light at Sandover.</i> I created this theme for myself while using Obsidian for my research notes. I wanted an inspiring, manuscript-like workspace and the ability to add comments. In Sandover, you can leave blue comments by using blockquote syntax, so that you can easily see them while typing--as if you'd written with blue ink between lines. If you don't like this feature, you can change blockquote text color using the Style Settings plugin. I hope that it will fulfill other users' needs as it does mine. The theme is for poets, novelists, academics, and writers of all kinds to use. </p>

<img src="images/Sandover_with_plugins.png">
<img src="images/sandover-dark1.png">

The font is encoded so no additional downloads are needed.
<p> Compatible with <a href="https://github.com/mgmeyers/obsidian-style-settings">Style Settings Plugin</a>. For fully integrated diacritical marks, turn on 'Enable diacritical marks' in Style Settings. More settings available soon.</p>

<p>The font is encoded so no additional downloads are needed.</p>

### Recommended plugins
* Better footnote
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Sandover",
"version": "1.0.8",
"minAppVersion": "1.0.8",
"version": "1.0.9",
"minAppVersion": "1.0.9",
"author": "eliz-abeth",
"authorUrl": "https://github.com/eliz-abeth",
"fundingUrl": "http://ko-fi.com/eliz0beth"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Sandover",
"version": "1.0.8",
"version": "1.0.9",
"scripts": {
"version": "node version-bump.mjs && git add manifest.json versions.json"
}
Expand Down
Loading

0 comments on commit 3c9d7cb

Please sign in to comment.