diff --git a/README.md b/README.md index 8869f44..2c892a6 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ -# Monospace font for Standard Notes Markdown Pro/Hybrid Markdown editor +# Monospace font for Standard Notes markdown editors -This theme does not change the default theme design. Instead, it adds a Monospace font to use in the Markdown Pro/Hybrid Markdown editor +This theme does not change the default theme design. + +Instead, it adds a Monospace font to use in the following editors: +- Basic Markdown +- Hybrid Markdown +- Minimal Markdown ## Installation > Standard Notes Settings Gear -> Open Preferences -> General -> Advanced Settings -> Install Custom Extension -> Enter Extension URL @@ -8,7 +13,7 @@ This theme does not change the default theme design. Instead, it adds a Monospac >Paste the following URL as Extension Link and click Install ``` -https://danielnetop.github.io/markdown-pro-monospace/ext.json +https://danielnetop.github.io/markdown-monospace/ext.json ``` ## Preview diff --git a/ext.json b/ext.json index aff5cd1..81b68ef 100755 --- a/ext.json +++ b/ext.json @@ -3,16 +3,16 @@ metatype: json --- { - "identifier": "io.github.danielnetop.markdown-pro-monospace", - "name": "Markdown Pro/Hybrid Markdown Monospace", + "identifier": "io.github.danielnetop.markdown-monospace", + "name": "Markdown Monospace", "content_type": "SN|Theme", "area": "themes", - "version": "1.0.0", - "description": "Monospace for Standard Notes Markdown Pro/Hybrid Markdown editor.", - "url": "https://danielnetop.github.io/markdown-pro-monospace/main.css", - "download_url": "https://github.com/DanielNetoP/markdown-pro-monospace/archive/refs/tags/1.0.0.zip", - "latest_url": "https://danielnetop.github.io/markdown-pro-monospace/ext.json", - "marketing_url": "https://github.com/DanielNetoP/markdown-pro-monospace", + "version": "1.1.0", + "description": "Monospace font for Standard Notes markdown editors", + "url": "https://danielnetop.github.io/markdown-monospace/main.css", + "download_url": "https://github.com/DanielNetoP/markdown-monospace/archive/refs/tags/1.1.0.zip", + "latest_url": "https://danielnetop.github.io/markdown-monospace/ext.json", + "marketing_url": "https://github.com/DanielNetoP/markdown-monospace", "dock_icon": { "type": "circle", "background_color": "#304ffe", diff --git a/main.css b/main.css index c17b310..27b5b26 100755 --- a/main.css +++ b/main.css @@ -1,3 +1,4 @@ -.CodeMirror-code { +.CodeMirror-code, +#editor { font-family: var(--sn-stylekit-monospace-font) !important; }