This is my little note taking app https://www.solidscribe.com
Go to file
Max G 6bb856689d * Adjusted theme colors to add more contrast on white theme while making black more OLED friendly
* Links now get an underline on hover
* Cleaned up CSS variable names, added another theme color for more control
* Cleaned up unused CSS, removed scrollbars popping up, tons of other little UI tweaks
* Renamed shared notes to inbox
* Tweaked form display, seperated login and create accouts
* Put login/sign up form on home page
* Created more legitimate marketing for home page
* Tons up updates to note page and note input panel
* Better support for two users editing a note
* MUCH better diff handling, web sockets restore notes with unsaved diffs
* Moved all squire text modifier functions into a mixin class
* It now says saving when closing a note
* Lots of cleanup and better handiling of events on mount and destroy
* Scroll behavior modified to load notes when closer to bottom of page
* Pretty decent shared notes and sharable link support
* Updated help text
* Search now includes tag suggestions and attachment suggestions
* Cleaned up scratch pad a ton, allow for users to create new scratch pads
* Created a 404 Page and a Shared note page
* So many other small improvements. Oh my god, what is wrong with me, not doing commits!?
2020-06-07 20:57:35 +00:00
client * Adjusted theme colors to add more contrast on white theme while making black more OLED friendly 2020-06-07 20:57:35 +00:00
configs/nginx I need to get back into using git. The hell is wrong with me!? 2019-12-20 05:50:50 +00:00
server * Adjusted theme colors to add more contrast on white theme while making black more OLED friendly 2020-06-07 20:57:35 +00:00
staticFiles Added rate limiting and server security 2020-03-26 04:45:23 +00:00
.gitignore * Added placeholder text to site when loading JS 2020-04-13 07:44:57 +00:00
backupDatabase.sh Added rate limiting and server security 2020-03-26 04:45:23 +00:00
buildAndUpdateProd.sh Added rate limiting and server security 2020-03-26 04:45:23 +00:00
dontSync.txt I need to get back into using git. The hell is wrong with me!? 2019-12-20 05:50:50 +00:00
package-lock.json * Added placeholder text to site when loading JS 2020-04-13 07:44:57 +00:00
package.json * Added placeholder text to site when loading JS 2020-04-13 07:44:57 +00:00
startDevServerAndClient.sh I need to get back into using git. The hell is wrong with me!? 2019-12-20 05:50:50 +00:00
syncDown.sh Encrypted Notes Alpha! 2020-03-13 23:34:32 +00:00