9 Commits

Author SHA1 Message Date
80a596ea44 Removed all the css in the controls and put them in there own file in the less directory. (https://lesscss.org/)
Added sass  (css) to parcel transformers so I could modify the tagigy control style easy.
removed buttons from paste input.
Added keybinding for keyboard control.
Fixed bug with bad tags in paste list control.
Timestamp control can now show unix time by double clicking it.
Added sentry error reporter so errors can be recorded.
Added new font for minimalist style look.
2022-02-10 05:48:37 -06:00
082736b09a Debug mode switch 2022-02-09 00:15:46 -06:00
4ebd6fbe29 Adding switch to keep tagging field on or off.
Adding debugging mode.
2022-02-09 00:15:09 -06:00
11b15e1b9b Bug fixes to data layer.
Paste input now support images.
New static time stamp control.
Some more utility functions for converting data types.
New control for showing raw HTML data.
New control to show tags, to be expanded latter.
2022-02-07 04:42:42 -06:00
c617c63510 Change page security.
Added special script to handle parcel and node require.
Added new tagging control.
Adding new HTML Sanitizer.
Packages so I could be sqlite with the right electron version.
Some style changes.
Interface changes.
Changes to the sqlite/client. Interfaces cuased errors.
Fixed bugs in electron ipc handling.
Fixes to the sqlite libs.
Create a new input control that can handle pasting.
pasting HTML works with cycle through HTML,Text, Sanatized HTML.
New UI controls.
Time stamp control has more functionality.
2022-02-03 03:27:51 -06:00
02ecda067f Change page security.
Added special script to handle parcel and node require.
Added new tagging control.
Adding new HTML Sanitizer.
Packages so I could be sqlite with the right electron version.
Some style changes.
Interface changes.
Changes to the sqlite/client. Interfaces cuased errors.
Fixed bugs in electron ipc handling.
Fixes to the sqlite libs.
Create a new input control that can handle pasting.
pasting HTML works with cycle through HTML,Text, Sanatized HTML.
New UI controls.
Time stamp control has more functionality.
2022-02-03 03:27:03 -06:00
7c9a29b16c Before experimenting with the GUI, I'm writing tests to ensure that my data layer functions correctly. 2022-01-30 19:59:07 -06:00
a88d85d3bc Moving some UI files and create no UI elements. Also updates to sqlite plugin. 2022-01-29 01:26:33 -06:00
54f16d0ac2 First Comment. Parcel setup. Electron Set Up. First working verion (just an intro). Data interfaces. 2022-01-27 20:43:49 -06:00