j4nk commented on issue j4nk/md4tj#21 2023-08-03 02:49:07 -04:00
Detect circular includes

This can easily be checked statically by scanning a file for includes, and recursively iterating over these includes, adding to a list. If the recursion hits a file that's already in the list, it…

j4nk opened issue j4nk/md4tj#21 2023-08-03 02:47:52 -04:00
Detect circular includes
j4nk opened issue j4nk/md4tj#20 2023-08-03 02:33:44 -04:00
Tag system for blog
j4nk opened issue j4nk/md4tj#19 2023-08-03 02:32:49 -04:00
Include date and time in blog posts
j4nk opened issue j4nk/md4tj#18 2023-08-03 02:31:52 -04:00
Display time in UTC for blogs and last updated
j4nk commented on issue j4nk/md4tj#12 2023-07-11 19:01:02 -04:00
Blog content in RSS feed

Finished in bfa3d6be68

j4nk closed issue j4nk/md4tj#12 2023-07-11 19:01:02 -04:00
Blog content in RSS feed
j4nk pushed to master at j4nk/thejerks.club 2023-07-11 19:00:23 -04:00
4607d7ef04 Updated md4tj to fix the bug with rss description
j4nk pushed to master at j4nk/md4tj 2023-07-11 18:57:12 -04:00
bfa3d6be68 Fixed issue where the wrong blog content was in the wrong rss item
j4nk commented on issue j4nk/md4tj#14 2023-07-11 11:23:32 -04:00
Major mode

Would also be nice to be able to automatically resize text a la AuCTeX for a more WYSIWYG experience. Not at all sure how to do this though....

j4nk opened issue j4nk/md4tj#17 2023-07-11 11:22:13 -04:00
Ability to escape special markdown characters
j4nk commented on issue j4nk/md4tj#12 2023-07-11 10:13:53 -04:00
Blog content in RSS feed

ec2765a9bd is almost there, but I failed to take into account that blog posts are not in alphabetical order so each RSS…

j4nk pushed to master at j4nk/thejerks.club 2023-07-11 09:58:32 -04:00
d6c14ac5b0 Updated md4tj to put blog content in RSS feeds
j4nk opened issue j4nk/thejerks.club#1 2023-07-11 09:57:44 -04:00
Have web server serve static files from subdomain
j4nk pushed to master at j4nk/md4tj 2023-07-11 09:50:43 -04:00
ec2765a9bd Fixed dumb error in escape function
j4nk pushed to master at j4nk/md4tj 2023-07-11 09:46:06 -04:00
4054cdfdbf Forgot to escape text for RSS, done that now
j4nk pushed to master at j4nk/md4tj 2023-07-11 09:21:30 -04:00
81abca1171 Put blog content in the RSS feeds now.
j4nk opened issue j4nk/md4tj#16 2023-07-11 08:46:42 -04:00
ac-md4tj
j4nk opened issue j4nk/md4tj#15 2023-07-11 08:45:13 -04:00
Linter
j4nk opened issue j4nk/md4tj#14 2023-07-11 08:44:43 -04:00
Major mode