In new Drafts a double open bracket, [[, does NOT trigger the pick list. A double open bracket, [[ , does open the pick list in my existing Drafts. I just discovered this problem today. Is there a solution or work around for this? I am running Version 53.0 (824).
What syntax is assigned to the draft? Completion of internal links is a feature enabled in specfic syntax definitions - including the built-in Markdown syntaxes.
I am running Plain Text. To the best of my knowledge, I have not changed anything. Can you clarify what you mean by syntax? By the way, the double open brackets work perfectly on my iOS devices for both new and existing Drafts.
Yes, syntax highlighting options. The completions like this are defined in the syntaxes. Plain Text does not contain the auto completion keys to implement those drop down.
You will get them in the Markdown, Github Markdown, and MultiMarkdown built-in syntaxes.
You could make a custom syntax that duplicated Plain Text and added those keys if you really wanted them to work in a plain text format.