Commit graph

  • 54c063f41b build: upgrade to indextree 4.0 PoiScript 2019-08-06 19:34:27 +0800
  • 23c091a482 docs: update STATUS.md PoiScript 2019-08-06 14:33:56 +0800
  • e3c7e9897c chore: rename feature serde to ser PoiScript 2019-08-06 14:29:32 +0800
  • 3e4772a896 feat(elements): table parsing PoiScript 2019-08-06 14:03:16 +0800
  • 470f90bfb5 feat(elements/title): planning and properties PoiScript 2019-08-05 22:25:27 +0800
  • 472676d6d7 refactor(elements): cleanup and minor improvements PoiScript 2019-08-05 22:23:32 +0800
  • 37c33a82f0 refactor(elements): rewrite most parsers with nom PoiScript 2019-08-04 17:46:10 +0800
  • 8d18fb04c1 refator(elements): rewrite Timestamp struct PoiScript 2019-08-04 14:12:26 +0800
  • 9023837eb4 feat(examples): syntect example for syntax highlighting PoiScript 2019-08-04 11:40:15 +0800
  • da18d87aeb feat(element): distinguish block by its name PoiScript 2019-08-04 11:13:48 +0800
  • 5b9ceebea4 docs(README.md): update example PoiScript 2019-07-31 16:18:32 +0800
  • 54dccb614b docs: update STATUS.md PoiScript 2019-07-31 16:13:17 +0800
  • 73380b26bc feat(export): export Org struct as org PoiScript 2019-07-31 16:00:46 +0800
  • 53d8f9dc90 feat(element): rename Headline with Title struct PoiScript 2019-07-31 15:09:01 +0800
  • e835103ac6 feat(elements): update Cookie struct PoiScript 2019-07-30 21:20:39 +0800
  • b429e4f54a feat(config): add done_keywords field PoiScript 2019-07-30 21:09:29 +0800
  • 3e82172dfe refactor(org): store content in separate Vec PoiScript 2019-07-28 11:33:34 +0800
  • 50f6b9f52a refactor: rewrite some parsers with nom PoiScript 2019-07-01 02:11:21 +0800
  • afcb5090ec chore(cargo): remove chrono from default features PoiScript 2019-06-28 19:36:43 +0800
  • 6b0f468f9f feat(org): ParseConfig struct PoiScript 2019-06-28 18:00:49 +0800
  • b847eb9285 fix(elements): don't export element parse function PoiScript 2019-06-28 16:40:16 +0800
  • ce8c0b1c1c chore: bump version to 0.2.0 PoiScript 2019-06-28 16:23:35 +0800
  • 1a2dfd9d85 fix(docs): fix some typo and grammar errors PoiScript 2019-06-28 16:03:38 +0800
  • e33bb22fde docs: crate features PoiScript 2019-06-28 14:29:45 +0800
  • 727c9f14f7 docs: update serde examples PoiScript 2019-06-28 00:50:15 +0800
  • 5a9e085b61 docs: update README.md and doc-test PoiScript 2019-06-28 00:13:05 +0800
  • 21aba13d71 refactor(iter): use indextree::Traverse for iterating nodes PoiScript 2019-06-27 20:05:54 +0800
  • 275fbfad34 feat(elements): comment and fixed width elements PoiScript 2019-06-27 18:11:58 +0800
  • bd1fc756bd refactor(serde): use serde derive macro PoiScript 2019-06-27 16:59:59 +0800
  • c86fef91a0 feat(examples): add iter example PoiScript 2019-06-27 14:03:42 +0800
  • d49cd135d8 test(headline): replace TODO with DONE PoiScript 2019-06-27 13:27:57 +0800
  • 2cba072245 feat(elements): planning element PoiScript 2019-06-27 13:20:21 +0800
  • 74fd77dba2 refactor(org): cleanup PoiScript 2019-06-27 05:12:41 +0800
  • 05cfe17f6a feat(examples): add json example PoiScript 2019-06-27 01:55:08 +0800
  • 0a876e2f2b feat(export): update html render PoiScript 2019-06-27 01:53:50 +0800
  • 33f78ee207 feat: Iter struct PoiScript 2019-06-27 00:03:59 +0800
  • f786233852 feat: indextree-based org parser PoiScript 2019-06-26 21:53:08 +0800
  • 3beabcedfa feat(parser): improve inline object parsing PoiScript 2019-05-18 21:34:29 +0800
  • c4041aefb6 feat(parser): improve list parsing PoiScript 2019-05-17 21:27:01 +0800
  • ecf0d7e67d feat(*): skip_container and event functions PoiScript 2019-05-03 02:18:56 +0800
  • 9357ac6278 fix(parser): next_obj & real_inline PoiScript 2019-05-03 01:56:12 +0800
  • eaf40dcc87 fix(parser): next_obj & real_next_obj PoiScript 2019-05-03 01:15:44 +0800
  • 0083425872 docs: update README.md and doc-tests PoiScript 2019-04-24 21:54:51 +0800
  • d9053d992d refactor(headline): store headline tags into Vec PoiScript 2019-04-24 18:12:51 +0800
  • 56e289fb48 refactor(parser): wrap some objects and elements with struct PoiScript 2019-04-24 17:42:21 +0800
  • 69534576f1 feat(parser): clock parsing PoiScript 2019-04-23 18:52:52 +0800
  • cd7e03accb feat(objects): chrono feature PoiScript 2019-04-23 15:48:13 +0800
  • ffbefaa3b4 chore(export): escape methods PoiScript 2019-04-12 22:29:31 +0800
  • 0101612029 docs: some doc comments PoiScript 2019-04-12 22:19:07 +0800
  • 2467cb3db3 fix(parser): list parsing PoiScript 2019-04-12 15:36:49 +0800
  • b17b355d3b fix(parser): headline parsing PoiScript 2019-04-12 00:14:21 +0800
  • 9c82b268d6 chore: make the fields of Planning struct public PoiScript 2019-04-11 23:53:43 +0800
  • c2c554a3d5 test: nested list PoiScript 2019-04-08 19:35:38 +0800
  • 5b7ecf16c9 refactor(parser): list parsing PoiScript 2019-04-08 19:35:06 +0800
  • 5e2395ed5a test: create tests/ folder PoiScript 2019-04-08 01:40:52 +0800
  • 164aff424d chore: remove unexpected dbg! PoiScript 2019-04-07 20:39:59 +0800
  • 6fa43f7571 feat(parser): drawer parsing PoiScript 2019-04-07 20:10:43 +0800
  • fe591d2143 feat(parser): clock parsing PoiScript 2019-04-07 15:33:18 +0800
  • 406fd22aee feat(parser): planning parsing PoiScript 2019-04-06 14:49:47 +0800
  • 8bb7ae41d3 refactor: cleanup parser PoiScript 2019-04-05 22:54:50 +0800
  • 1bb5286dd3 feat(parser): timestamp parsing PoiScript 2019-04-04 21:08:23 +0800
  • 1f52e75d3d refactor(parser): clean up parse functions PoiScript 2019-03-19 13:53:47 +0800
  • 7273a2e84d refactor(parser): redesign stack structure PoiScript 2019-03-17 02:07:31 +0800
  • 0b22db1f0f feat(export): handler with custom error type PoiScript 2019-03-13 16:16:57 +0800
  • 355ea8b46e fix(export): make Escape struct field public PoiScript 2019-03-11 00:49:57 +0800
  • e1469b6794 chore: re-export all from export::html module PoiScript 2019-03-11 00:38:22 +0800
  • 0c64b76dc6 feat(render): accept a mutable reference of Write PoiScript 2019-03-10 01:00:29 +0800
  • a288a6d554 feat(elements): multiple lines comment and fixed width area PoiScript 2019-02-16 17:13:01 +0800
  • 74a19c2ff7 refactor(elements): add Element::Empty variant PoiScript 2019-02-16 15:39:28 +0800
  • c7de340479 feat(headline): support custom keywords PoiScript 2019-02-15 11:32:52 +0800
  • 88e1f8d62d fix(export): escape code, link, title elements PoiScript 2019-02-15 11:02:57 +0800
  • 2cb74028b6 feat(export): wrapper struct Escape PoiScript 2019-02-15 00:05:50 +0800
  • ac7b6aef3f fix: typo wirter -> writer PoiScript 2019-02-14 14:02:29 +0800
  • 69de17ad9b refactor(export): HtmlRender & HtmlHandler PoiScript 2019-02-14 13:38:48 +0800
  • 8ba9ade62d feat: add tools module PoiScript 2019-02-13 16:00:56 +0800
  • 1c3300ca61 feat: use bytecount for bytes counting PoiScript 2019-02-13 15:59:18 +0800
  • c5a6d82aa8 fix: fix some edge case errors PoiScript 2019-02-12 22:07:18 +0800
  • 4d56633c43 refactor: clenup PoiScript 2019-02-09 20:32:31 +0800
  • c5b14256f0 refactor: cleanup parse function PoiScript 2019-02-08 21:34:58 +0800
  • c1154a1853 chore: update to rust 2018 PoiScript 2019-02-07 23:37:46 +0800
  • aa786e97c1 chore: make objects and elements struct public PoiScript 2019-02-07 23:01:18 +0800
  • 58ea235ce8 docs: update STATUS.md PoiScript 2019-02-07 16:08:45 +0800
  • 0b355b498c refactor: cleanup utils macros PoiScript 2019-02-07 15:54:16 +0800
  • 346ebc83d7 docs: add README.md PoiScript 2019-02-06 20:50:18 +0800
  • 9b49ea943f chore: setup ci PoiScript 2019-02-06 19:56:44 +0800
  • 9e31738668 chore: add license & rename to orgize PoiScript 2019-02-06 19:49:44 +0800
  • 54b0f938f9 fix: list parsing PoiScript 2019-02-06 18:16:44 +0800
  • d20d4c2880 refactor: simplify list parsing PoiScript 2019-02-02 23:42:31 +0800
  • 763ec00434 refactor: objects parse PoiScript 2019-01-23 00:11:09 +0800
  • 74781e6e7e refactor: keyword PoiScript 2019-01-22 14:10:53 +0800
  • da04d3d25d perf: replace all str.find(..)s with memchr(..) PoiScript 2019-01-22 11:08:10 +0800
  • 19f7bacf55 feat: fixed width areas PoiScript 2019-01-21 23:04:35 +0800
  • 918b14de52 docs: update STATUS.md PoiScript 2019-01-21 22:51:40 +0800
  • 64535641c1 fix(elements): returning the correct offset PoiScript 2019-01-21 22:34:28 +0800
  • 3105470cee chore: abbreviate PoiScript 2019-01-20 20:49:14 +0800
  • ed762a8dd4 feat: lines macros PoiScript 2019-01-20 19:04:12 +0800
  • cc3d915877 fix(list): fix parse_item PoiScript 2019-01-20 01:52:50 +0800
  • 390b7abb33 refactor: remove regex crates PoiScript 2019-01-19 23:22:35 +0800
  • ad9f29bcb9 feat: list parsing PoiScript 2019-01-17 11:47:14 +0800
  • 75362bd2a8 refactor: utils macros PoiScript 2019-01-14 14:10:12 +0800