1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 02:19:55 +00:00
TiddlyWiki5/plugins/tiddlywiki
BurningTreeC 3d64d7d126 CodeMirror 5.36.0 modularized (#3184)
* v5.35.1

* codemirror 5.35.1

* v5.35.1

* v5.35.1

* v5.35.1

* v5.35.1

* v5.35.1

* adding search&replace and autocomplete

* update version number

* add jump-to-line.js required for search&replace

* adding show-hint.js required by autocomplete

* adding basic autocomplete for any word

* adding autocomplete css

* adding new files to tiddlywiki.files

* forgot adding search.js

* minify 'em all

* Delete vim.js

* Delete sublime.js

* Delete emacs.js

* Delete anyword-hint.js

* Delete show-hint.css

* Delete show-hint.js

* Update config.tid

* Update tiddlywiki.files

* Update tiddlywiki.files

* Update config.tid

* Update config.tid

* Update config.tid

* Delete dialog.js

* Delete dialog.css

* Delete jump-to-line.js

* Delete search.js

* Delete searchcursor.js

* Update tiddlywiki.files

* Update tiddlywiki.files

* Update tiddlywiki.files

* add search-and-replace cm-addon as plugin

* add autocomplete cm-addon as plugin

* add fullscreen-editing cm-addon as plugin

* add keymaps as plugins + cleanup

* add highlighting modes as plugins

* small update on usage.tid

* moved multiplex.js to htmlembedded mode - the only one using it

* config/CodeMirror update

* how to disable line numbers

* how to change CM theme

* add closebrackets and closetags addons

* packaging a base-addon

* move meta.js from codemirror to base addon

* inputStyle: textarea -> prevents contenteditable on mobile browsers, keeps focus when clicking toolbar buttons, prevents import on paste

* default config no line numbers

* temporary add panel plugin for demo

* put base-plugin back to codemirror editor

* searchcursor to searchnreplace plugin

* bad copypasta mistake

* another typo

* stripped down meta.js + moved matchbrackets to closebrackets plugin

* remove panel

* change module-type to codemirro and make init "require" dynamic.

* make config handling dynamic with sensible defaults

* make cm settings translateable

* delete multids. they will be replaced

* add auto-config tiddlers

* dynamically create config structure for CM

* fix filename

* change typo

* kitchensink config, plus change plugin description for better sorting.

* add matchBrackets config tiddler

* RIP codeblock

* removed install instructions from readme - codemirror usage tiddler still todo

* control panel settings for cm base

* add setting for auto-close tags

* adding fontfamily settings and theme settings

* change tags for settings from $:/tags/ControlPanel/Settings to $:/tags/ControlPanel/Settings/CodeMirror

* more usage info

* more usage info

* update to v5.36.0

* ugly hack enables highlighting and tag-closing for vnd.tiddlywiki and x-tiddlywiki

* disable auto-indent for vnd.tiddlywiki & x-tiddlywiki and add some hidden settings

* remove engine.js hack

* meta.js -> tw-meta.js

* codemirror settings tab

* rename tiddler to tw-meta.js

* make editor font monospace or sans-serif - dropdown select

* make editor font monospace or sans-serif - dropdown select

* now using correct tiddler for editor font setting

* better usage doc

* make markdown-mode require tw-meta

* add more themes info

* add active-line highlighting option

* mini usage change

* add integer type to engine.js config-getter

* blink rate config type string

* correct engine.js

* license for base-plugin, usage link in settings tab

* codemirrordemo hellothere update

* codemirrordemo hellothere update

* Update license.tid

* codemirror demo sidebarlayout, license

* license headers to addon files

* license formatting & forgot what year we have

* license formatting & forgot what year we have & codemirror demo sitetitle sitesubtitle

* more informations 'try-this-style' for codemirrordemo hellothere

* codemirror demo sitetitle & cm fontfamily

* hellothere

* font-family setting must be editor-font-family, not code-font-family

* add basic keyboard shortcuts table

* shortcuts change to not interfere with toolbar shortcuts - needs testing - vim and emacs todo

* formatting

* controlpanel change keymap - default keymap is default

* ctrl-T becomes Alt-T in default keymap

* adjustments for codemirror demo

* demo: hellothere - hint for sidebar keymap cheatsheet

* toolbar focus fix + remove console log

* engine.js cleanup

* formatting

* reverting focus fix

* indenting engine.js

* hoping that indenting gets better
2018-04-06 17:34:50 +01:00
..
async Revert "Add text/vnd.tiddlywiki to system tiddlers within plugins that should be wikified (c.f. #2883)" 2017-06-24 17:48:32 +01:00
aws AWS Plugin: Less logging 2018-02-19 09:11:48 +00:00
bibtex Revert "Add text/vnd.tiddlywiki to system tiddlers within plugins that should be wikified (c.f. #2883)" 2017-06-24 17:48:32 +01:00
blog Revert "Add text/vnd.tiddlywiki to system tiddlers within plugins that should be wikified (c.f. #2883)" 2017-06-24 17:48:32 +01:00
browser-sniff Change http://*.tiddlywiki.com/* to https:// 2017-11-11 11:56:20 +00:00
cecily Revert "Add text/vnd.tiddlywiki to system tiddlers within plugins that should be wikified (c.f. #2883)" 2017-06-24 17:48:32 +01:00
classictools Revert "Add text/vnd.tiddlywiki to system tiddlers within plugins that should be wikified (c.f. #2883)" 2017-06-24 17:48:32 +01:00
codemirror CodeMirror 5.36.0 modularized (#3184) 2018-04-06 17:34:50 +01:00
codemirror-autocomplete CodeMirror 5.36.0 modularized (#3184) 2018-04-06 17:34:50 +01:00
codemirror-closebrackets CodeMirror 5.36.0 modularized (#3184) 2018-04-06 17:34:50 +01:00
codemirror-closetag CodeMirror 5.36.0 modularized (#3184) 2018-04-06 17:34:50 +01:00
codemirror-fullscreen-editing CodeMirror 5.36.0 modularized (#3184) 2018-04-06 17:34:50 +01:00
codemirror-keymap-emacs CodeMirror 5.36.0 modularized (#3184) 2018-04-06 17:34:50 +01:00
codemirror-keymap-sublime-text CodeMirror 5.36.0 modularized (#3184) 2018-04-06 17:34:50 +01:00
codemirror-keymap-vim CodeMirror 5.36.0 modularized (#3184) 2018-04-06 17:34:50 +01:00
codemirror-mode-css CodeMirror 5.36.0 modularized (#3184) 2018-04-06 17:34:50 +01:00
codemirror-mode-htmlembedded CodeMirror 5.36.0 modularized (#3184) 2018-04-06 17:34:50 +01:00
codemirror-mode-htmlmixed CodeMirror 5.36.0 modularized (#3184) 2018-04-06 17:34:50 +01:00
codemirror-mode-javascript CodeMirror 5.36.0 modularized (#3184) 2018-04-06 17:34:50 +01:00
codemirror-mode-markdown CodeMirror 5.36.0 modularized (#3184) 2018-04-06 17:34:50 +01:00
codemirror-mode-x-tiddlywiki CodeMirror 5.36.0 modularized (#3184) 2018-04-06 17:34:50 +01:00
codemirror-mode-xml CodeMirror 5.36.0 modularized (#3184) 2018-04-06 17:34:50 +01:00
codemirror-search-replace CodeMirror 5.36.0 modularized (#3184) 2018-04-06 17:34:50 +01:00
d3 Revert "Add text/vnd.tiddlywiki to system tiddlers within plugins that should be wikified (c.f. #2883)" 2017-06-24 17:48:32 +01:00
dynaview DynaView: Add "data-dynaview-has-triggered" attribute 2018-04-06 14:52:27 +01:00
evernote fix for #3176 (#3177) 2018-03-19 15:56:28 +00:00
external-attachments Add "external-attachments" plugin 2017-10-11 17:54:03 +01:00
filesystem Add more colour to command line output 2017-09-04 14:55:12 +01:00
github-fork-ribbon Revert "Add text/vnd.tiddlywiki to system tiddlers within plugins that should be wikified (c.f. #2883)" 2017-06-24 17:48:32 +01:00
googleanalytics Revert "Add text/vnd.tiddlywiki to system tiddlers within plugins that should be wikified (c.f. #2883)" 2017-06-24 17:48:32 +01:00
hammerjs Add HammerJS library Plugin (#3125) 2018-02-17 18:48:53 +00:00
help Use https for YouTube 2017-11-18 19:53:52 +00:00
highlight Revert "Add text/vnd.tiddlywiki to system tiddlers within plugins that should be wikified (c.f. #2883)" 2017-06-24 17:48:32 +01:00
internals Revert "Add text/vnd.tiddlywiki to system tiddlers within plugins that should be wikified (c.f. #2883)" 2017-06-24 17:48:32 +01:00
jasmine Revert "Add text/vnd.tiddlywiki to system tiddlers within plugins that should be wikified (c.f. #2883)" 2017-06-24 17:48:32 +01:00
jszip JSZip plugin: Update to v2.6.1 2018-01-11 21:31:58 +00:00
katex KaTeX - EditorToolbar stamp button for wysiwyg katex snippet input (#3131) 2018-03-05 11:05:44 +00:00
markdown Revert "Add text/vnd.tiddlywiki to system tiddlers within plugins that should be wikified (c.f. #2883)" 2017-06-24 17:48:32 +01:00
mobiledragdrop Revert "Add text/vnd.tiddlywiki to system tiddlers within plugins that should be wikified (c.f. #2883)" 2017-06-24 17:48:32 +01:00
nodewebkitsaver Revert "Add text/vnd.tiddlywiki to system tiddlers within plugins that should be wikified (c.f. #2883)" 2017-06-24 17:48:32 +01:00
pluginlibrary Change http://*.tiddlywiki.com/* to https:// 2017-11-11 11:56:20 +00:00
powered-by-tiddlywiki Change http://*.tiddlywiki.com/* to https:// 2017-11-11 11:56:20 +00:00
qrcode Use "whitespace trim" to improve spacing and legibility of view toolbar buttons 2017-07-12 16:47:52 +01:00
railroad Revert "Add text/vnd.tiddlywiki to system tiddlers within plugins that should be wikified (c.f. #2883)" 2017-06-24 17:48:32 +01:00
savetrail SaveTrailPlugin: Fix syncer UI interactions 2017-09-20 16:28:11 +01:00
sax Major updates to text-slicer plugin 2017-12-14 14:16:54 +00:00
stacked-view Revert "Add text/vnd.tiddlywiki to system tiddlers within plugins that should be wikified (c.f. #2883)" 2017-06-24 17:48:32 +01:00
tahoelafs Revert "Add text/vnd.tiddlywiki to system tiddlers within plugins that should be wikified (c.f. #2883)" 2017-06-24 17:48:32 +01:00
text-slicer Text-slicer: Add support for hyperlinks 2018-01-30 11:06:50 +00:00
tiddlyweb Change http://*.tiddlywiki.com/* to https:// 2017-11-11 11:56:20 +00:00
translators Change http://*.tiddlywiki.com/* to https:// 2017-11-11 11:56:20 +00:00
tw2parser Revert "Add text/vnd.tiddlywiki to system tiddlers within plugins that should be wikified (c.f. #2883)" 2017-06-24 17:48:32 +01:00
tw5.com-docs Create a plugin and edition for tw5.com docs 2015-09-15 13:37:01 +01:00
twitter Change http://*.tiddlywiki.com/* to https:// 2017-11-11 11:56:20 +00:00
upgrade Change http://*.tiddlywiki.com/* to https:// 2017-11-11 11:56:20 +00:00
xlsx-utils Improve XLSX docs 2017-12-12 13:58:26 +00:00
xmldom Revert "Add text/vnd.tiddlywiki to system tiddlers within plugins that should be wikified (c.f. #2883)" 2017-06-24 17:48:32 +01:00