Skip to content

Commit

Permalink
docs: add plugin developer guide link
Browse files Browse the repository at this point in the history
  • Loading branch information
matheuswhite committed Feb 23, 2024
1 parent 3e6a820 commit 85ed3cd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ end
To call your plugin you need to type `!` followed by your plugin name and a list of arguments. Inside your plugin, is
possible to do many action to interact with `Scope` and serial port, such as: connect to a serial port, disconnect from
the serial port, send data to serial port, print some message in `Scope` text view and so on. For more information about
the development of plugins for `Scope` you can read the [Plugins Developer Guide]().
the development of plugins for `Scope` you can read
the [Plugins Developer Guide](https://github.com/matheuswhite/scope-rs/wiki/Plugin-Developer-Guide).

![Plugin usage](videos/plugin.gif)

Expand Down Expand Up @@ -197,7 +198,8 @@ programming language, instead of creating a new language. Another example is to
users, instead of launch new features.
<br>IV. **Multiplatform:** All releases must work in Windows, Linux (zsh, shell and fish) and macOS.
<br>V. **Extensible:** Support user scripts to extend base functionalities. These scripts are called plugins. For
more information about plugins see [Plugins Developer Guide]()
more information about plugins
see [Plugins Developer Guide](https://github.com/matheuswhite/scope-rs/wiki/Plugin-Developer-Guide)

The roadmap, with next releases, may be found in [GitHub project](https://github.com/users/matheuswhite/projects/5)
of this tool.
Expand Down

0 comments on commit 85ed3cd

Please sign in to comment.