Skip to content

Commit

Permalink
Merge pull request #5 from surfinzap/1.3.1
Browse files Browse the repository at this point in the history
1.3.1
  • Loading branch information
surfinzap authored Aug 27, 2023
2 parents 9279d3a + c2b2e0a commit ba69b58
Show file tree
Hide file tree
Showing 9 changed files with 3,366 additions and 4,063 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog for Typopo VS Code extension


## 1.3.1 // 2023-08-27

### 📦️ Updates
- Bump Typopo package to its latest version ([2.5.5](https://github.com/surfinzap/typopo/releases/tag/2%2F5%2F5))
- Bump devDependencies to their latest versions



## 1.3.0 // 2023-05-01

### ✨ New features
Expand All @@ -10,6 +18,7 @@
- Bump devDependencies to their latest versions



## 1.2.2 // 2022-07-12

### 📦️ Updates
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015–22 Branislav Šandala
Copyright (c) 2015–23 Branislav Šandala

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the “Software”), to deal
Expand Down
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ Write neat notes without bothering about all the typography rules.
2. Fix it, either by `Typopo: Fix Typos` via the menu or `Ctrl+Alt+T` (Win) or `Ctrl+Cmd+T` (Mac).

## Settings
You can set:
- a default language for typography rules:
You can:
- set a default language for typography rules:
- English
- German
- Rusyn
Expand All @@ -52,15 +52,15 @@ You can set:


## Features
Typopo fixes microtypography hickups in five languages:
Typopo fixes microtypography hiccups in five languages:
- English
- German
- Czech
- Slovak
- Rusyn

Typopo fixes punctuation:
- double quotes (and accidentally-typed punctuation related to the use of double quotes)
- double quotes (and accidentally typed punctuation related to the use of double quotes)
- double primes
- single quotes (with an assumption they are used as [secondary](https://en.wikipedia.org/wiki/Quotation_mark#Summary_table_for_various_languages) and in pairs)
- single primes
Expand All @@ -76,7 +76,7 @@ Typopo fixes whitespace characters:
- removes extra white spaces
- at the beginning and the end of sentences (leading and trailing spaces)
- between words and paragraphs
- before or after a punctuation (where applicable)
- before or after punctuation (where applicable)
- around an ellipsis and an aposiopesis (where applicable)
- between a number sign (#) and a number
- before ordinal indicators (e.g. 1 st → 1st)
Expand All @@ -89,14 +89,15 @@ Typopo fixes whitespace characters:
- after “&”
- after cardinal numbers
- after ordinal numbers
- ordinal Roman numerals
- after name initials (i.e. Philip K. Dick)
- after ordinal Roman numerals
- before single capital letters that are part of the phrase (e.g. Project X)
- after name initials (e.g. Philip K. Dick)
- after common single-word and multiple-word abbreviations
- before % (percent), ‰ (per mille), ‱ (permyriad)
- before % (percent), ‰ (per mille), ‱ (per myriad)

Typopo fixes words:
- accidental uPPERCASE
- spelling of e.g., i.e., a.m. and p.m.
- the spelling of e.g., i.e., a.m. and p.m.
- ISSN and ISBN formatting

Typopo fixes symbols:
Expand Down
Empty file removed extension
Empty file.
Loading

0 comments on commit ba69b58

Please sign in to comment.