~shunter/cl-gemtext

Remove github mirror buildscript
da3bde17 — Samuel Hunter 3 years ago
README: update project destiny
08c376fe — Samuel Hunter 4 years ago
Bugfix wrong exported symbol in package.lisp

package.lisp exported gt-blockquote, but the library used gt-quote.
a68f51ce — Samuel Hunter 4 years ago
Adjust a couple symbol names to reduce conflicts

I made two libraries for my project, cl-gemtext (this one) and
gemini-request. I want to use import both packages, but they shared
the same symbol name +gemini-version+. I changed it here to fix that.
9e7e2556 — Samuel Hunter 4 years ago
Add +gemini-version+
2ddf345f — Samuel Hunter 4 years ago
Remove author name from README.
053cc286 — Samuel Hunter 4 years ago
Add sr.ht build to automatically push to github
28e696f3 — Samuel Hunter 4 years ago
Promote version to 0.1.0
51efda02 — Samuel Hunter 4 years ago
Spruce up README
fcec5dcc — Samuel Hunter 4 years ago
Readjust decode function names
775a8bf9 — Samuel Hunter 4 years ago
Add bulk gemtext-reading and whitespace trimming
688b882a — Samuel Hunter 4 years ago
Decode advanced line types
21a4e824 — Samuel Hunter 4 years ago
Revamp decoder after reading Gemini specification

This new decoder should support all core text types.
d53e3512 — Samuel Hunter 4 years ago
Give data classes gt- prefix

This should make importing gemtext symbols easier since `gt-` would be
an indicator that it's e.g. a gemtext link, instead of an html or
other form of link structure.
660774f8 — Samuel Hunter 4 years ago
Remove convenience constructor functions
6d03bcba — Samuel Hunter 4 years ago
Provide an option to trim whitespace from text.
afaefe93 — Samuel Hunter 4 years ago
Refactor how the prefix table is defined
70b6d77d — Samuel Hunter 4 years ago
Add and decode blockquotes
1c0c9acf — Samuel Hunter 4 years ago
Decode links
905d0e45 — Samuel Hunter 4 years ago
Decode headings, list items, and normal text
Next