From 86657e4753111e49b5a50234bd069670c10f845b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Wed, 9 Mar 2022 10:35:04 +0100 Subject: [PATCH] extract learning_resources.md --- ijs.tree | 1 + .../appendix/resources/learning_resources.md | 28 +++++++++++++++++++ topics/appendix/resources/useful_links.md | 16 ++--------- topics/intro/welcome.md | 5 ++-- topics/products/webstorm/webstorm.md | 2 +- 5 files changed, 35 insertions(+), 17 deletions(-) create mode 100644 topics/appendix/resources/learning_resources.md diff --git a/ijs.tree b/ijs.tree index d9451a578..7bbf8428e 100644 --- a/ijs.tree +++ b/ijs.tree @@ -353,6 +353,7 @@ + diff --git a/topics/appendix/resources/learning_resources.md b/topics/appendix/resources/learning_resources.md new file mode 100644 index 000000000..531180c4f --- /dev/null +++ b/topics/appendix/resources/learning_resources.md @@ -0,0 +1,28 @@ +[//]: # (title: Learning Resources) + + + +Links to articles and webinars about plugin development + +## Articles + +### Building a Plugin for WebStorm + +A tutorial blog post series for JavaScript developers: +* [Part 1](https://blog.jetbrains.com/webstorm/2021/09/building-a-plugin-for-webstorm-part-1/) +* [Part 2](https://blog.jetbrains.com/webstorm/2021/11/building-a-plugin-for-webstorm-part-2/) + +## Webinars + +| Webinar | Info | +|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| **Busy plugin developers series. Episode 3**
Jakub Chrzanowski/Anna Maltceva/Yann Cebron, 11/2021