Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Commit 5e4251e

Browse files
committed
Add support for Basic Markdown editor
1 parent 0a972d2 commit 5e4251e

File tree

3 files changed

+18
-12
lines changed

3 files changed

+18
-12
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
1-
# Monospace font for Standard Notes Markdown Pro/Hybrid Markdown editor
1+
# Monospace font for Standard Notes markdown editors
22

3-
This theme does not change the default theme design. Instead, it adds a Monospace font to use in the Markdown Pro/Hybrid Markdown editor
3+
This theme does not change the default theme design.
4+
5+
Instead, it adds a Monospace font to use in the following editors:
6+
- Basic Markdown
7+
- Hybrid Markdown
8+
- Minimal Markdown
49

510
## Installation
611
> Standard Notes Settings Gear -> Open Preferences -> General -> Advanced Settings -> Install Custom Extension -> Enter Extension URL
712
>
813
>Paste the following URL as Extension Link and click Install
914
1015
```
11-
https://danielnetop.github.io/markdown-pro-monospace/ext.json
16+
https://danielnetop.github.io/markdown-monospace/ext.json
1217
```
1318

1419
## Preview

ext.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ metatype: json
33
---
44

55
{
6-
"identifier": "io.github.danielnetop.markdown-pro-monospace",
7-
"name": "Markdown Pro/Hybrid Markdown Monospace",
6+
"identifier": "io.github.danielnetop.markdown-monospace",
7+
"name": "Markdown Monospace",
88
"content_type": "SN|Theme",
99
"area": "themes",
10-
"version": "1.0.0",
11-
"description": "Monospace for Standard Notes Markdown Pro/Hybrid Markdown editor.",
12-
"url": "https://danielnetop.github.io/markdown-pro-monospace/main.css",
13-
"download_url": "https://github.com/DanielNetoP/markdown-pro-monospace/archive/refs/tags/1.0.0.zip",
14-
"latest_url": "https://danielnetop.github.io/markdown-pro-monospace/ext.json",
15-
"marketing_url": "https://github.com/DanielNetoP/markdown-pro-monospace",
10+
"version": "1.1.0",
11+
"description": "Monospace font for Standard Notes markdown editors",
12+
"url": "https://danielnetop.github.io/markdown-monospace/main.css",
13+
"download_url": "https://github.com/DanielNetoP/markdown-monospace/archive/refs/tags/1.1.0.zip",
14+
"latest_url": "https://danielnetop.github.io/markdown-monospace/ext.json",
15+
"marketing_url": "https://github.com/DanielNetoP/markdown-monospace",
1616
"dock_icon": {
1717
"type": "circle",
1818
"background_color": "#304ffe",

main.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
.CodeMirror-code {
1+
.CodeMirror-code,
2+
#editor {
23
font-family: var(--sn-stylekit-monospace-font) !important;
34
}

0 commit comments

Comments
 (0)