Commit graph

187 commits

Author SHA1 Message Date
PoiScript
8b5c545d4b
feat: support subscript and superscript 2023-11-21 18:42:55 +08:00
PoiScript
58dfb022c2
feat: support line breaks 2023-11-21 16:35:25 +08:00
PoiScript
6598095a9f
feat: is_object, is_element, is_lesser_element, is_greater_element 2023-11-21 16:07:53 +08:00
PoiScript
0c870b7be8
feat: support minimal sets of object in radio target 2023-11-21 14:55:33 +08:00
PoiScript
ab543b403e
feat: nth_repeater nth_delay 2023-11-21 11:55:33 +08:00
PoiScript
6c27a9257f
feat: introduce Token struct 2023-11-20 15:30:33 +08:00
PoiScript
2f64e1e6af
feat: add todo_type method in Headline 2023-11-20 01:46:13 +08:00
PoiScript
c432d335f1
feat: timestamp in html export 2023-11-20 00:12:29 +08:00
PoiScript
c49f7e5716
feat: support repeater/delay parsing 2023-11-19 23:09:54 +08:00
PoiScript
a0fdf1d5c8
feat: support optional dayname in timestap (#27) 2023-11-19 18:06:15 +08:00
PoiScript
310664b05b
feat: support entity 2023-11-19 16:42:12 +08:00
PoiScript
917fe2f5d2
feat: latex in Traverser 2023-11-19 13:26:14 +08:00
PoiScript
00cfde6e90
feat: support latex environment parsing 2023-11-19 13:08:20 +08:00
PoiScript
4a3dd6aacb
feat: support latex fragment parsing 2023-11-19 13:08:19 +08:00
PoiScript
12bee6fb6b
refactor: remove HeadlineTitle, ListItemTag, ListItemContent 2023-11-18 22:40:43 +08:00
PoiScript
ba1776808d
fix(object): fix edge case (#69) 2023-11-17 22:39:14 +08:00
PoiScript
babae8dbe8
test: add test case (#33) 2023-11-17 18:08:47 +08:00
PoiScript
20a46b132e
test: update test in Timestamp::start_to_chorno 2023-11-17 16:42:04 +08:00
PoiScript
c4d9aa4c51
style: run cargo clippy 2023-11-17 14:18:25 +08:00
PoiScript
e924359df6
feat: simplify public api 2023-11-17 13:34:06 +08:00
PoiScript
0245b9b2c4
fix: lossless_parser! should be pub(crate) 2023-11-17 00:37:50 +08:00
PoiScript
8698e59df3
fix: headline tag support multibyte alphanumeric 2023-11-17 00:10:27 +08:00
PoiScript
b7ddc0f076
feat: update list node parsing 2023-11-17 00:07:18 +08:00
PoiScript
ed987d468a
style: run cargo clippy 2023-11-15 14:11:18 +08:00
PoiScript
db7fb70724
feat: handle <thead> in html export 2023-11-15 12:55:35 +08:00
PoiScript
1362624083
feat: support affiliated keyword 2023-11-15 00:36:29 +08:00
PoiScript
a269f2f258
fix: single \r will be consider as blank line 2023-11-14 14:12:05 +08:00
PoiScript
af7c305c9e
chore: prepare for v0.10.0-alpha.1 2023-11-13 16:33:04 +08:00
PoiScript
abf568b117
refactor: PropertiesMap 2021-11-08 16:17:12 +08:00
PoiScript
00b46a278a
feat: initial wasm support 2021-11-08 16:17:11 +08:00
PoiScript
2ebd47dbea
build: upgrade dependencies 2021-11-08 14:17:47 +08:00
Alex Roper
e009e1c199
feat: provide preserve-property-order feature using IndexMap (#25) 2020-05-18 17:21:59 +08:00
Alex Roper
2cf8ba53a1
fix: disable JSON example when built without serde (#31) 2020-05-16 17:04:46 +08:00
PoiScript
1f53a8c244 fix(title): fix is_commented to recognize any whitespaces (#21) 2020-05-10 01:47:03 +08:00
PoiScript
ba9c83cc5e fix(parser): use char::is_whitespace (#22) 2020-05-10 01:25:35 +08:00
PoiScript
a99702a4da fix(title): expect space after priority (#20) 2020-05-09 16:56:32 +08:00
PoiScript
2128e86b81 refactor: cleanup parse functions 2020-05-09 16:42:49 +08:00
PoiScript
d13dcb91c9 fix(title): tags can be separated by \t (#16) 2020-05-06 11:36:06 +08:00
PoiScript
bee2723304 fix(title): validate characters of tag line (#16) 2020-05-06 11:35:32 +08:00
Alex Roper
2dfe89f3dc
fix(title): fix is_commented to look for only a single space (#14) 2020-05-06 11:07:32 +08:00
PoiScript
923343a076 fix(validate): allow empty ListItem (#11) 2020-05-06 11:04:50 +08:00
Alex Roper
8fb6e90f57
feat: add Clone derive (#13) 2020-05-06 10:51:10 +08:00
PoiScript
d4698798ff style: remove dbg! macros 2020-05-04 10:20:08 +08:00
PoiScript
37853180bb fix(emphasis): continue if text content is empty (#10) 2020-05-04 10:07:01 +08:00
PoiScript
c2849d05fb refactor(elements): minor refactoring 2020-04-14 17:59:45 +08:00
PoiScript
020548fad9 feat(parse): create combinators module 2020-04-14 17:55:19 +08:00
PoiScript
19740440db feat(org): add parse_string and parse_string_custom 2020-04-06 16:17:08 +08:00
Alex Roper
37e27b3461
docs: fix a few misspelled words (#5) 2020-03-14 10:21:20 +08:00
PoiScript
65629b692f fix(validate): table row can have no children 2019-11-06 14:10:18 +08:00
PoiScript
7d064c526e fix(docs): update functions name 2019-11-06 00:31:35 +08:00