title: HelloThere This is a demo of [[TiddlyWiki5|https://tiddlywiki.com]] incorporating a plugin for the [[CodeMirror|http://codemirror.net/]] text editor for the web. The ~CodeMirror plugin can be extended with ~AddOns for more functionality: * Search and Replace * Text - Autocompletion * Syntax highlighting * Fullscreen editing * Keymaps in the style of Emacs, Sublime Text or Vim * Closing Brackets * Closing Tags NOTE: This demo has the ''Sublime Text'' keymap installed. !!!Try editing the tiddler [[Draft of 'LoremIpsum']] to try out the editor. Some commands and functions to try: * Ctrl+F : Search panel to search for expressions * Ctrl+H (sublime text shortcut, default is Ctrl+Shift+R) : Search and Replace * Ctrl+Space : Triggers Autocompletion * typing an opening bracket like `{` automatically creates the closing bracket `}` * tiddlers with type `application/javascript`, `application/json`, `text/css`, `text/html`, `text/xml`, `text/x-markdown` and `text/x-tiddlywiki` have Syntax Highlighting * tiddlers with type `text/html` automatically close tags like `