Tom Alexander
|
f820e27b17
|
Compare plain list type in diff.rs.
|
2023-09-29 13:03:25 -04:00 |
|
Tom Alexander
|
d5b1014fe4
|
Unify the standard properties checks in diff.
Instead of copy+pasting them into each compare function, we now call a shared function from a handful of places.
|
2023-09-23 21:05:56 -04:00 |
|
Tom Alexander
|
dd8a8207ce
|
Move assert bounds for elements and objects (except PlainText) to the compare element/object functions.
|
2023-09-23 19:35:12 -04:00 |
|
Tom Alexander
|
b4c985071c
|
Add a GetStandardProperties trait.
|
2023-09-23 19:13:01 -04:00 |
|
Tom Alexander
|
1f64e289a2
|
Add TODOs for all of the properties that need to be compared.
rust-foreign-document-test Build rust-foreign-document-test has started
rustfmt Build rustfmt has failed
rust-build Build rust-build has failed
rust-test Build rust-test has failed
|
2023-09-23 14:46:36 -04:00 |
|
Tom Alexander
|
c892d406c3
|
Do not parse the tag for a plain list item if it is an ordered plain list item.
|
2023-09-21 20:58:03 -04:00 |
|
Tom Alexander
|
ba15999534
|
Add a test showing we are not handling parenthesis in links properly.
rust-test Build rust-test has failed
rust-build Build rust-build has succeeded
rust-foreign-document-test Build rust-foreign-document-test has failed
|
2023-09-21 14:31:13 -04:00 |
|
Tom Alexander
|
4c8d9a3063
|
Do not require a colon to close dynamic blocks.
|
2023-09-20 02:37:26 -04:00 |
|
Tom Alexander
|
1a704dd312
|
Honor the odd startup setting from org-mode files.
rust-test Build rust-test has succeeded
rust-build Build rust-build has succeeded
rust-foreign-document-test Build rust-foreign-document-test has failed
|
2023-09-15 22:54:49 -04:00 |
|
Tom Alexander
|
bfe67b1f75
|
Parse plain list item checkboxes.
|
2023-09-15 16:09:57 -04:00 |
|
Tom Alexander
|
876d33239e
|
Allow any character to be escaped in the path for links.
|
2023-09-14 03:05:11 -04:00 |
|
Tom Alexander
|
44e9f708c9
|
Handle the possibility of a title-less headline.
|
2023-09-14 02:01:24 -04:00 |
|
Tom Alexander
|
a651b79e77
|
Move sexp into compare.
|
2023-09-11 15:37:20 -04:00 |
|
Tom Alexander
|
84953c1669
|
Put back in needed pubs.
|
2023-09-11 14:59:23 -04:00 |
|
Tom Alexander
|
7650a9edff
|
Remove all pub.
|
2023-09-11 13:11:08 -04:00 |
|
Tom Alexander
|
80f7098f9b
|
Compare table formulas.
|
2023-09-08 23:05:04 -04:00 |
|
Tom Alexander
|
cc56b79683
|
Add a test showing we're not handling table formulas.
|
2023-09-08 22:42:24 -04:00 |
|
Tom Alexander
|
93d3d9471f
|
Compare priority, archived, and commented in headlines.
|
2023-09-08 16:00:16 -04:00 |
|
Tom Alexander
|
f8b99ed235
|
Support counter set in plain list items.
|
2023-09-06 19:09:20 -04:00 |
|
Tom Alexander
|
6fc607cfe0
|
Compare node properties.
|
2023-09-06 18:54:47 -04:00 |
|
Tom Alexander
|
3fc3a5d1ef
|
Add support for empty lesser blocks.
|
2023-09-06 18:11:57 -04:00 |
|
Tom Alexander
|
6e2fc362ea
|
Add support for babel-call keywords.
|
2023-09-06 18:04:53 -04:00 |
|
Tom Alexander
|
12cbb89861
|
Compare todo-type on headlines.
rust-test Build rust-test has succeeded
rust-build Build rust-build has succeeded
|
2023-09-06 12:39:03 -04:00 |
|
Tom Alexander
|
7c471ab32e
|
Compare keyword keys and values.
|
2023-09-06 12:10:57 -04:00 |
|
Tom Alexander
|
275b4b53d1
|
Use a single function for finding all keywords.
|
2023-09-04 19:19:23 -04:00 |
|
Tom Alexander
|
d262833f9b
|
Fixing more errors.
|
2023-09-03 12:52:09 -04:00 |
|
Tom Alexander
|
80d77ff5d6
|
Fix handling of unicode in compare tests.
rustfmt Build rustfmt has succeeded
rust-test Build rust-test has succeeded
rust-build Build rust-build has succeeded
|
2023-08-31 20:20:00 -04:00 |
|
Tom Alexander
|
7a903acedc
|
Support special blocks in compare.
|
2023-08-31 19:04:44 -04:00 |
|
Tom Alexander
|
d471f7178b
|
Wrap the components of headlines in diff layers.
|
2023-08-29 22:57:08 -04:00 |
|
Tom Alexander
|
2c5c26c55f
|
Allow diff layers that are not associated with tokens.
|
2023-08-29 22:47:40 -04:00 |
|
Tom Alexander
|
7944659802
|
Compare headline level.
|
2023-08-29 22:11:56 -04:00 |
|
Tom Alexander
|
58aca53144
|
Move get_property into util.
|
2023-08-29 22:07:23 -04:00 |
|
Tom Alexander
|
f170a557ed
|
Use character offsets in diff.
|
2023-08-29 21:49:16 -04:00 |
|
Tom Alexander
|
eaa38ce772
|
Include an error message for failed bounds checking.
rustfmt Build rustfmt has succeeded
rust-test Build rust-test has succeeded
rust-build Build rust-build has succeeded
|
2023-08-29 21:27:54 -04:00 |
|
Tom Alexander
|
f6c895319f
|
Add support for diffing description lists.
|
2023-08-29 19:35:54 -04:00 |
|
Tom Alexander
|
9df40fb13f
|
Only allow specific keywords for affiliated keywords.
|
2023-08-29 16:56:07 -04:00 |
|
Tom Alexander
|
3e6df7ba78
|
Print character offset from rust's parse perspective during compare.
|
2023-08-29 14:40:58 -04:00 |
|
Tom Alexander
|
ac313d093e
|
Improve error handling in compare.
|
2023-08-29 14:20:53 -04:00 |
|
Tom Alexander
|
3e143796f7
|
Compare heading todo keywords.
rust-test Build rust-test has succeeded
rust-build Build rust-build has succeeded
This only handles the default case where the only valid TODO keywords are TODO and DONE.
|
2023-08-27 15:56:08 -04:00 |
|
Tom Alexander
|
9cc5e63c1b
|
Compare heading tags.
rust-test Build rust-test has failed
rust-build Build rust-build has succeeded
|
2023-08-25 07:05:59 -04:00 |
|
Tom Alexander
|
2d4e54845b
|
Add support for parsing tags in headlines.
|
2023-08-25 06:13:29 -04:00 |
|
Tom Alexander
|
45e16fea2d
|
Honor the NO_COLOR environment variable.
rustfmt Build rustfmt has succeeded
rust-test Build rust-test has succeeded
rust-build Build rust-build has succeeded
|
2023-08-25 04:25:39 -04:00 |
|
Tom Alexander
|
5134cece7b
|
Add color to compare output.
rust-test Build rust-test has succeeded
rust-build Build rust-build has succeeded
rustfmt Build rustfmt has succeeded
|
2023-08-25 04:09:52 -04:00 |
|
Tom Alexander
|
fa5fc41121
|
Create structure for timestamps.
|
2023-07-24 17:34:07 -04:00 |
|
fluxcdbot
|
efa56a6bef
|
CI: autofix rust code.
semver Build semver has succeeded
rustfmt Build rustfmt has succeeded
rust-test Build rust-test has succeeded
|
2023-07-24 16:57:08 -04:00 |
|
Tom Alexander
|
993c73dc9f
|
Create structure for subscript and superscript.
|
2023-07-24 14:23:36 -04:00 |
|
Tom Alexander
|
c73e26e2d6
|
Create structure for statistics cookies.
|
2023-07-22 02:12:20 -04:00 |
|
Tom Alexander
|
d60cad07e0
|
Create structure for targets.
|
2023-07-22 01:15:04 -04:00 |
|
Tom Alexander
|
4d114206ef
|
Create structure for line breaks.
|
2023-07-21 23:48:37 -04:00 |
|
Tom Alexander
|
0b41e12424
|
Fix counting brackets in inline source block.
|
2023-07-21 23:14:52 -04:00 |
|