laurent22 / joplin

Joplin - the secure note taking and to-do app with synchronisation capabilities for Windows, macOS, Linux, Android and iOS.

Home Page:https://joplinapp.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plugin spec page crashes documentation

laurent22 opened this issue · comments

This page:

https://joplinapp.org/help/dev/spec/plugins

gives the following error:

Parse error on line 12:
...])		rm1--8-->call	end
---------------------^
Expecting 'AMP', 'ALPHA', 'COLON', 'DOWN', 'DEFAULT', 'NUM', 'COMMA', 'MINUS', 'BRKT', 'DOT', 'PUNCTUATION', 'UNICODE_TEXT', 'PLUS', 'EQUALS', 'MULT', 'UNDERSCORE', got 'CALLBACKNAME'

Looks like it may be due to the "call" word which may be a reserved keyword?