Florian Schroedl
|
19bb7ccd7b
|
Consistent naming
|
2022-08-28 14:13:27 +02:00 |
|
Florian Schroedl
|
56d1b625ee
|
Failed try due to type mismatch of parser internals
|
2022-08-09 22:12:57 +02:00 |
|
Florian Schroedl
|
e0722edb57
|
Start parse
|
2022-08-09 17:57:41 +02:00 |
|
Florian Schroedl
|
e8e464ef00
|
Add content pretty printer
|
2022-06-17 21:48:39 +02:00 |
|
Florian Schroedl
|
de0382e812
|
WIP Working seq parsing
|
2022-06-17 18:44:42 +02:00 |
|
Florian Schroedl
|
832cfe6a06
|
Add paragraph and newline kinds
|
2022-06-17 17:18:26 +02:00 |
|
Florian Schroedl
|
d0b9c0e8b4
|
Parsing content as string
|
2022-06-10 19:22:15 +02:00 |
|
Florian Schroedl
|
3ed85815d6
|
Parse heading content
|
2022-06-10 18:55:47 +02:00 |
|
Florian Schroedl
|
7458778377
|
Cleanup
|
2022-06-10 14:06:54 +02:00 |
|
Florian Schroedl
|
b0b87869d9
|
Fold to string
|
2022-06-10 13:57:21 +02:00 |
|
Florian Schroedl
|
05ecdb1f9e
|
Simple web server
|
2022-05-29 13:17:10 +02:00 |
|
Florian Schroedl
|
87299069d0
|
Add stringifier
|
2022-05-27 18:01:31 +02:00 |
|
Florian Schroedl
|
6be167fa9c
|
Convert link to option
|
2022-05-27 11:37:09 +02:00 |
|
Florian Schroedl
|
4d496d5598
|
Cleanup
|
2022-05-27 11:32:38 +02:00 |
|
Florian Schroedl
|
2717984b6c
|
Add link
|
2022-05-27 11:32:29 +02:00 |
|
Florian Schroedl
|
4b59ac3727
|
Remove unneeded prop
|
2022-05-27 11:31:20 +02:00 |
|
Florian Schroedl
|
8a796bb311
|
Remove compiled file...
|
2022-05-25 21:25:25 +02:00 |
|
Florian Schroedl
|
a598092f7c
|
Abstract seq[T] printing
|
2022-05-25 21:09:54 +02:00 |
|
Florian Schroedl
|
4fee450324
|
Extract common block pprint functionality
|
2022-05-25 20:08:26 +02:00 |
|
Florian Schroedl
|
4c6ca48b8b
|
Finish pretty printer for blocks
|
2022-05-25 19:53:00 +02:00 |
|
Florian Schroedl
|
e75482d98a
|
Simplify function
|
2022-05-25 19:16:58 +02:00 |
|
Florian Schroedl
|
a33dce136e
|
Extract stringifying functions
|
2022-05-25 19:13:46 +02:00 |
|
Florian Schroedl
|
074c9f0c2d
|
Add better printers
|
2022-05-25 19:05:11 +02:00 |
|
Florian Schroedl
|
b069a76aaf
|
Add some css
|
2022-05-20 19:35:30 +02:00 |
|
Florian Schroedl
|
6c555a77a3
|
Use regular anchar, performantAnyChar has a bug where it eats one char too many
|
2022-05-19 13:00:42 +02:00 |
|
Florian Schroedl
|
6409a562d6
|
Generating markup
|
2022-05-17 15:58:21 +02:00 |
|
Florian Schroedl
|
643ced98ab
|
Render items with react
|
2022-05-17 08:05:39 +02:00 |
|
Florian Schroedl
|
178bbed09d
|
Parsing org tree
|
2022-05-08 16:40:24 +02:00 |
|
Florian Schroedl
|
e3491c833f
|
Parse content
|
2022-05-08 16:11:47 +02:00 |
|
Florian Schroedl
|
59815a517e
|
Parse org heading content
|
2022-05-08 15:56:18 +02:00 |
|
Florian Schroedl
|
6559220f74
|
Extract building function
|
2022-05-08 15:23:39 +02:00 |
|
Florian Schroedl
|
dae7e7e0a3
|
Basic headline
|
2022-05-08 15:15:12 +02:00 |
|
Florian Schroedl
|
722e66cf85
|
Create an org heading builder
|
2022-05-08 14:46:54 +02:00 |
|
Florian Schroedl
|
af063ba2f2
|
Rename OrgElement -> OrgInlineBlock
|
2022-02-17 14:21:58 +01:00 |
|
Florian Schroedl
|
d786225bac
|
Add link parser to text
|
2022-02-17 12:47:17 +01:00 |
|
Florian Schroedl
|
e99c7352b6
|
Fix types for builder seq
|
2022-02-17 12:46:58 +01:00 |
|
Florian Schroedl
|
86a3c009b8
|
Cleanup
|
2022-02-17 11:15:25 +01:00 |
|
Florian Schroedl
|
b7c0ead7d2
|
Add org builder initializer
|
2022-02-17 11:13:02 +01:00 |
|
Florian Schroedl
|
ff1d6845eb
|
Remove concatination from the builder, it's now the duty of the internal method
|
2022-02-17 11:11:47 +01:00 |
|
Florian Schroedl
|
6fe5df066a
|
Add link tokenizer & stringifier
|
2022-02-16 12:09:19 +01:00 |
|
Florian Schroedl
|
abacfda371
|
Add link parser
|
2022-02-16 11:21:32 +01:00 |
|
Florian Schroedl
|
4abd1604c1
|
Extact builders
|
2022-02-16 10:29:25 +01:00 |
|
Florian Schroedl
|
b5a678557b
|
Extract token flattening function
|
2022-02-16 10:26:00 +01:00 |
|
Florian Schroedl
|
8e220bcb81
|
Clean up structure
|
2022-02-16 10:19:37 +01:00 |
|
Florian Schroedl
|
a4f842e946
|
Move delimiter parser to internals
|
2022-02-16 10:09:43 +01:00 |
|
Florian Schroedl
|
c19dd096c3
|
Document and move tryParseBuild
|
2022-02-16 10:05:44 +01:00 |
|
Florian Schroedl
|
b1e4a36e36
|
Documentation
|
2022-02-16 10:00:44 +01:00 |
|
Florian Schroedl
|
51f4f3d35f
|
Use helper function
|
2022-02-15 22:21:53 +01:00 |
|
Florian Schroedl
|
bec0742e51
|
Finsih builder for all formatting options
|
2022-02-15 22:13:30 +01:00 |
|
Florian Schroedl
|
7f6d75a11e
|
Convert tokens tail
|
2022-02-15 18:50:48 +01:00 |
|