Skip to content

Commit 8a6942c

Browse files
authored
Merge pull request #13 from mpourmpoulis/develop-0.1.0
Develop 0.1.0 - small bits front page and of doc index
2 parents d0dbe11 + 45c62c4 commit 8a6942c

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
<!-- ![](https://img.shields.io/static/v1?label=Version&message=0.1.0&color=green) -->
66

7-
7+
[![](https://img.shields.io/badge/documentation-here-green)](https://github.com/mpourmpoulis/PythonVoiceCodingPlugin/blob/master/doc/README.md)
88

99
<!-- ![](https://img.shields.io/static/v1?label=Caster&message=0.5.11|0.6.11|1.0.0&color=blue) -->
1010

11-
[![](https://img.shields.io/badge/Caster-0.5.11and0.6.14and1.0.0-blue)](https://github.com/dictation-toolbox/Caster)
11+
[![](https://img.shields.io/badge/Caster-v0_5_11|v0_6_14|v1_0_0-blue)](https://github.com/dictation-toolbox/Caster)
1212

1313
<!-- ![](https://img.shields.io/static/v1?label=Aenea&message=supported&color=red) -->
1414

@@ -26,6 +26,9 @@
2626
PythonVoiceCodingPlugin is a Sublime Text 3 plugin meant to enhance user experience
2727
when coding python 3 by voice. It ships with an integrated [Caster](https://github.com/dictation-toolbox/Caster) grammar bundle containing voice commands that provide you with syntactical navigation capabilities!
2828

29+
30+
In case you have never heard about voice programming before, you should definitely check out [Caster](https://caster.readthedocs.io/en/latest/), [dragonfly](https://dragonfly2.readthedocs.io/en/latest/introduction.html) and [Talon](https://talonvoice.com/).
31+
2932
![](doc/gif/big37.gif)
3033

3134

doc/README.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!-- MarkdownTOC autolink="true" -->
44

5-
- [Documentation Index](#documentation-index)
5+
- [Documentation Index and Command Reference](#documentation-index-and-command-reference)
66
- [General Remarks](#general-remarks)
77
- [Caster Version Supported](#caster-version-supported)
88
- [Versioning And Backwards Compatibility](#versioning-and-backwards-compatibility)
@@ -31,21 +31,23 @@
3131

3232

3333

34-
## Documentation Index
34+
## Documentation Index and Command Reference
3535

3636
* `WARNING` the following links contain pages heavy in gifs making their size relatively big. If you are on mobile, it might be best to view them via wifi instead of mobile data.
3737

3838
Some quick links to the various documentation files
3939

40-
* [Argument Queries](./SelectArgument.md)
40+
* [Argument Queries](./SelectArgument.md) that enable you to select an argument or other parts from a function call
4141

42-
* [Big Roi Queries](./SelectBigROI.md)
42+
* [Big Roi Queries](./SelectBigROI.md) , responsible for selecting "big" regions of interest like an "if condition" (also includes experimental smaller ones)
4343

44-
* [Sub Indexing](./SubIndexing.md)
44+
* [Sub Indexing](./SubIndexing.md) Or the art of picking up smaller regions out of bigger ones!
45+
46+
* [Operations](./Operations.md) delete/swap/paste functionality in two formats and some utilities
4547

4648
* [Collection Queries](./CollectionQueries.md)
4749

48-
* [Operations](./Operations.md)
50+
4951

5052

5153

0 commit comments

Comments
 (0)