You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like the idea of mark-when, but encountered some bugs with the online editor (I added an event and its definition got added to the end of the preceding one), and when trying the vscode and CLI versions I'm encountering a different one.
With my test file:
2/10/2025: !DS start #era
1 month: M1 #milestone
2 month: !M2 Second #milestone #era
!M2 every 3 month for 7 times: PxMy #milestone
the display of the vertical line is not happening, its like #era and #milestone are getting ignored completely, under:
mw (1.2.4) html output
mw serve
vscode plugin 1.4.4
I tried looking at the code, but all I see is that milestone and era are parsed on the backend and pushed as events 🤷
The text was updated successfully, but these errors were encountered:
I like the idea of mark-when, but encountered some bugs with the online editor (I added an event and its definition got added to the end of the preceding one), and when trying the vscode and CLI versions I'm encountering a different one.
With my test file:
the display of the vertical line is not happening, its like #era and #milestone are getting ignored completely, under:
I tried looking at the code, but all I see is that milestone and era are parsed on the backend and pushed as events 🤷
The text was updated successfully, but these errors were encountered: