Commit Graph

79 Commits

Author SHA1 Message Date
6e2c022c45
Add image block for HTML5-modified 2023-11-24 20:31:25 +08:00
bb0e461197
Update fallback text for video block 2023-11-24 20:29:20 +08:00
e0aed2313d
Add autoplay, preload, and metadata attribute for video block 2023-11-24 20:28:52 +08:00
e7e973d1c6
Add sidebar block for HTML5-modified 2023-11-24 11:47:28 +08:00
d868c0964c
Add video block for HTML5-modified 2023-11-24 11:43:33 +08:00
d704253410
Refactor common functions 2023-11-24 11:34:10 +08:00
36dffaf3e4
Add audio block for HTML5-modified 2023-11-24 11:28:07 +08:00
153e110489
Add admonition block for HTML5-modified 2023-11-24 11:23:06 +08:00
a6283b72a1
Convert to Nokogiri for HTML manipulation 2023-11-23 10:11:20 +08:00
c6f2363ca3
Prepare for next development version 2023-11-16 20:17:25 +08:00
71fe2602c2
Update default custom converter name 2023-11-16 20:16:48 +08:00
586cc8daee
Update chat block attributes 2023-11-16 20:15:57 +08:00
5cb366fb2a
Add modified version of built-in HTML5 converter 2023-11-16 19:40:15 +08:00
f0b69b8af7
Release v1.2.1 2023-11-08 11:40:07 +08:00
95e7bc12ec
Restructure modules again 2023-11-08 11:26:58 +08:00
2977870311
Add test and improve handling of subpath for man inline macro 2023-11-07 19:35:29 +08:00
6291f3b36d
Update chat block to have its own context
Now, this should be configured with templates which is nice.
2023-11-07 19:19:24 +08:00
de9f3a0e9c
Restructure extensions with Ruby modules
Also restructured how they're named in the filesystem and the class
names as well.
2023-11-06 22:54:57 +08:00
69c8015292
Add subpath option for man inline macro 2023-11-06 22:07:03 +08:00
a95b09a81f
Remove preprocessor extension for git blob include processor
It's pretty useless for outside of the custom setup I've had.
2023-11-01 17:30:56 +08:00
cf8a942011
Add 'issue' attribute for GitLab link inline macro 2023-11-01 17:36:11 +08:00
42454be244
Update chat block output formatting
If there's any formatting here in the first place.
2023-10-29 12:50:05 +08:00
928cd80561
Update the default text for manpages link 2023-10-29 12:49:08 +08:00
924fd9eac5
Change default behavior for creating network requests when caption is unset 2023-10-29 12:48:09 +08:00
de3ced3d3a
Update extensions to inherit attributes from parent/document 2023-10-28 21:04:36 +08:00
fcb06be49f
Add 'openbsd' option for man inline macro 2023-10-28 18:14:33 +08:00
5ebea76900
Allow git-blob-include-processor to discover other repos
Massive oversight over here which I forgot to update when moving it in
its own repo. Whoops.
2023-10-28 18:11:28 +08:00
1faf4d45ec
Fix avatarstype attribute override for chat block 2023-07-09 17:41:00 +08:00
9979e144d3
Delete leftovers from blog template 2023-07-07 12:14:31 +08:00
0def42d067 Create IETF RFC link inline macro 2023-07-06 22:39:16 +08:00
0758726908 Set cache path for open-uri 2023-06-18 18:12:59 +08:00
869181bafa Update Asciidoctor extension dependency
Asciidoctor already handles the caching so we don't really need to. On
the plus side, it gives some choice whether the pipeline should have a
cache or not.
2023-05-28 17:49:15 +08:00
ebbde1491c Add FlatHub link inline macro 2023-05-27 19:37:25 +08:00
cef163c722 Add Repology link inline macro 2023-05-27 19:37:24 +08:00
ca82f674af Add MusicBrainz link inline macro 2023-05-27 19:37:24 +08:00
7ddcd9be70 Add shorthand link macro for F-Droid 2023-05-27 19:37:24 +08:00
debf41c5a7 Create dedicated user agent for my application 2023-05-27 19:34:39 +08:00
07faed03a1 Add lines attribute for Git blob include processor 2023-05-27 16:31:31 +08:00
fb5dac150b Update Wikipedia link inline macro 2023-05-15 14:01:58 +08:00
144d9fe56f Prefer AVIF to WebP encoding 2023-05-15 13:25:45 +08:00
a3f9cd1aef Update chat block HTML 2023-05-12 20:05:04 +08:00
50a9c33f8c Add custom extension for package indices 2023-05-11 00:07:45 +08:00
d4e3e70e6f Add repo option for GitHub link inline macro 2023-05-06 15:22:53 +08:00
6f3ee231f2 Add repo option for GitLab link inline macro 2023-05-06 15:22:42 +08:00
627ccd3f20 Add full options attribute for SWHID inline macro 2023-05-06 15:22:27 +08:00
1c1deb96eb Update custom extensions to use open-uri-cached 2023-05-03 14:02:33 +08:00
1b73d6ec83 Add name and update styling to chat block extension 2023-04-17 16:22:03 +08:00
e8ed4017e0 Update documentation for various Asciidoctor extensions 2023-04-16 11:08:11 +08:00
7e329e0d16 Update GitHub link default captions 2023-04-09 13:41:11 +08:00
aed9896539 Update git blob include processor
- Update `path` to accept semicolon-delimited list of paths when `diff`
  option is used.
- Add `other` option for diffs.
2023-04-09 13:37:29 +08:00