Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
blocks:app-note:collection-feed [2022-06-14 13:19]
admin typo
blocks:app-note:collection-feed [2022-06-22 19:07] (current)
admin removed atom references
Line 34: Line 34:
 A feed script has many similarities with a network device driver in Blocks, and requires the same kind of [[blocks:drivers:tools|tools]] and [[blocks:drivers:concepts|skills]]. Thus, you may want to start by learning about how to develop device drivers and user scripts. The following description assumes such familiarity. A feed script has many similarities with a network device driver in Blocks, and requires the same kind of [[blocks:drivers:tools|tools]] and [[blocks:drivers:concepts|skills]]. Thus, you may want to start by learning about how to develop device drivers and user scripts. The following description assumes such familiarity.
  
-To follow along with the descriptions below, open the script/feed/Maas.ts script included in this application note using a suitable code editor – such as Atom – as described in the wiki article linked in the previous paragraph.+To follow along with the descriptions below, open the script/feed/Maas.ts script included in this application note using a suitable  [[blocks:drivers:tools|code editor]].
  
 ==== Location and Name of a Feed Script ==== ==== Location and Name of a Feed Script ====