Commit graph

96 commits

Author SHA1 Message Date
PoiScript
abf568b117
refactor: PropertiesMap 2021-11-08 16:17:12 +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
PoiScript
1f53a8c244 fix(title): fix is_commented to recognize any whitespaces (#21) 2020-05-10 01:47:03 +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
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
Alex Roper
37e27b3461
docs: fix a few misspelled words (#5) 2020-03-14 10:21:20 +08:00
PoiScript
b8265814aa feat(parsers): update table parsing 2019-11-05 23:58:17 +08:00
PoiScript
b446471535 feat(parser): table blank lines 2019-10-30 14:46:20 +08:00
PoiScript
ead6ea6289 fix(elements): satisfy the borrow checker 2019-10-30 14:03:47 +08:00
PoiScript
b9781c0190 feat(elements): Title::is_commented 2019-10-30 11:59:20 +08:00
PoiScript
1cc22d49ab docs: document pre_blank and post_blank 2019-10-30 11:40:53 +08:00
PoiScript
73c6e9de8f feat(parser): update list parsing 2019-10-30 11:40:53 +08:00
PoiScript
948b1be2db feat: pre_blank and post_blank 2019-10-28 13:33:18 +08:00
PoiScript
2b8d2590ff feat(config): define todo_keywords in tuple 2019-10-27 13:15:16 +08:00
PoiScript
b15900b100 chore: remove orgize-sync package 2019-10-10 10:44:59 +08:00
PoiScript
77eca42760 chore: setup Cargo workspace 2019-09-13 21:21:21 +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
e6d65366e9 feat(element): impl Into<Naive*> for &Datetime 2019-08-07 19:41:15 +08:00
PoiScript
a1af0663b5 feat(elements): wrap up every &str with Cow 2019-08-06 21:13:16 +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
PoiScript
8d18fb04c1 refator(elements): rewrite Timestamp struct 2019-08-04 14:14:05 +08:00
PoiScript
da18d87aeb feat(element): distinguish block by its name 2019-08-04 11:13:48 +08:00
PoiScript
73380b26bc feat(export): export Org struct as org 2019-07-31 16:04:40 +08:00
PoiScript
53d8f9dc90 feat(element): rename Headline with Title struct 2019-07-31 15:09:01 +08:00
PoiScript
e835103ac6 feat(elements): update Cookie struct
Similar with org-elements-api.
2019-07-30 21:20:39 +08:00
PoiScript
b429e4f54a feat(config): add done_keywords field 2019-07-30 21:09:29 +08:00
PoiScript
3e82172dfe refactor(org): store content in separate Vec 2019-07-28 11:44:14 +08:00
PoiScript
50f6b9f52a refactor: rewrite some parsers with nom 2019-07-01 02:11:21 +08:00
PoiScript
afcb5090ec chore(cargo): remove chrono from default features 2019-06-28 19:37:38 +08:00
PoiScript
6b0f468f9f feat(org): ParseConfig struct 2019-06-28 18:00:49 +08:00
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
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