Commit Graph

299 Commits

Author SHA1 Message Date
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 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 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 25c92d8b2e Improved the html export a bit, with a max width and comments formatted as yellow notes 2019-10-27 14:18:01 +01:00
Veronica K. B. Olsen f38e770402 Added novelWriter flavour markdown as an export format, and cleaned up windows/unix line endings code 2019-10-26 22:58:16 +02:00
Veronica K. B. Olsen 753b248b9f Cleaned up the nw/convert folder a bit 2019-10-26 22:24:59 +02:00
Veronica K. B. Olsen b9608dcdbd Add support for LaTeX export 2019-10-25 00:07:54 +02:00
Veronica K. B. Olsen a67d3ed599 Set autoreplace characters with unicode code instead to make it easier to read the source code 2019-10-25 00:06:39 +02:00
Veronica K. B. Olsen 2abacc1b2f Some cleanup of the export gui 2019-10-24 22:18:41 +02:00
Veronica K. B. Olsen 4a98f58a20 Added more system checks and help now opens the documentation website 2019-10-24 21:13:11 +02:00
Veronica K. B. Olsen 3419839295 Fix a corner case nonetype exit 2019-10-23 21:21:29 +02:00
Veronica K. B. Olsen e4b36a8646 Make the import file explicitly mode='rt' 2019-10-23 21:13:51 +02:00
Veronica K. B. Olsen 558af9f329 Added an import file to document feature 2019-10-23 21:05:33 +02:00
Veronica K. B. Olsen 0f67e9b971 Improve the error messages when adding a new file or folder without selecting a location 2019-10-23 20:32:12 +02:00
Veronica K. B. Olsen 598eaa8c3c Remember settings for session log, auto-refresh timeline, and check valid settings 2019-10-22 19:56:56 +02:00
Veronica K. B. Olsen 1434c2bdf3 Added filters to timeline view GUI 2019-10-21 20:57:46 +02:00
Veronica K. B. Olsen 3aa07e9b33 Added a options state class for timeline view GUI 2019-10-21 18:59:03 +02:00
Veronica K. B. Olsen e8de021abc Made the window options class in export a superclass for multiple windows 2019-10-21 18:50:35 +02:00
Veronica K. B. Olsen 39eae448b0 And the index ... 2019-10-20 18:50:10 +02:00
Veronica K. B. Olsen d9a8f860f0 Mixed up the session log and timelien window 2019-10-20 18:48:53 +02:00
Veronica K. B. Olsen 436aba4fd1 Label text changes 2019-10-20 16:37:33 +02:00
Veronica K. B. Olsen 4980468a55 Some improvements to the sesison gui 2019-10-20 16:35:51 +02:00
Veronica K. B. Olsen 785a69d34b Session log dialog window is now complete 2019-10-20 16:26:49 +02:00
Veronica K. B. Olsen 2fe001b336 Session log is now printed in the table 2019-10-20 15:52:25 +02:00
Veronica K. B. Olsen 50f4d8e073 Merge branch 'master' into session_log 2019-10-20 14:41:40 +02:00
Veronica K. B. Olsen 323013bbaf Added session log dialog window 2019-10-20 14:40:59 +02:00
Veronica K. B. Olsen 79116f8977 Make sure the open document is saved before applying changes from the config dialog 2019-10-20 14:28:51 +02:00
Veronica K. B. Olsen fe12e99735 Fixed a bug where unicode characters were not included in the spell check regex 2019-10-20 14:23:27 +02:00
Veronica K. B. Olsen 77c6caacee When closing a project, it should ask for backup even if the project is saved. 2019-10-20 13:56:21 +02:00
Veronica K. B. Olsen 6638c5187e Remove margins from virtical box in doc editor 2019-10-19 17:24:15 +02:00
Veronica K. B. Olsen 16401f4c1f Added export to html and markdown files 2019-10-19 14:59:32 +02:00
Veronica K. B. Olsen adffe2f4da Cleaned up export GUI 2019-10-19 13:39:41 +02:00
Veronica K. B. Olsen 722a00bae3 Finished heading formats and file name in export 2019-10-19 13:01:35 +02:00
Veronica K. B. Olsen 16f1b03781 Export icon and a few GUI changes 2019-10-19 12:05:04 +02:00
Veronica K. B. Olsen d325e671dd Added some error handling for export file, and improved getting and setting of export options 2019-10-19 11:32:11 +02:00
Veronica K. B. Olsen 287d94369f Added header formatting to tokenizer 2019-10-19 01:17:19 +02:00
Veronica K. B. Olsen f8878535ba Basic export to plain text now works, but many options not connected yet 2019-10-18 22:09:01 +02:00
Veronica K. B. Olsen a5ad2335de Export GUI ready 2019-10-18 19:02:28 +02:00
Veronica K. B. Olsen 1d9c4e1e49 Added more elements to the export GUI 2019-10-15 19:05:13 +02:00
Veronica K. B. Olsen bc06bde05c Added more options to export GUI 2019-10-13 15:36:57 +02:00
Veronica K. B. Olsen 32a4e43459 Export dialog working 2019-10-13 13:31:59 +02:00
Veronica K. B. Olsen dbd1964ff4 Added export dialog class 2019-10-13 12:18:17 +02:00
Veronica K. B. Olsen 10bd5049bc Load all icons via the theme class 2019-10-06 18:36:19 +02:00
Veronica K. B. Olsen 052272938c Remove icon from context menu 2019-10-06 17:51:59 +02:00
Veronica K. B. Olsen 70f4ae5285 Remove all icons from dropdown menu 2019-10-06 17:49:16 +02:00
Veronica K. B. Olsen 74bc412739 Updated debug info 2019-10-06 15:57:45 +02:00