Commit Graph

530 Commits

Author SHA1 Message Date
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
Veronica K. B. Olsen 9b90831a7a Make the contents headings just bold text. this is tupid. 2019-10-27 18:13:09 +01:00
Veronica K. B. Olsen 5499bf0650 Changed the heading levels in documentation again 2019-10-27 18:10:48 +01:00
Veronica K. B. Olsen aa40cbe90e Fixed some weirdness in documentation index 2019-10-27 18:02:25 +01:00
Veronica K. B. Olsen 68b6fb24d9 Forgot to bump version for documentation 2019-10-27 17:56:50 +01:00
Veronica K. Berglyd Olsen 290cbc9a25 Merge pull request #74 from vkbo/release_0.3.2
Release 0.3.2
2019-10-27 17:50:55 +01:00
Veronica K. B. Olsen 6565438bdf Release 0.3.2 2019-10-27 17:48:29 +01:00
Veronica K. B. Olsen cd3c32b2ff Always get markdown urls wrong ... 2019-10-27 17:36:07 +01:00
Veronica K. B. Olsen 8f15f22e85 Updated readme file 2019-10-27 17:34:50 +01:00
Veronica K. Berglyd Olsen 08acebdd65 Merge pull request #73 from vkbo/export_options
LaTeX Export
2019-10-27 15:47:25 +01:00
Veronica K. B. Olsen 43ebcec4e9 Updated documentation for export and the user interface 2019-10-27 15:44:40 +01:00
Veronica K. B. Olsen aba339f8e3 Added documentation for export, and renamed all files to .txt as per recommendation 2019-10-27 14:55:11 +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 fde7975a0b No need for hardcoding line endings for windows. Python handles this by default 2019-10-26 23:05:12 +02: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 01dde7c8a4 Update tokenizer and html converter 2019-10-25 00:07:37 +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. Berglyd Olsen aff81c9a78 Merge pull request #69 from vkbo/documentation
Use online help instead of local
2019-10-24 21:55:17 +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 3ae87b6cf4 Copied the rest of the documentation from the html version to the read .rst files 2019-10-24 18:44:04 +02:00
Veronica K. B. Olsen 15b94da2e6 Merge branch 'documentation' 2019-10-24 18:15:42 +02:00
Veronica K. B. Olsen a7b7666f0c Updated readme and set docs theme to default 2019-10-24 18:15:27 +02:00
Veronica K. Berglyd Olsen 45f813d98a Merge pull request #68 from vkbo/documentation
Documentation Update - Step 1
2019-10-24 18:08:15 +02:00
Veronica K. B. Olsen 070f2a3985 Started adding documentation using sphinx 2019-10-24 18:03:39 +02:00
Veronica K. Berglyd Olsen 0d5899e844 Merge pull request #65 from vkbo/new_doc_from_file
Import Text File
2019-10-23 21:37:32 +02:00
Veronica K. B. Olsen dc12d518c0 Fixed test 2019-10-23 21:34:25 +02:00
Veronica K. B. Olsen 9186289c1b Changed the spelling of 'unnumbered' 2019-10-23 21:22:35 +02:00
Veronica K. B. Olsen 68ddba1768 Added an unnumbered chapter to the sample project 2019-10-23 21:21:49 +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. Berglyd Olsen 9aeffdd333 Merge pull request #62 from vkbo/timeline_update
Minor improvements to timeline and session dialogs
2019-10-22 20:00:48 +02:00
Veronica K. Berglyd Olsen 1dc84c3aca Merge branch 'master' into timeline_update 2019-10-22 19:58:13 +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. Berglyd Olsen 4a4775c8db Merge pull request #61 from vkbo/timeline_update
Timeline Update
2019-10-21 21:07:51 +02:00
Veronica K. B. Olsen bbdf1aa8e1 Updated test 2019-10-21 21:04:55 +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