29 Commits (c95cb795f6bce94a1e1dd4605575a53fc4c72f0c)

Author SHA1 Message Date
fatchan 31bec034ba make markdown easier to add new classes 5 years ago
fatchan 9ce66a303d change config to js file so it an include comments 5 years ago
fatchan f32a392d0a code theme changes to allow manually inputting language 5 years ago
fatchan b38446201a change how auto scroll scrolls to not change window hash, and make threshold gt not gte 5 years ago
fatchan 3a67e18695 make markdown code shorter 5 years ago
fatchan ac0cb93b06 remove themes from footer, prep for settings UI, add code theme to board settings 5 years ago
fatchan 1df453e5d3 much more progress and proper styling for hide and hide by ID with new dropdown 5 years ago
fatchan 427fe315f7 styling fixes 5 years ago
fatchan 8f81cc7d57 dont show language or relevance when < 5 5 years ago
fatchan 6654aac041 make all that v a little cleaner 5 years ago
fatchan 23c9079c03 use highlight.js for syntax highlighting in code blocks of posts 5 years ago
fatchan 0915d7247b major change to post markdown to use chunks so syntax highlighting can come in future 5 years ago
fatchan 8d092b8f1d improve post markdown to use chunks so that code blocks can be processed separately and not be broken by other styles, also opens the door to using a custom code parser later on that includes syntax highlighting 5 years ago
fatchan 9bd6aa4339 do links last to prevent surrounding markdown from breaking link 5 years ago
fatchan f0aa36997e update webring, improve boardlist and make tables a little wider 5 years ago
fatchan b66272577c add a small utility in markdown to get doamins for later so I can add alt links e.g. invidious references #2 5 years ago
fatchan 45ed6a6bce when thread pages not needed immediately, add it as a task in the queue instead of doing it on the web server process 5 years ago
fatchan 5f455831a4 spoiler multiline 5 years ago
fatchan 219963096f markdown fix op on quote not being shrunk and general appearance improvements for truncation and omission messages, and reply links 5 years ago
fatchan 92ad72cb5c move diceroll to other file and fix markdown for image 5 years ago
fatchan d412be3450 dice rolls ##XdY+/-Z, and adjust post styling to accommodate it references #2 5 years ago
fatchan 56dfa48160 add announcements to boards, same styling as posts and fix the strict-origin to same-origin for links 5 years ago
fatchan 73edb8d51c non-greedy markdown, and add faq+custom pags to gulpfile 5 years ago
fatchan 981f257d45 dont need access to Posts in markdown for posting 5 years ago
fatchan 0a0d5512be fix for file with no name, only extension having missing extension after uploading 5 years ago
fatchan c18f25861e improve trimming bad inputs and fix code block markdown to be non-greedy and respect first line leading whitespace 5 years ago
fatchan 722d58be50 same origin referrer policy to protect user privacy, if supported by browser. same origin to prevent issues with same site links and posting referrer checks 5 years ago
fatchan 65486ebfbc underline and strikethrough added to post styling 5 years ago
fatchan 7c57fca366 organise the helpers some 5 years ago
fatchan 6a51b69420 link regex reject more invalid characters, revert to old spoilers andimprove spoiler appearance 5 years ago
fatchan a818a25e91 generate and save html to disk. actions that would cause a page to change delete the html. on the next visit, nginx will try_files, else pass to the backend which will generate the page again. CURRENTLY DOES NOT SUPPORT POST ACTIONS e.g. deletes, spoiler, sticky, etc will not cause pages to be deleted for future rebuilding. thats coming in next commits. consider this the start of actual smart building strategy to prevent templating and db hits unnecessarily. where its possible to serve a plain html page, we will do so. 5 years ago
fatchan 860044fba8 Add 'detected' markdown 5 years ago
fatchan 06d4b26e65 add bold red text 'title' markdown 5 years ago
fatchan 54fac87e99 capturing groups to regexes, and add code block regex 5 years ago
fatchan ff4f6c4758 stop calling that a model 5 years ago
fatchan 8ce5aa292c quotes cross-thread fixes #11 5 years ago
fatchan c4243d1f81 markdown fix and simpler login check/redirect 5 years ago
fatchan cbc7135c90 different way of handling post styling. also added links 5 years ago
fatchan 03e3b2e742 add bold, italic, spoiler 6 years ago
fatchan b868bb52ce quote markdown fixes 6 years ago
fatchan 3700769204 basic markdown green/redtext and quotes 6 years ago