Commit graph

46 commits

Author SHA1 Message Date
Emilia Simmons
081179c52b fix: parse continued latex env as paragraph (close #38) 2022-10-21 23:23:29 -04:00
Emilia Simmons
eb1e080361 fix: tabs not included in regexes (close #36) 2022-09-12 12:12:18 -04:00
Emilia Simmons
a2c1946d78 chore: add more fields to tests 2022-06-28 19:36:39 -04:00
Emilia Simmons
bc8a040492 chore: add fields to tests 2022-06-27 11:07:56 -04:00
Emilia Simmons
031031fe6c fix: add alias to (expr) for block end name 2022-06-27 11:06:00 -04:00
Emilia Simmons
428fd9aeb9 fix: add (expr) to dynamic block end (#30) 2022-06-27 11:03:17 -04:00
Emilia Simmons
53a61b6b62 feat!: add (checkbox) in list 2022-06-27 10:47:50 -04:00
0xAdk
4d2b327744
fix: 2 typos in basic list tests (#29) 2022-06-24 15:53:54 -04:00
Emilia Simmons
63c9563fee feat: add fields to (document) 2022-06-23 09:55:48 -04:00
Emilia Simmons
85c9c71957 fix: add * to latex_env test 2022-05-25 11:07:42 -04:00
Emilia Simmons
f78edf1ab6 feat: add latex_env blocks with brackets (resolve #24) 2022-05-25 11:03:10 -04:00
Emilia Simmons
84d9b3c26c fix: parse sublist with empty line without error (resolve #23) 2022-05-02 16:46:13 -04:00
Emilia Simmons
e40131e544 fix: parsing table cell content of "-" 2022-05-02 16:42:08 -04:00
Emilia Simmons
e2a7a19473 fix: link in plan line parses correctly as paragraph 2022-04-05 14:14:02 -04:00
Emilia Simmons
9a595e51c1 feat!: match elements in list items, remove (itemtext)
BREAKING CHANGE: (itemtext) removed, typically in favor of (paragraph)
as the listitem should now be parsed via (body) logic.
2022-03-28 15:41:04 -04:00
Emilia Simmons
7f9a7e51e4 feat: add (expr) in plan for non-matched generic text.
Also allow other characters in day names (#16)
2022-03-28 13:30:29 -04:00
Emilia Simmons
2e3a188551 feat!: Remove all markup, expose (expr), add queries 2022-02-01 11:54:50 -05:00
Emilia Simmons
f110024d53 fix!: remove plan names: scheduled, deadline, closed
fix because we should allow other languages.
Also simplify (timestamp).
2021-11-28 23:04:31 -05:00
Emilia Simmons
39a377f507 fix!: long (paragraph)s now parse as a single (paragraph), resolve #8
breaking: Newline characters after the last element of the (body),
before the next (section) are now part of (body).
2021-11-01 23:43:23 -04:00
Emilia Simmons
dda23ecf90 Fix multiline tables. Add node: (hr). resolve #8 2021-10-01 15:12:34 -04:00
Emilia Simmons
049e3861e1 fix: case insensitive syntax (#7) 2021-09-15 15:34:48 -04:00
Lukas Reineke
bb238e37a1
feat: expose listitem nodes (#5)
resolve #4
2021-09-07 15:30:07 -04:00
Emilia Simmons
06dcd2e8af Replace $.first with anonymous "keyword?"
Query like: (item "keyword?" @keyword (#eq? @keyword "TODO"))
2021-08-25 17:44:28 -04:00
Kristijan Husak
d0fa0d5acb
Add $.first in (item) to allow highlighting todo keywords. (#2) 2021-08-25 10:45:47 -04:00
Kristijan Husak
41eac56ba9
Add $.contents for block-style nodes to allow injections 2021-08-25 09:55:08 -04:00
Emilia Simmons
3b19be0cf3 Add Block test in a section 2021-08-20 08:55:38 -04:00
Emilia Simmons
11fec7c047 Fix precedence for paragraph over section 2021-07-21 11:51:42 -04:00
Emilia Simmons
44d6a09dc3 Unify markup & add backticks as markup 2021-07-21 11:36:07 -04:00
Emilia Simmons
c2ff817f82 Move newline chars back into elements. 2021-07-21 09:38:14 -04:00
Emilia Simmons
a824866dfa Add simple list: with markup test 2021-07-19 16:33:02 -04:00
Emilia Simmons
9333903968 Rewrite to remove newlines from the end of elements 2021-07-19 13:37:00 -04:00
Emilia Simmons
205a1865cd update 2021-06-25 15:41:27 -04:00
Emilia Simmons
72c0e80e39 Add latex fragment 2021-04-22 12:22:11 -04:00
Emilia Simmons
4ac8a74fe8 Add latex fragment 2021-04-22 11:15:44 -04:00
Emilia Simmons
582fc72787 Don't parse inside drawer. Fix MU 2021-04-21 12:10:28 -04:00
Emilia Simmons
af1d338bab Fix footnotes 2021-04-21 11:44:16 -04:00
Emilia Simmons
f0cf3b6c7c Fix whitespace ending listitems 2021-04-21 11:06:35 -04:00
Emilia Simmons
ae33f94ac8 Clean up blocks and dynamic blocks 2021-04-20 11:32:59 -04:00
Emilia Simmons
ba83bf1201 Fix tags in headlines 2021-04-20 10:44:03 -04:00
Emilia Simmons
243e2c590f Add markup junk tests 2021-04-20 10:31:47 -04:00
Emilia Simmons
dc7491e471 Add bold at start of line test 2021-04-20 10:04:30 -04:00
Emilia Simmons
3779ee4dc7 Add latex env 2021-04-19 19:24:28 -04:00
Emilia Simmons
11e13aa6d8 Add directives 2021-04-19 15:07:04 -04:00
Emilia Simmons
e32e9b3c53 update 2021-04-19 10:53:33 -04:00
Emilia Simmons
e80d8b4d61 Update 2021-04-17 17:13:41 -04:00
Emilia Simmons
8d6ef83961 Initial commit 2021-04-11 01:07:45 -04:00