Commit Graph

2274 Commits

Author SHA1 Message Date
Veronica K. B. Olsen 557b86af64 Add the option to expand ~ to user home directory in export and project path 2019-10-30 15:47:12 +01:00
Veronica K. Berglyd Olsen a5566d8fc3 Merge pull request #91 from vkbo/pyinstaller_fixes
Pyinstaller Fixes
2019-10-30 00:40:14 +01:00
Veronica K. Berglyd Olsen 17f9792ad2 Merge branch 'master' into pyinstaller_fixes 2019-10-30 00:35:53 +01:00
Veronica K. B. Olsen 5f14e4379f Updated documentation 2019-10-30 00:27:27 +01:00
Veronica K. B. Olsen cc14edb194 Added install script and fixed some issues that broke on Windows 2019-10-29 23:03:02 +01:00
Veronica K. B. Olsen 1beb8a49c4 Added a dummy spell check class in case loading one fails 2019-10-29 22:19:05 +01:00
Veronica K. B. Olsen 927d9d38c6 Added ico file of app icon 2019-10-29 21:07:59 +01:00
Veronica K. B. Olsen a595ec8bf2 Updated paths and move app icon to be more pyinstaller friendly 2019-10-29 21:07:40 +01:00
Veronica K. Berglyd Olsen 3eafccc547 Merge pull request #90 from vkbo/gui_tweaks
More Gui Tweaks
2019-10-29 19:28:06 +01:00
Veronica K. B. Olsen b6d095fc85 Fix test 2019-10-29 19:21:09 +01:00
Veronica K. B. Olsen a61f39fbd5 The first column header of the tree view should be 'Label', not 'Name', for consistency. 2019-10-29 19:18:26 +01:00
Veronica K. B. Olsen eb068eec83 Some minor changes to sample project 2019-10-29 19:06:47 +01:00
Veronica K. B. Olsen b0ec7b8929 A bit more tweaking of the config GUI 2019-10-29 19:04:26 +01:00
Veronica K. B. Olsen 9fb28281f3 Added the option to show tabs and spaces and line endings. 2019-10-29 18:38:16 +01:00
Veronica K. B. Olsen e2b8ce1f89 Disable the Ctrl+Enter shortcuts again 2019-10-29 17:53:13 +01:00
Veronica K. B. Olsen 7e7f6a30be Some minor changes to the about dialog 2019-10-29 17:48:59 +01:00
Veronica K. Berglyd Olsen b46a8a81b5 Merge pull request #87 from vkbo/non_breaking_space
Non-breaking space support
2019-10-29 17:43:56 +01:00
Veronica K. Berglyd Olsen 02e9b674fd Merge branch 'master' into non_breaking_space 2019-10-29 14:58:50 +01:00
Veronica K. B. Olsen bbe1d2960c Added example of non-breaking space in sample project 2019-10-29 14:49:48 +01:00
Veronica K. B. Olsen 489eae2e0d Adding non-breaking space support for editor and html, latex export 2019-10-29 14:49:11 +01:00
Veronica K. B. Olsen 146756a395 Added unicode constants class, and support for non-breaking spaces, which aren't preserved on save. 2019-10-29 11:35:40 +01:00
Veronica K. Berglyd Olsen e67cfdf2bc Merge pull request #86 from vkbo/gui_tweaks
GUI Tweaks
2019-10-29 10:59:20 +01:00
Veronica K. B. Olsen 2c63d1fbf2 Updated readme 2019-10-29 10:54:00 +01:00
Veronica K. B. Olsen bb5a41752d Remove number from recent projects menu 2019-10-29 10:44:38 +01:00
Veronica K. B. Olsen f91b73429d Changed the initial editor configuration for fixed width and justify text to off 2019-10-29 10:42:20 +01:00
Veronica K. B. Olsen 2510e45c26 Updated the missing package warnings and errors in export to link to the package site 2019-10-29 10:39:31 +01:00
Veronica K. Berglyd Olsen 163465d2b4 Merge pull request #83 from vkbo/hard_line_breaks
Hard line breaks
2019-10-28 21:47:49 +01:00
Veronica K. B. Olsen 62254e1ec0 Added Ctrl+Enter as a shortcut for hard line break 2019-10-28 21:43:05 +01:00
Veronica K. B. Olsen 57bc837056 Added support for hard line breaks, with higlighting and export support 2019-10-28 21:30:46 +01:00
Veronica K. Berglyd Olsen 59e5a584f2 Merge pull request #82 from vkbo/pandoc_support
Pandoc Export
2019-10-28 20:50:16 +01:00
Veronica K. B. Olsen 4b212ed192 Updated comment 2019-10-28 20:40:17 +01:00
Veronica K. B. Olsen f1e8f2e321 Added some more options to the export GUI and the ability to skip scene and section titles 2019-10-28 20:36:38 +01:00
Veronica K. B. Olsen 0bb5a37414 Added some basic pandoc export options 2019-10-28 19:51:00 +01:00
Veronica K. B. Olsen 70cfc56afa Some cleanup of the export GUI 2019-10-28 17:11:14 +01:00
Veronica K. B. Olsen 71c4a8f89d Minor tweak to LaTeX export 2019-10-28 16:37:45 +01:00
Veronica K. B. Olsen 276e2f8654 Typo ... again! 2019-10-28 14:43:51 +01:00
Veronica K. B. Olsen d309221c0a Typo ... 2019-10-28 14:40:26 +01:00
Veronica K. B. Olsen 62bb3f95a6 Updated readme with some info for windows 2019-10-28 14:35:00 +01:00
Veronica K. Berglyd Olsen 32a785d5c2 Merge pull request #81 from vkbo/windows_fixes
Windows fixes
2019-10-28 14:23:26 +01:00
Veronica K. B. Olsen 4fcff94b05 Make sure the document isn't overwritten if it exists, but we have an error loading it due to encoding, or otherwise 2019-10-28 14:12:26 +01:00
Veronica K. B. Olsen f760eeb544 Set encoding for all text reads and writes to utf8, as windows defaults to latin1 2019-10-28 13:44:13 +01:00
Veronica K. B. Olsen 3a8b7846ab Fix creating config file on Windows 2019-10-28 13:33:08 +01:00
Veronica K. B. Olsen 98e136fdbc Updated readme to add new dependency 2019-10-28 11:24:53 +01:00
Veronica K. Berglyd Olsen abd0236cf8 Merge pull request #80 from vkbo/latex_unicode_fix
LaTeX unicode fix
2019-10-28 11:24:23 +01:00
Veronica K. B. Olsen d030243b5c Updated tooltip on fixed width exports 2019-10-28 11:21:27 +01:00
Veronica K. B. Olsen 7eb7fafcbd LaTeX export now supports escaping, with a warning if it fails 2019-10-28 11:18:26 +01:00
Veronica K. B. Olsen 73951757bb Added call to escape unicode in LaTeX export. Fails with a flag if unsuccessful 2019-10-28 11:05:47 +01:00
Veronica K. Berglyd Olsen 23166ebb11 Merge pull request #79 from vkbo/latex_bugs
LaTeX bug fixes
2019-10-28 10:33:53 +01:00
Veronica K. B. Olsen 22d303c98e Fixed LaTeX export for no wrapping setting 2019-10-28 10:15:05 +01:00
Veronica K. B. Olsen 11d2fe7491 Fixed line breaks in LaTeX header 2019-10-28 09:33:37 +01:00