apostrophe/uberwriter
Gonçalo Silva ec2f33e248 Add 'url' regexp group to LINK_ALT
Enables inline preview.
2019-07-25 23:57:27 +01:00
..
plugins Workaround for Bibtex hardcoded paths 2018-02-15 13:45:32 +01:00
pressagio move all modules to /uberwriter 2019-04-01 18:00:17 +02:00
pylocales Update license 2019-07-05 20:47:49 +02:00
.pylintrc move all modules to /uberwriter 2019-04-01 18:00:17 +02:00
__init__.py Update license 2019-07-05 20:47:49 +02:00
application.py Add shortcut for find and replace 2019-07-25 00:18:33 +01:00
auto_correct.py use pep8 naming style for modules and classes 2019-04-01 22:40:59 +02:00
builder.py Update license 2019-07-05 20:47:49 +02:00
config.py Update license 2019-07-05 20:47:49 +02:00
export_dialog.py Update license 2019-07-05 20:47:49 +02:00
fix_table.py use pep8 naming style for modules and classes 2019-04-01 22:40:59 +02:00
headerbars.py Add shortcut for find and replace 2019-07-25 00:18:33 +01:00
helpers.py Add search and replace to the undo stack as a single action 2019-07-25 00:18:33 +01:00
inline_preview.py Added handling of alternate form of urls 2019-07-25 00:18:33 +01:00
latex_to_PNG.py Improve inline preview 2019-07-25 00:16:26 +01:00
main_window.py Fix warning when opening file 2019-07-25 00:18:33 +01:00
markup_regex.py Add 'url' regexp group to LINK_ALT 2019-07-25 23:57:27 +01:00
preferences_dialog.py Update license 2019-07-05 20:47:49 +02:00
preview_converter.py Improve side-by-side experience 2019-05-04 16:33:09 +01:00
preview_handler.py Reduce sync scrolling precision 2019-07-25 00:16:26 +01:00
preview_renderer.py Allow disabling scroll sync 2019-05-04 16:33:09 +01:00
preview_web_view.py Open preview links in the browser 2019-07-25 00:18:07 +01:00
search_and_replace.py Add shortcut for find and replace 2019-07-25 00:18:33 +01:00
settings.py Update license 2019-07-05 20:47:49 +02:00
sidebar.py Update license 2019-07-05 20:47:49 +02:00
stats_counter.py Use CommonMark's regexp for autolink / autoemail 2019-07-25 00:18:33 +01:00
stats_handler.py Move stats counting to a worker process 2019-07-25 00:16:26 +01:00
styled_window.py Improve full-width preview workflow 2019-05-04 16:33:09 +01:00
tables.py move all modules to /uberwriter 2019-04-01 18:00:17 +02:00
text_view.py Fix warning when opening file 2019-07-25 00:18:33 +01:00
text_view_drag_drop_handler.py Use file name for link description and image caption 2019-07-25 00:18:07 +01:00
text_view_format_inserter.py Add format inserts to the undo stack as single actions 2019-07-25 00:18:33 +01:00
text_view_markup_handler.py Handle inline code correctly 2019-07-25 00:18:33 +01:00
text_view_scroller.py Prevent scroll when only one of the text view or preview are scrollable 2019-07-25 00:16:26 +01:00
text_view_undo_redo_handler.py Undo support for begin-user-action and end-user-action 2019-07-25 00:18:07 +01:00
theme.py Replace get_value(X).get_Y() with get_Y(X) for Settings 2019-05-04 16:33:09 +01:00