Commit graph

241 commits

Author SHA1 Message Date
PoiScript b847eb9285 fix(elements): don't export element parse function 2019-06-28 16:40:45 +08:00
PoiScript ce8c0b1c1c chore: bump version to 0.2.0 2019-06-28 16:23:35 +08:00
PoiScript 1a2dfd9d85 fix(docs): fix some typo and grammar errors 2019-06-28 16:15:50 +08:00
PoiScript e33bb22fde docs: crate features 2019-06-28 14:29:45 +08:00
PoiScript 727c9f14f7 docs: update serde examples 2019-06-28 00:50:15 +08:00
PoiScript 5a9e085b61 docs: update README.md and doc-test 2019-06-28 00:13:05 +08:00
PoiScript 21aba13d71 refactor(iter): use indextree::Traverse for iterating nodes 2019-06-27 20:05:54 +08:00
PoiScript 275fbfad34 feat(elements): comment and fixed width elements 2019-06-27 18:13:06 +08:00
PoiScript bd1fc756bd refactor(serde): use serde derive macro 2019-06-27 16:59:59 +08:00
PoiScript c86fef91a0 feat(examples): add iter example 2019-06-27 14:03:42 +08:00
PoiScript d49cd135d8 test(headline): replace TODO with DONE
So it will not show up at my magit buffer anymore.
2019-06-27 13:28:37 +08:00
PoiScript 2cba072245 feat(elements): planning element 2019-06-27 13:20:21 +08:00
PoiScript 74fd77dba2 refactor(org): cleanup 2019-06-27 05:12:41 +08:00
PoiScript 05cfe17f6a feat(examples): add json example 2019-06-27 02:57:23 +08:00
PoiScript 0a876e2f2b feat(export): update html render 2019-06-27 02:57:23 +08:00
PoiScript 33f78ee207 feat: Iter struct 2019-06-27 02:57:23 +08:00
PoiScript f786233852 feat: indextree-based org parser 2019-06-27 02:57:23 +08:00
PoiScript 3beabcedfa feat(parser): improve inline object parsing 2019-05-18 21:34:29 +08:00
PoiScript c4041aefb6 feat(parser): improve list parsing 2019-05-17 21:34:46 +08:00
PoiScript ecf0d7e67d feat(*): skip_container and event functions 2019-05-03 02:18:56 +08:00
PoiScript 9357ac6278 fix(parser): next_obj & real_inline 2019-05-03 01:56:12 +08:00
PoiScript eaf40dcc87 fix(parser): next_obj & real_next_obj 2019-05-03 01:15:44 +08:00
PoiScript 0083425872 docs: update README.md and doc-tests 2019-04-24 21:54:51 +08:00
PoiScript d9053d992d refactor(headline): store headline tags into Vec 2019-04-24 18:25:08 +08:00
PoiScript 56e289fb48 refactor(parser): wrap some objects and elements with struct 2019-04-24 18:25:08 +08:00
PoiScript 69534576f1 feat(parser): clock parsing 2019-04-23 18:52:52 +08:00
PoiScript cd7e03accb feat(objects): chrono feature 2019-04-23 15:48:13 +08:00
PoiScript ffbefaa3b4 chore(export): escape methods 2019-04-12 22:29:31 +08:00
PoiScript 0101612029 docs: some doc comments 2019-04-12 22:19:07 +08:00
PoiScript 2467cb3db3 fix(parser): list parsing 2019-04-12 15:37:04 +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 c2c554a3d5 test: nested list 2019-04-08 19:35:50 +08:00
PoiScript 5b7ecf16c9 refactor(parser): list parsing 2019-04-08 19:35:06 +08:00
PoiScript 5e2395ed5a test: create tests/ folder 2019-04-08 01:41:04 +08:00
PoiScript 164aff424d chore: remove unexpected dbg! 2019-04-07 20:39:59 +08:00
PoiScript 6fa43f7571 feat(parser): drawer parsing 2019-04-07 20:10:43 +08:00
PoiScript fe591d2143 feat(parser): clock parsing 2019-04-07 15:33:18 +08:00
PoiScript 406fd22aee feat(parser): planning parsing 2019-04-06 14:49:47 +08:00
PoiScript 8bb7ae41d3 refactor: cleanup parser 2019-04-05 23:50:13 +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 7273a2e84d refactor(parser): redesign stack structure 2019-03-19 13:56:13 +08:00
PoiScript 0b22db1f0f feat(export): handler with custom error type 2019-03-13 16:17:07 +08:00
PoiScript 355ea8b46e fix(export): make Escape struct field public 2019-03-11 00:50:00 +08:00
PoiScript e1469b6794 chore: re-export all from export::html module 2019-03-11 00:38:28 +08:00
PoiScript 0c64b76dc6 feat(render): accept a mutable reference of Write 2019-03-10 01:00:29 +08:00
PoiScript a288a6d554 feat(elements): multiple lines comment and fixed width area 2019-02-16 17:13:23 +08:00
PoiScript 74a19c2ff7 refactor(elements): add Element::Empty variant 2019-02-16 15:39:28 +08:00
PoiScript c7de340479 feat(headline): support custom keywords 2019-02-15 11:32:52 +08:00