Commit Graph

10 Commits

Author SHA1 Message Date
Joffrey JAFFEUX 7d10944055
FEATURE: adds support for timezone (recurring and non recurring) (#237) 2022-03-03 12:03:21 +01:00
jjaffeux 45712d30b9 FIX: keeps initial key of the custom field
Custom fields can be defined with dashes or underscores, both should work and be returned using this format in the json.

Although, in the raw of the post, the format will be camelcase as this is only what's supported by bbode.
2020-09-14 17:05:38 +02:00
jjaffeux ae6f7c9d25 FIX: custom fields are now part of markdown 2020-08-25 13:22:09 +02:00
jjaffeux 019847948c FEATURE: intoduces recurrence support
For now: every_week/every_day/every_month/every_weekday (monday to friday)
2020-08-13 10:19:13 +02:00
jjaffeux ad57efb6fe REFACTOR: makes reminders to be in raw 2020-08-10 23:38:04 +02:00
Joffrey JAFFEUX c6b531d741
FEATURE: allows to add a url to an event (#52) 2020-08-03 08:58:52 +02:00
jjaffeux 0cf857af02 UX: replaces [wrap] by [event]
Syntax is now:

```
[event start="date"]
[/event]
```
2020-04-23 13:23:59 +02:00
jjaffeux bcff2fcb58 FIX: makes bbcode parsing much more resilient by using nokogiri on cooked 2020-04-12 10:32:44 +02:00
jjaffeux 04c4052f99 FIX: allows to parse event option with spaces in value 2020-04-12 09:25:47 +02:00
jjaffeux d12d45d247 UX: events are now managed through md markup 2020-04-11 20:26:37 +02:00