talexander
  • Joined on 2023-07-05
talexander pushed to macro_properties at talexander/organic 2023-10-08 20:41:42 +00:00
9bdec391f1 Do not capture trailing whitespace on the final macro arg.
b9ead09dde Add test showing we are not handling trailing whitespace in macro args properly.
Compare 2 commits »
talexander pushed to macro_properties at talexander/organic 2023-10-08 20:19:35 +00:00
dd009498dd Switch to using coalesce_whitespace_escaped for macro args.
17c745ee71 Improve coalesce_whitespace_escaped to borrow when single spaces are used.
41aa0349a0 Add tests for coalesce_whitespace_escaped.
a6adeee40b Handle escaping the characters in org macro arguments.
a32cea8139 Coalesce whitespace in macro args.
Compare 7 commits »
talexander created branch macro_properties in talexander/organic 2023-10-08 20:19:35 +00:00
talexander pushed to main at talexander/organic 2023-10-08 18:18:31 +00:00
3f707149e3 Merge branch 'angle_link_properties'
e9276e35ca Add comments.
3041a575f9 Fix lifetimes.
42dbda494a Switch to using a similar optimized Cow function for regular link.
0e791e67ab Move the angle link string processing functions to a util file.
Compare 11 commits »
talexander pushed to main at talexander/organic 2023-10-08 14:04:51 +00:00
488372b070 Merge branch 'plain_link_properties'
120a06055f Handle 3 or more slashes in the path for regular links.
bbcafef8bf Handle 3 or more slashes in the path for plain links.
038535174b Do not allow empty path in plain links and do not remove "//" in regular links.
1bbe8fc688 Do not strip "//" from plain link path.
Compare 17 commits »
talexander deleted branch plain_link_properties from talexander/organic 2023-10-08 14:04:40 +00:00
talexander created branch plain_link_properties in talexander/organic 2023-10-07 07:26:05 +00:00
talexander pushed to plain_link_properties at talexander/organic 2023-10-07 07:26:05 +00:00
20a8683894 Handle puncuation-only search options.
3aa84c1743 Add test showing we are not handling puncutation-only search options properly.
7196e10b69 Set up regular links for adding application.
0c34df159f Add test showing we are not handling application in regular links properly.
ddb09a1805 Add support for application in plain links.
Compare 10 commits »
talexander deleted branch radio_target_properties from talexander/organic 2023-10-07 05:44:10 +00:00
talexander pushed to main at talexander/organic 2023-10-07 05:44:06 +00:00
5694f80f41 Merge branch 'radio_target_properties'
36327e92d7 Radio link did not need Cow.
c70eb69ed6 Compare radio target properties.
Compare 3 commits »
talexander pushed to radio_target_properties at talexander/organic 2023-10-07 05:27:30 +00:00
36327e92d7 Radio link did not need Cow.
c70eb69ed6 Compare radio target properties.
Compare 2 commits »
talexander created branch radio_target_properties in talexander/organic 2023-10-07 05:27:30 +00:00
talexander pushed to main at talexander/organic 2023-10-07 05:14:29 +00:00
8d9ff77799 Merge branch 'radio_link_properties'
029791e0b2 Fix tests.
8d621b32dc Compare radio link properties.
Compare 3 commits »
talexander deleted branch radio_link_properties from talexander/organic 2023-10-07 05:14:21 +00:00
talexander created branch radio_link_properties in talexander/organic 2023-10-07 04:58:15 +00:00
talexander pushed to radio_link_properties at talexander/organic 2023-10-07 04:58:15 +00:00
8d621b32dc Compare radio link properties.
talexander deleted branch regular_link_properties from talexander/organic 2023-10-07 04:34:28 +00:00
talexander pushed to main at talexander/organic 2023-10-07 04:34:19 +00:00
dfad7b7888 Merge branch 'regular_link_properties'
56348a6d54 Actually absolute paths are files too.
65e142a215 Link templates support single-colons and inject the value at the end if no %s is found.
aa0a0b890e Relative paths are file links, absolute paths are fuzzy.
ab33730830 Search option also supports regex.
Compare 18 commits »
talexander pushed to regular_link_properties at talexander/organic 2023-10-07 04:15:51 +00:00
56348a6d54 Actually absolute paths are files too.
65e142a215 Link templates support single-colons and inject the value at the end if no %s is found.
aa0a0b890e Relative paths are file links, absolute paths are fuzzy.
Compare 3 commits »
talexander pushed to regular_link_properties at talexander/organic 2023-10-07 03:42:36 +00:00
ab33730830 Search option also supports regex.
4c8828b91b Apply the link templates.
2ba5156ee1 Add a global setting for link templates.
ae3a6ff919 Turns out links can have templates.
4716e1ce5b Switch to using AsRef<str> to make compare_property_quoted_string generic.
Compare 10 commits »