augustus-thomas / noteworthy

a local note taking app written in Python.
GNU General Public License v3.0
0 stars 0 forks source link

Chris update to several files #17

Closed Chrisvann1 closed 8 months ago

Chrisvann1 commented 8 months ago

Hello y'all, I did a decent amount of stuff with this update. I updated the Noteworthy notes, improved the UX for the application, did the MKdown to pdf on the frontend, and added a very tiny change to the backend. The backend was printing "The file does not exist" for the view function and since that is a frontend thing I changed this to return the string "false". If the return value is false then the frontend view file prints the message.

tferrelCOW commented 8 months ago

Frontend.py looks good to me. I like the added fail statements in things like help.