Commits


Split GUI and Gemini support into separate systems.


add a blockquote line to the test file


add ui bindings for the blockquotes, see #1 I had this in my local tree for a while and forgot to commit them! Since they're here, it'd be a waste to just delete it, even if the ui stuff may not stay around in the long run.


export the blockquote class


Merge pull request #1 from aartaka/blockquote Add blockquote support.


gemtext.lisp: Add blockquote support.


improve UI: add controls and fix click on non-absolute URLs


revert the relative-to hack was added only to ease the job of the UI, but it isn’t the right place. The UI should do that type of checks, the parsers shouldn’t mangle URIs.


now it can even display pages!


initial commit