This website requires JavaScript.
Explore
Help
Sign In
norm
/
NP_CSM_Tool
Watch
1
Star
0
Fork
0
You've already forked NP_CSM_Tool
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
b0addb6475f30d4a93d1732625982b67361ce17f
NP_CSM_Tool
/
app
History
Norm Rasmussen
b0addb6475
Figured out brackets regex. Need to make sure there are no other special characters that put this function at risk. But it now deletes upon clearing session.
2023-03-16 21:36:01 -04:00
..
__pycache__
Clear session now deletes all the templates. Added socketio disconnect function too. Need to remove special characters from filepath since glob can't recognize.
2023-03-16 17:36:10 -04:00
static
Clear session now deletes all the templates. Added socketio disconnect function too. Need to remove special characters from filepath since glob can't recognize.
2023-03-16 17:36:10 -04:00
templates
Code-Input was updated to 1.2.2 and currently works! I have the upload functionality working and have begun working on an undo button. It currently saves all the files to a dir everytime you access /templates but I haven't implemented a full undo yet.
2023-03-15 17:07:34 -04:00
__init__.py
So close! I'm able to use syntax highlighting AND grab the content with js (which then adds to a textarea), but the Flask for loop is only noticed on the first iteration. I can't grab the subsequent values. I need to find a way to dynamically find IDs.
2023-03-13 17:23:56 -04:00
_old_functions.py
Added instructions for the bulk add page. Starting to consolidate. Offloaded some get functions to a backup file that I don't need right now.
2023-03-07 17:52:36 -05:00
forms.py
Code-Input was updated to 1.2.2 and currently works! I have the upload functionality working and have begun working on an undo button. It currently saves all the files to a dir everytime you access /templates but I haven't implemented a full undo yet.
2023-03-15 17:07:34 -04:00
routes.py
Figured out brackets regex. Need to make sure there are no other special characters that put this function at risk. But it now deletes upon clearing session.
2023-03-16 21:36:01 -04:00