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

Commit

Permalink
Add support for Basic Markdown editor
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnetop committed Jun 7, 2022
1 parent 0a972d2 commit 5e4251e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
# 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
>
>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
Expand Down
16 changes: 8 additions & 8 deletions ext.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 2 additions & 1 deletion main.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.CodeMirror-code {
.CodeMirror-code,
#editor {
font-family: var(--sn-stylekit-monospace-font) !important;
}

0 comments on commit 5e4251e

Please sign in to comment.