File tree Expand file tree Collapse file tree 5 files changed +20
-2
lines changed Expand file tree Collapse file tree 5 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Sort
2
2
3
- Extension for nova.app that allows you to perform simple sorting on highlighted text.
3
+ Extension for nova.app that allows you to perform simple sorting on highlighted text.
4
+
5
+ # Usage
6
+
7
+ Currently you can sort in 4 different ways:
8
+
9
+ - Sort multiple lines based on a regular 0-9a-z sort.
10
+ - Sort one or more lines internally. For example a line saying ` cba ` will say ` abc ` .
11
+ - Sort multiple lines based by length (the number of characters including whitespace).
12
+ - Sort multiple lines based on length but reversed.
Original file line number Diff line number Diff line change 1
1
# Sort
2
2
3
- Extension for nova.app that allows you to perform simple sorting on highlighted text.
3
+ Extension for nova.app that allows you to perform simple sorting on highlighted text.
4
+
5
+ # Usage
6
+
7
+ Currently you can sort in 4 different ways:
8
+
9
+ - Sort multiple lines based on a regular 0-9a-z sort.
10
+ - Sort one or more lines internally. For example a line saying ` cba ` will say ` abc ` .
11
+ - Sort multiple lines based by length (the number of characters including whitespace).
12
+ - Sort multiple lines based on length but reversed.
You can’t perform that action at this time.
0 commit comments