Skip to content

Commit

Permalink
More docs
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanMathy committed Jul 11, 2020
1 parent 5f90041 commit c17c3f7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Boop/Documentation/CustomScripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,16 @@ state.postError("Invalid XML")
If the user selects more than one part of the text (by using `cmd` or `alt` while selecting), the script will be called multiple times as it uses either `selection` or `text`. If `fullText` is read or written to, the loop stops even if there is more unevaluated selections.


## Advanced features

#### Modules

Starting with version 1.2.0, modules can be imported in Boop scripts. See the [Modules page](Modules.md) for details.

#### Debugging

Starting with version 1.2.0, scripts can inspected and attached to by javascript console/debugger. See the [Debugging Scripts page](Debugging.md) for details.


## Limitations

Expand Down
2 changes: 1 addition & 1 deletion Boop/Documentation/Debugging.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Debugging scripts
# Debugging Scripts


___
Expand Down
3 changes: 2 additions & 1 deletion Boop/Documentation/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Hey there! Thanks for trying out Boop. This documentation should hopefully help

- [Custom Scripts](CustomScripts.md)
- [Modules](Modules.md)
- [Debugging Scripts](Debugging.md)

## Getting Boop

Expand Down Expand Up @@ -45,7 +46,7 @@ Yes! Simply follow the instruction in the [Custom Scripts page](CustomScripts.md

### Does Boop collect data on me?

No. The only time Boop communicates outside of itself is to check whether a new version is available. This is done by fetching a static .json file, with no additional data passed along. If you downloaded Boop through the Mac App Store, it's possible that standard data and/or crash reports get sent back to Apple and shared with me if you enabled App Analytics sharing.
No. The only time Boop communicates outside of itself is to check whether a new version is available. This is done by fetching a static .json file, with no additional data passed along. If you downloaded Boop through the Mac App Store, it's possible that standard data and/or crash reports get sent back to Apple and shared with me if you enabled App Analytics sharing, though I have not seen that happen yet.

### How can I report a problem?

Expand Down

0 comments on commit c17c3f7

Please sign in to comment.