Commit graph

154 commits

Author SHA1 Message Date
PoiScript
231d80b464 feat(parser): generic error type 2019-10-02 16:50:36 +08:00
PoiScript
f4f0fa9828 chore(orgize): bump version to 0.4.1 2019-10-01 20:52:06 +08:00
PoiScript
195e97e62b refactor(org): debug_validate function 2019-10-01 20:46:44 +08:00
PoiScript
4fd929fbfc test(parsers): add test for parsing multiple paragraphs 2019-10-01 20:44:42 +08:00
PoiScript
2b155484dd fix(parsers): fix paragraph appendding behave 2019-10-01 20:35:56 +08:00
PoiScript
f235354046 docs(elements): some doc comment for struct and fields 2019-09-16 22:31:57 +08:00
PoiScript
94360097a8 feat(elements): able to convert Datetime into Utc 2019-09-16 15:20:46 +08:00
PoiScript
7d838b4c03 feat(sync): impl Default trait for conf struct 2019-09-16 15:12:49 +08:00
PoiScript
3a1b568743 feat(title): add method to get planning timestamps 2019-09-16 13:09:54 +08:00
PoiScript
6fbe5a8085 docs(sync): add README.md 2019-09-15 23:32:37 +08:00
PoiScript
d05285e51f fix(heroku): specify nightly version of Rust 2019-09-15 20:09:19 +08:00
PoiScript
e692084fea fix(ci): only build orgize-sync with rust nightly 2019-09-15 18:27:22 +08:00
PoiScript
b1eea3d382 feat(sync): implement Google OAuth 2.0 2019-09-15 15:57:10 +08:00
PoiScript
dca85d0f75 feat(sync): finish conf module 2019-09-15 15:39:17 +08:00
PoiScript
1fb4d920e5 chore: add orgize-sync package 2019-09-15 12:55:53 +08:00
PoiScript
bed20e6112 fix(Cargo.toml): profile only take effect at root 2019-09-15 10:37:06 +08:00
PoiScript
ce2eb774b5 build(demos): enable link time optimization 2019-09-14 21:27:04 +08:00
PoiScript
6291a755f7 refactor: cleanup 2019-09-14 17:15:44 +08:00
PoiScript
098433b5db feat: provide a static ParseConfig 2019-09-14 13:50:25 +08:00
PoiScript
54163520d6 docs: update README.md 2019-09-14 00:21:26 +08:00
PoiScript
237026e347 fix(test): fix custom handler test 2019-09-14 00:02:23 +08:00
PoiScript
1522eac239 chore: bump version to 0.4.0 2019-09-13 23:55:39 +08:00
PoiScript
505d7307f2 feat(demos): html with syntax highlighting 2019-09-13 23:52:05 +08:00
PoiScript
53c28fb463 feat: use lazy_static! to define bytes search 2019-09-13 23:49:28 +08:00
PoiScript
78a6b33aa9 feat(export): add SyntectHtmlHandler 2019-09-13 23:40:30 +08:00
PoiScript
e4a3247f63 fix(ci): move Procfile to the root 2019-09-13 21:38:39 +08:00
PoiScript
8e1778a38a chore: orgize-demos package 2019-09-13 21:25:35 +08:00
PoiScript
77eca42760 chore: setup Cargo workspace 2019-09-13 21:21:21 +08:00
PoiScript
14de34bc88 fix(elements): TableCell can now have no children 2019-09-13 19:57:01 +08:00
PoiScript
bc49d35481 chore: bump version to 0.3.1 2019-09-13 15:04:29 +08:00
PoiScript
f74feb82c9 feat: rename Org::check to Org::validate 2019-09-13 14:54:26 +08:00
PoiScript
4d504ffe9b chore: bump version to 0.3.0 2019-08-13 14:38:20 +08:00
PoiScript
21dd508140 feat(parser): rewrite line and take_lines_while 2019-08-13 14:38:20 +08:00
PoiScript
0e58afada7 feat(node): finish headline inserting functions 2019-08-13 14:08:49 +08:00
PoiScript
89758da638 feat: OrgizeError enum 2019-08-12 22:40:00 +08:00
PoiScript
5db7ec7465 feat(node): more headline operations 2019-08-11 11:40:52 +08:00
PoiScript
f2d0a1dd2d feat(elements): into_owned function 2019-08-10 20:27:17 +08:00
PoiScript
9bc260627b feat(elements): cleanup and minor refactor 2019-08-10 17:28:42 +08:00
PoiScript
c1465a6d77 feat(export): imporve Org export 2019-08-08 00:06:31 +08:00
PoiScript
e6d65366e9 feat(element): impl Into<Naive*> for &Datetime 2019-08-07 19:41:15 +08:00
PoiScript
115defe80e fix(node): fix lifetime parameter 2019-08-07 19:07:56 +08:00
PoiScript
ce16610935 feat: HeadlineNode struct 2019-08-07 15:37:11 +08:00
PoiScript
a1af0663b5 feat(elements): wrap up every &str with Cow 2019-08-06 21:13:16 +08:00
PoiScript
54c063f41b build: upgrade to indextree 4.0 2019-08-06 19:34:27 +08:00
PoiScript
23c091a482 docs: update STATUS.md 2019-08-06 14:33:56 +08:00
PoiScript
e3c7e9897c chore: rename feature serde to ser 2019-08-06 14:33:31 +08:00
PoiScript
3e4772a896 feat(elements): table parsing 2019-08-06 14:18:58 +08:00
PoiScript
470f90bfb5 feat(elements/title): planning and properties 2019-08-05 22:25:27 +08:00
PoiScript
472676d6d7 refactor(elements): cleanup and minor improvements 2019-08-05 22:23:32 +08:00
PoiScript
37c33a82f0 refactor(elements): rewrite most parsers with nom 2019-08-04 18:17:17 +08:00