hmn/src/website
Ben Visness 6b21291798 Add plain-text post previews
I opted to do this by making a new markdown renderer that only outputs
plain text, no HTML. This feels a lot more sane to me than trying to
strip HTML out of already-parsed stuff. The tradeoff right now is that
some content just doesn't show up at all, notably bbcode content. I
doubt anyone will care.
2021-07-05 13:34:51 -05:00
..
category_helper.go URL rework! 2021-05-12 01:53:23 +03:00
errors.go Add initial auth token / login stuff 2021-03-25 22:33:00 -05:00
feed.go Clean up lots of old post fields 2021-07-04 16:24:48 -05:00
forums.go Add plain-text post previews 2021-07-05 13:34:51 -05:00
landing.go Showcase on landing page 2021-06-23 22:31:59 +03:00
login.go Make login and logout preserve what page you're on 2021-06-11 19:48:03 -05:00
pagination.go Get forum threads mostly implemented 2021-05-03 20:59:45 -05:00
post_helper.go Profile page and timeline items 2021-06-22 12:50:40 +03:00
projects.go Minor cleanup 2021-06-22 13:12:17 +03:00
requesthandling.go Start forum editing experience, including bbcode parser 2021-07-04 15:31:37 -05:00
routes.go Add CSRF verification 2021-07-04 15:32:07 -05:00
routes_test.go Make some project fields not null 2021-05-05 23:04:58 -05:00
showcase.go Showcase page 2021-06-22 20:08:05 +03:00
snippet.go Snippet page 2021-06-23 23:13:22 +03:00
staticpages.go Minor cleanup 2021-06-22 13:12:17 +03:00
timeline_helper.go Clean up lots of old post fields 2021-07-04 16:24:48 -05:00
urls.go URL rework! 2021-05-12 01:53:23 +03:00
user.go Profile page and timeline items 2021-06-22 12:50:40 +03:00
website.go Add pprof 2021-06-24 08:10:44 -05:00