ffc577c943
Added format menu back in, and added a generic wrapping function that can do text formatting and wrap selection in quotes.
Veronica K. B. Olsen
2019-04-23 16:37:48 +02:00
bc036b4e2a
Simplified the GUI and removed button bar for document as we're no longer using rich text
Veronica K. B. Olsen
2019-04-23 00:14:11 +02:00
6bd2da5e72
Working text bold shortcut and toolbar
Veronica K. B. Olsen
2019-04-22 21:39:19 +02:00
ae19cc7237
Updated autoreplace to handle quotes better, and to not destry undo history when replacing on a selection.
Veronica K. B. Olsen
2019-04-22 21:16:03 +02:00
4a6779c16c
Fixed the syntax regex to do markdown bold/italic properly, and support quote styles in config
Veronica K. B. Olsen
2019-04-22 21:15:00 +02:00
3631b239fc
Proagate word counts and save them for files.
Veronica K. B. Olsen
2019-04-22 17:02:52 +02:00
2727ade4a0
Cleaned up the import statements to remove unused objects
Veronica K. B. Olsen
2019-04-22 14:22:06 +02:00
03d1cee2b3
Implemented a working word and char counter that runs in the background at regular intervals.
Veronica K. B. Olsen
2019-04-22 14:15:28 +02:00
7c2eff8b9b
First attempt at a word counter, but this is a bit slow.
Veronica K. B. Olsen
2019-04-21 01:04:13 +02:00
68d2a35a25
Added license
Veronica K. Berglyd Olsen
2019-04-20 20:45:17 +02:00
d8f962cf84
Added text autoreplace functionality to doc editor.
Veronica K. B. Olsen
2019-04-20 17:46:00 +02:00
2e2c84ea60
Added status bar class
Veronica K. B. Olsen
2019-04-20 17:45:20 +02:00
31cb799171
Updated text analysis class
Veronica K. B. Olsen
2019-04-20 14:17:00 +02:00
f68a64503e
Improvements to saving meta data, and added counting of words, etc
Veronica K. B. Olsen
2019-04-19 23:42:30 +02:00
99257b82cd
Drag'n'drop now checks that the drop is allowed.
Veronica K. B. Olsen
2019-04-15 23:30:24 +02:00
cb511b3c45
Added code to build the tree context menu based on what element is selected.
Veronica K. B. Olsen
2019-04-14 17:32:39 +02:00
5609d16978
Fixed the utf-8 thingy at the top of files
Veronica K. B. Olsen
2019-04-14 13:20:19 +02:00
4d448cad9d
Some changes to item classes, and added a sample context menu to the tree view
Veronica K. B. Olsen
2019-04-13 21:45:55 +02:00
eca8a807ce
Renamed the document files to nwd as they are no longer strictly markdown
Veronica K. B. Olsen
2019-04-13 18:45:59 +02:00
e1289a6a06
Updated readme file
Veronica K. B. Olsen
2019-04-07 23:55:55 +02:00
ffdcb997af
Finished the handling of text width, window resize, and save and load of editor config.
Veronica K. B. Olsen
2019-04-07 23:38:34 +02:00
2ed9fb12de
Handling of window size and change
Veronica K. B. Olsen
2019-04-06 21:58:48 +02:00
4867b49562
Added a theme css
Veronica K. B. Olsen
2019-04-06 21:58:23 +02:00
5ae239bf7d
Set colour variables and used a sample dark theme
Veronica K. B. Olsen
2019-04-06 17:05:04 +02:00
aee91ef925
Added editor highlighting for markdown.
Veronica K. B. Olsen
2019-04-06 16:50:42 +02:00
7126e59bc7
Testing out going with markdown instead of html.
Veronica K. B. Olsen
2019-04-06 10:25:49 +02:00
ec49adadcd
Made the document fixed width.
Veronica K. B. Olsen
2018-12-21 16:43:20 +01:00
54597b07e9
Some tweaks to command line options.
Veronica K. B. Olsen
2018-12-21 15:55:43 +01:00
e3af43725a
Using global enum class instead of constants in classes.
Veronica K. B. Olsen
2018-11-02 23:22:29 +01:00
8c10251fff
Changed initial version to 0.0.1
Veronica K. B. Olsen
2018-11-02 22:11:11 +01:00
c2dbbf647c
New folders and files can now be added.
Veronica K. B. Olsen
2018-11-02 22:08:15 +01:00
a5d453f7cb
Some document formatting stuff.
Veronica K. B. Olsen
2018-11-01 22:59:31 +01:00
d9e6a6f0b4
Can now open and save documents.
Veronica K. B. Olsen
2018-11-01 21:51:46 +01:00
027dec67ce
Removed vverbose logging level and added treeview double click event.
Veronica K. B. Olsen
2018-11-01 20:30:23 +01:00
d71259eda5
Added icons to treeview.
Veronica K. B. Olsen
2018-10-30 23:09:27 +01:00
e72e82afca
Finished saving and loading of document tree and tree state.
Veronica K. B. Olsen
2018-10-30 21:20:12 +01:00
02ed230c24
Finished adding the saving of tree state.
Veronica K. B. Olsen
2018-10-28 22:36:28 +01:00
0f8090601b
Added some the tree building code, with the help of 3 G&Ts.
Veronica K. B. Olsen
2018-10-27 23:54:34 +02:00
c8dab032b9
Added more application menu entries.
Veronica K. B. Olsen
2018-10-27 17:11:48 +02:00
08f990ead1
Some updates to the readme.
Veronica K. B. Olsen
2018-10-27 16:37:28 +02:00
83ea8c4f4f
Added some more debug elements.
Veronica K. B. Olsen
2018-10-27 15:52:25 +02:00
03272183f5
Added recent project menu option
Veronica K. B. Olsen
2018-10-25 23:54:56 +02:00
3b90eea7cb
Added project settings GUI
Veronica K. B. Olsen
2018-10-25 23:33:13 +02:00
1104baef22
Added open project functionality.
Veronica K. B. Olsen
2018-10-24 23:18:59 +02:00
306f863635
Added sample project.
Veronica K. B. Olsen
2018-10-23 21:53:09 +02:00
9704307b4d
Save project added, and a number of bits here and there.
Veronica K. B. Olsen
2018-10-23 21:52:50 +02:00
1154513710
Started adding code for writing the main project file.
Veronica K. B. Olsen
2018-10-14 23:19:54 +02:00
39044818ca
Added save path to project settings.
Veronica K. B. Olsen
2018-10-03 00:17:25 +02:00
b04ab099b1
About tab and project tab now only opens once.
Veronica K. B. Olsen
2018-10-02 23:48:26 +02:00
0ab45f76f7
Add an about tab which is shown when the program is started.
Veronica K. B. Olsen
2018-10-02 23:11:02 +02:00
abd9d441ad
Started adding project and doc classes.
Veronica K. B. Olsen
2018-09-29 20:33:19 +02:00
009555b963
Added toolbars and buttons.
Veronica K. B. Olsen
2018-09-29 18:14:44 +02:00
4a83e210a3
Added classes for tabs and document editor.
Veronica K. B. Olsen
2018-09-29 16:35:11 +02:00
c03db3205d
Updated formatting of debug logging.
Veronica K. B. Olsen
2018-09-29 15:10:34 +02:00
46b22ff19d
Wrote a text analysis class for counting words, senteces, paragraphs and readability score.
Veronica K. B. Olsen
2018-09-23 15:44:39 +02:00
22a86283af
Added some dummy widgets to the main window.
Veronica K. B. Olsen
2018-09-22 22:24:13 +02:00
8937229fdb
Added the Config class back in fro the old project.
Veronica K. B. Olsen
2018-09-22 18:47:01 +02:00
30d5eb53e7
Initial commit with README and example Qt5 window.
Veronica K. B. Olsen
2018-09-22 18:26:39 +02:00