1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-26 15:23:15 +00:00
TiddlyWiki5/plugins/tiddlywiki/codemirror
Jeremy Ruston f90eb386ae
Bidirectional text improvements (#4541)
* Add support for \dir pragma

* Add "dir" attribute to reveal, edit, edit-text and edit-codemirror widgets

* Add  $:/config/DefaultTextDirection hidden setting

* Revert accidentally commited test data

This reverts some of commit b83c1d160f.

* Remove Codemirror plugin from Prerelease

Makes it easier to test things

* Fix framed text editor directionality in Firefox

* Add direction attribute for edit body template

* Missed closing brace

* Add docs for \dir pragma

* Templates should set text direction from a variable, not a transclusion

* Updates to framed.js in the light of PRs that have been merged since this

* Restore whitespace trim

* Docs dates

* Fix typo

* Clarify docs
2023-06-13 16:36:07 +01:00
..
config Add default "tiddlywiki" styles to CodeMirror and Highlight.js (#5128) 2020-11-28 14:07:12 +00:00
files Protect codemirror.css from wikitext parsing, otherwise 'CodeMirror' is considered a wikilink (#7500) 2023-05-27 18:22:31 +02:00
settings Add missing config options to ControlPanel->Settings->CodeMirror (#5229) 2020-12-07 14:43:44 +00:00
ui/controlpanel Add Tabs To Settings (#7524) 2023-06-11 10:28:52 +01:00
config-language.multids Add missing config options to ControlPanel->Settings->CodeMirror (#5229) 2020-12-07 14:43:44 +00:00
edit-codemirror.js Update codemirror and markdown plugins from #2315 2016-04-22 08:41:31 +01:00
EditorTypeMappings.multids Revamp markdown plugin (#6528) 2023-01-14 09:49:04 +00:00
engine.js Bidirectional text improvements (#4541) 2023-06-13 16:36:07 +01:00
keyboard.tid CodeMirror 5.36.0 modularized (#3184) 2018-04-06 17:34:50 +01:00
license.tid CodeMirror 5.36.0 modularized (#3184) 2018-04-06 17:34:50 +01:00
plugin.info Improve plugin metadata, and add a "name" field 2019-09-19 13:04:10 +01:00
readme.tid Bump CodeMirror plugin version (#5184) 2020-12-02 21:12:56 +00:00
styles.tid Add foreground color to CodeMirror selections and fix #5272 (#5266) 2020-12-13 11:40:57 +00:00
usage.tid CodeMirror 5.36.0 modularized (#3184) 2018-04-06 17:34:50 +01:00

title: $:/plugins/tiddlywiki/codemirror/readme

This plugin provides an enhanced text editor component based on [[CodeMirror|http://codemirror.net]]. The basic configuration is designed to be as lightweight as possible and is just around 235kb of size. Additional features can be installed with ~CodeMirror ~AddOns from the plugin library.

[[Source code|https://github.com/Jermolene/TiddlyWiki5/blob/master/plugins/tiddlywiki/codemirror]]

Based on ~CodeMirror version 5.58.3