Commit graph

28 commits

Author SHA1 Message Date
Alex Roper
37e27b3461
docs: fix a few misspelled words (#5) 2020-03-14 10:21:20 +08:00
PoiScript
9445db822b chore: remove all deprecated functions 2019-11-05 23:58:45 +08:00
PoiScript
e3d051145f feat(headline): minor refactors 2019-11-05 23:58:45 +08:00
PoiScript
1cc22d49ab docs: document pre_blank and post_blank 2019-10-30 11:40:53 +08:00
PoiScript
ec334c2821 chore: rename several functions 2019-10-28 16:14:00 +08:00
PoiScript
948b1be2db feat: pre_blank and post_blank 2019-10-28 13:33:18 +08:00
PoiScript
1a0240a747 feat: impl Index & IndexMut trait for Org struct 2019-10-27 22:54:52 +08:00
PoiScript
947c334bf1 docs: document and doc-test of Headline and Document 2019-10-27 22:18:18 +08:00
PoiScript
2b8d2590ff feat(config): define todo_keywords in tuple 2019-10-27 13:15:16 +08:00
PoiScript
3b646aa7a5 chore: rename node and error crate 2019-10-27 11:27:27 +08:00
PoiScript
f786233852 feat: indextree-based org parser 2019-06-27 02:57:23 +08:00
PoiScript
d9053d992d refactor(headline): store headline tags into Vec 2019-04-24 18:25:08 +08:00
PoiScript
b17b355d3b fix(parser): headline parsing 2019-04-12 00:14:21 +08:00
PoiScript
9c82b268d6 chore: make the fields of Planning struct public 2019-04-11 23:53:43 +08:00
PoiScript
fe591d2143 feat(parser): clock parsing 2019-04-07 15:33:18 +08:00
PoiScript
1bb5286dd3 feat(parser): timestamp parsing 2019-04-05 21:02:10 +08:00
PoiScript
1f52e75d3d refactor(parser): clean up parse functions 2019-03-19 13:56:33 +08:00
PoiScript
a288a6d554 feat(elements): multiple lines comment and fixed width area 2019-02-16 17:13:23 +08:00
PoiScript
c7de340479 feat(headline): support custom keywords 2019-02-15 11:32:52 +08:00
PoiScript
1c3300ca61 feat: use bytecount for bytes counting 2019-02-13 15:59:18 +08:00
PoiScript
4d56633c43 refactor: clenup 2019-02-09 20:32:31 +08:00
PoiScript
c5b14256f0 refactor: cleanup parse function 2019-02-08 21:42:44 +08:00
PoiScript
da04d3d25d perf: replace all str.find(..)s with memchr(..)
which is much faster, theoretically.
2019-01-22 11:08:20 +08:00
PoiScript
93ed18602a refactor: rename field names to align with org-elements-api 2019-01-13 02:20:34 +08:00
PoiScript
6b1e2a26be chore: impl Debug for all struct and enum 2019-01-11 23:11:07 +08:00
PoiScript
128825f148 refactor: cleanup 2019-01-11 22:35:06 +08:00
PoiScript
6f7fa9c920 update 2019-01-10 20:58:13 +08:00
PoiScript
a85efe2056 parser 2019-01-04 16:53:20 +08:00