Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2018-08-28 | 2.4 kB | |
Version 0.3.0 (Alpha).tar.gz | 2018-08-28 | 38.2 kB | |
Version 0.3.0 (Alpha).zip | 2018-08-28 | 43.0 kB | |
Totals: 3 Items | 83.6 kB | 0 |
Version 0.3.0 - Alpha
- Info: The new version is now written in Vanilla JS only, but with a jQuery and MooTools implementation.
- Add: Show the selected character / word / line character within the statusbar.
- Add: CTRL + D (Duplicate a Line) and CTRL + X (
CutRemove a Line) key-shortcuts. - Add: The tail helper methods:
hasClass()
,addClass()
,removeClass()
,position()
andanimate()
. - Add: New
perform()
method, which replaces thedo_action()
method. - Add: The
tooltip
option allows nowtop
andbottom
to change the position. - Add: The "Table Header" option on the
table
markdown element. - Add: Configurable markdown elements.
- Add: A callback option for the markdown elements.
- Add: A (title) filter / hook option for the markdown elements.
- Update: The Default / Dark / GitHub theme.
- Update: Move the walker indicator to the markdown elements.
- Update: Change the syntax / markup reference.
- Update: Repeat the
inline
Syntax on multiple line breaks\n\n
and mark the complete block. - Update: Relocate markdown parser method into
tailWriter.parse()
, outside of the prototype object. - Update: Relocate GFM markdown actions into the
tailWriter.actions
, outside of the prototype object. - Update: A complete new Render / Action Handling method / process.
- Update: Marks the selected text after pressing a toolbar button on inline actions.
- Update: The
tailWriter.extend
method is completely rewritten. - Update: The new base64 encoded SVG images replaces the additional icon font.
- Rename: The option
indent_tab
intoindentTab
. - Rename: The option
indent_size
intoindentSize
. - Rename: The option
toolbar_pos
intotoolbarPosition
. - Rename: The option
tooltip_show
intotooltip
. - Rename: The option
statusbar_show
intostatusbar
. - Remove: The option
action_header1
(Use the tail.writer.actions object instead). - Remove: The option
action_header2
(Use the tail.writer.actions object instead). - Remove: The option
action_bold
(Use the tail.writer.actions object instead). - Remove: The option
action_italic
(Use the tail.writer.actions object instead). - Remove: Separate jQuery and MooTools Edition / Version.
- BugFix: Invalid Walker execution.
- BugFix: Invalid Indent and Outdent Execution / TeamPlay.
- BugFix: Text Selection and Replacing Bugs.
- BugFix: Resize Error on init / build.