talexander
  • Joined on 2023-07-05
talexander pushed to main at talexander/organic 2023-09-24 01:12:56 +00:00
6097e4df18 Merge branch 'standard_properties'
d5b1014fe4 Unify the standard properties checks in diff.
dd8a8207ce Move assert bounds for elements and objects (except PlainText) to the compare element/object functions.
b4c985071c Add a GetStandardProperties trait.
d4f27ef297 Remove only use of Source trait.
Compare 8 commits »
talexander pushed to main at talexander/organic 2023-09-23 18:55:10 +00:00
f0e28206ff Add a supported versions section to the README.
talexander pushed to main at talexander/organic 2023-09-23 18:46:52 +00:00
1f64e289a2 Add TODOs for all of the properties that need to be compared.
f7690ff64b Remove an allocation for lesser block end.
Compare 2 commits »
talexander pushed to master at talexander/homepage 2023-09-23 16:37:04 +00:00
9ebcf96ed2 Change default mime type inside .well-known to be plain text.
talexander pushed to master at talexander/homepage 2023-09-23 16:29:41 +00:00
846da7bcf9 Move well-known to not be hidden. Nginx will handle rewriting the path.
talexander pushed to main at talexander/organic 2023-09-22 04:04:44 +00:00
bd5e50d558 Remove TODO.
talexander pushed tag v0.1.8 to talexander/organic 2023-09-22 03:48:28 +00:00
talexander pushed to main at talexander/organic 2023-09-22 03:48:26 +00:00
de87b7df93 Publish version 0.1.8.
talexander deleted branch worg from talexander/organic 2023-09-22 03:41:48 +00:00
talexander pushed to main at talexander/organic 2023-09-22 03:38:22 +00:00
a267d13fd7 Merge branch 'worg'
a29973a110 Add a "format" makefile target.
31c782499e Do not match text markup end with empty contents.
b7c7057095 Add a test for double tilde.
49e3c90a3a Add a test showing a text markup condition we are not handling and significantly reduce allocations by using references for the captured marker for text markup.
Compare 60 commits »
talexander pushed to worg at talexander/organic 2023-09-22 03:20:28 +00:00
a29973a110 Add a "format" makefile target.
31c782499e Do not match text markup end with empty contents.
b7c7057095 Add a test for double tilde.
49e3c90a3a Add a test showing a text markup condition we are not handling and significantly reduce allocations by using references for the captured marker for text markup.
Compare 4 commits »
talexander pushed to master at talexander/homepage 2023-09-22 03:18:44 +00:00
ae7240b2f4 Render my public pgp key in the browser instead of downloading it.
talexander pushed to worg at talexander/organic 2023-09-22 02:09:12 +00:00
129228c5c5 Require either eof or whitespace to line ending for valueless items.
f0a7493a89 Support blank lines for descriptive list with empty value before final list item.
dc5695ec9f Update description list test to ensure we match blank values properly for both final and non-final items.
4ff62fbfae Support backslash as a post character for text markup.
c892d406c3 Do not parse the tag for a plain list item if it is an ordered plain list item.
Compare 11 commits »
talexander pushed to main at talexander/machine_setup 2023-09-21 20:57:23 +00:00
49fa0eb9cc Disable on-type formatting in rust.
talexander pushed to main at talexander/machine_setup 2023-09-21 20:30:54 +00:00
e4b10e7260 Remove extra subkey from pgp key.
talexander pushed to master at talexander/homepage 2023-09-21 20:30:09 +00:00
cee38a2c55 Remove extra subkey from pgp key.
talexander pushed to worg at talexander/organic 2023-09-21 18:31:22 +00:00
ba15999534 Add a test showing we are not handling parenthesis in links properly.
61c3e6c10e Require table formulas have a value.
a7e130838d Add a test showing that table formulas with no value do not get associated with the table.
853adadf91 Do not allow unescaped opening bracket in path for link.
Compare 4 commits »
talexander pushed to master at talexander/homepage 2023-09-21 17:29:27 +00:00
e96557998e Update pgp public key.
talexander pushed to main at talexander/machine_setup 2023-09-21 17:29:02 +00:00
a536defe9a Update pgp public key.
talexander pushed to worg at talexander/organic 2023-09-20 07:52:27 +00:00
7b61329889 Add test showing we are not parsing links wrapped in brackets correctly.
9bcfb2f1da Decide headline nesting by star count, not headline level.
4c8d9a3063 Do not require a colon to close dynamic blocks.
48cb3c4a02 Move the post-colon check into the item_tag_divider parser.
9e60ff6683 Support rematching on italic, underline, and strike-through.
Compare 6 commits »