Skip to content

Commit 63b16a1

Browse files
committed
📝 Update docs
1 parent 3c0431a commit 63b16a1

File tree

5 files changed

+36
-17
lines changed

5 files changed

+36
-17
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Change Log for Typopo VS Code extension
22

3+
## 1.1.0 // 2020-11-25
4+
### New features
5+
New configuration option to remove/keep whitespaces before nested markdown lists. By default, whitespaces before markdown list are kept.
6+
7+
**Typopo now keeps nested lists:**
8+
9+
![Typopo keeps nested lists](assets/typopo-keeps-nested-lists.gif "Typopo keeps nested lists")
10+
11+
**Optionally, you can set whitespaces before nested markdown lists to be removed:**
12+
13+
![Typopo removes nested lists](assets/typopo-removes-nested-lists.gif "Typopo removes nested lists")
14+
15+
16+
17+
18+
319
## 1.0.3 // 2020-11-01
420
### Updates
521
- Bump Typopo package to its latest version ([2.3.7](https://github.com/surfinzap/typopo/releases/tag/2%2F3%2F7))

README.md

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -21,29 +21,32 @@ Write neat notes without bothering about all the typography rules.
2121

2222
## Contents
2323
- [Typopo extension for VS Code](#typopo-extension-for-vs-code)
24-
- [Fix typos in code](#fix-typos-in-code)
25-
- [Fix typos in Markdown notes](#fix-typos-in-markdown-notes)
26-
- [Contents](#contents)
27-
- [Use](#use)
28-
- [Settings](#settings)
29-
- [Features](#features)
30-
- [Further use](#further-use)
31-
- [News & Releases](#news-releases)
32-
- [Support](#support)
33-
- [Feedback](#feedback)
34-
- [License](#license)
24+
- [Fix typos in code](#fix-typos-in-code)
25+
- [Fix typos in Markdown notes](#fix-typos-in-markdown-notes)
26+
- [Contents](#contents)
27+
- [Use](#use)
28+
- [Settings](#settings)
29+
- [Features](#features)
30+
- [Further use](#further-use)
31+
- [News & Releases](#news-releases)
32+
- [Support](#support)
33+
- [Feedback](#feedback)
34+
- [License](#license)
3535

3636
## Use
3737
1. Select text you wish to fix
3838
2. Fix it, either by `Typopo: Fix Typos` via menu or via `Ctrl+Alt+T` (Win) or `Ctrl+Cmd+T` (Mac).
3939

4040
## Settings
41-
You can set a default language and choose whether you wish to keep or remove empty lines. You can fix microtypography for:
42-
- English,
43-
- German,
44-
- Rusyn,
45-
- Czech,
46-
- Slovak texts.
41+
You can set:
42+
- a default language for typography rules:
43+
- English
44+
- German
45+
- Rusyn
46+
- Czech
47+
- Slovak
48+
- choose to keep/remove empty lines
49+
- choose to keep/remove whitespaces before a nested Markdown list
4750

4851
![Typopo Settings in VS Code](assets/typopo--vs-code-settings.png "Typopo Settings in VS Code")
4952

assets/typopo--vs-code-settings.png

-3.77 KB
Loading

assets/typopo-keeps-nested-lists.gif

134 KB
Loading
103 KB
Loading

0 commit comments

Comments
 (0)