263 Commits

Author SHA1 Message Date
0e6099490a Add server side and client side form validation for submitting comments. Also fix coding blocks not supporting multi-line code blocks
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-08-03 18:58:11 +00:00
3e6843d98a Remove reset.css
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-08-03 17:56:35 +00:00
73ec21dff6 Fix JSON function
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-08-02 20:07:36 -05:00
bd9e2e1894 gitpod file
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-08-02 18:11:45 +00:00
111df71059 Convert hashmaps to JSON.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-08-02 18:11:27 +00:00
aaf6a670d6 Properly parses and accepts POST requests with headers
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-08-02 13:23:51 +00:00
e9693d20ab Add placeholder text when clicking formatting tags with nothing highlighted
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-08-01 16:13:05 +00:00
710f58b034 Fix 304 caching errors
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-08-01 16:01:45 +00:00
f0100ceaf1 Add error page and navbar links to pages
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-08-01 15:27:08 +00:00
89c9eaf732 Include navbar socials and links
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-08-01 15:02:01 +00:00
e1b3e64c0c Update out file
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-08-01 15:00:36 +00:00
f7bc23d8c7 Implement socials and formatting
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-08-01 14:59:26 +00:00
fcc0d35437 Start of navbar
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-07-29 17:36:25 +00:00
0553032104 Start of navbar
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-07-29 17:35:53 +00:00
c998103ce5 Correct the article previews
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-07-29 17:19:51 +00:00
c63e834382 Something strange happening with converting article refs
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-07-28 20:27:29 +00:00
a0f7936575 Fixed code block having extra /home/gitpod lines in it
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-07-28 20:13:24 +00:00
5a3bbd231e Complete code block and link support. All formatting now supported in comment blocks
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-07-28 19:57:43 +00:00
f9389d49f7 Include a toolbox for formatting messages
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-07-28 18:34:47 +00:00
1cd51255df Test new comment article generation. works
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-07-27 20:29:04 +00:00
cfd4f5be04 Possibly corrected minor scrolling issues
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-07-27 20:27:36 +00:00
8b0c68a897 Commenting system now works!
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-07-27 20:20:09 +00:00
4f006f0d64 Color management improved
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-07-27 19:52:12 +00:00
48ea7501ed Correct double Plus NaN issue
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-07-27 19:44:20 +00:00
43706baa3e Create comment post form
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-07-27 18:25:24 +00:00
2cb478921a Include separation between comment info and comment messages.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-07-27 16:26:05 +00:00
e8b7d8d2d6 Corrected bug where file may not exist when checking for cached modified date
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-07-26 19:19:57 +00:00
fab32f9c4d Comment endpoint setup
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-07-26 19:10:41 +00:00
455c5bcc75 Comment endpoint setup
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-07-26 19:10:12 +00:00
df36c001ae Javascript request to load comment section
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-07-26 18:40:28 +00:00
35a8dfffcc Removed excessive blank lines being generated
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-07-26 18:11:30 +00:00
b21637d5ce line breaks were rampant before
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-07-26 17:51:43 +00:00
8e6556e78d Custom scrollbar colors
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-07-26 17:31:05 +00:00
659b3aa95f Completed implementation of code highlighter
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-07-26 16:56:35 +00:00
385d1d8cb4 Completed implementation of code highlighter
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-07-26 16:55:56 +00:00
f38db58c74 differentiate string parsing
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-07-26 15:24:41 +00:00
ba85f01113 Fixed variable template override issues for code blocks
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-07-23 19:29:33 -05:00
0d6d2d2de4 Interpreting <pre> and </pre> on individual lines
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-07-23 18:59:53 -05:00
5e91a3ddfb Interpreting <pre> and </pre> on individual lines
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-07-23 18:58:50 -05:00
33b6f7bd2a Implemented code highlighting for strings, numerical constants, classes
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-07-23 17:44:42 -05:00
cbebcebe08 refactored how files were delivered
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-07-23 13:58:32 -05:00
b77f811c50 Update readme to explain article syntax
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-07-23 13:27:48 -05:00
446c3dee46 Include rotating colors
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-07-23 18:23:16 +00:00
b35f1815b2 Include image article figure publishing along with adding sub and sup support
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-07-15 18:59:33 +00:00
e29117112c Parse images
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-07-15 17:57:26 +00:00
575b8c2756 Some semblance of \<pre\> command parsing
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-06-03 19:35:03 +00:00
e46476c05d Implement status codes based on file upload success
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-05-22 16:58:46 -05:00
fdbbcb98df Commit with a co-author
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-05-19 19:10:57 +00:00
a9620a5374 Remove warnings 2022-05-19 19:08:44 +00:00
4296d84226 Fix file uploading to completely accept and write binary files 2022-05-19 19:07:33 +00:00