diff --git a/src/editor/simple/TODO b/src/editor/simple/TODO index f0a1dd144..9e064dabc 100644 --- a/src/editor/simple/TODO +++ b/src/editor/simple/TODO @@ -20,7 +20,8 @@ suggestions) + Try grammars in the Translation Quiz + Show lincat and lin before params and opers below -- Create a new concrete syntax by copying an existing one. ++ Create a new concrete syntax by copying an existing one. +- Easy access to compute_concrete from the editor + compile only the uploaded grammar even if other grammars are present + 'flags startcat' is needed for grammars with only one category (since the diff --git a/src/editor/simple/about.html b/src/editor/simple/about.html index 8118f0584..910745b13 100644 --- a/src/editor/simple/about.html +++ b/src/editor/simple/about.html @@ -107,16 +107,15 @@ Error checks:
SyntaxL and ParadigmsL
- for the appropriate language L,
+ SyntaxL and ParadigmsL,
+ By developing a GF server with an appropriate API, it should be possible to extend the editor to support a larger fragment of GF, -to do proper error checking. +to do proper error checking and make more of the existing GF shell functionality +accessible directly from the editor.
Grammars are currently stored locally in the browser, but a future version could allow grammars to be stored "in the cloud", allowing the same grammars @@ -161,7 +172,7 @@ to be accessed from multiple devices.