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
We have date strings for the notes. These are currently in English and it will be a pain to update them manually all the time. We could use intl here but that would require running js (we limit how much js we use, it should really be used for enhancement and this is a readability issue). We could also automatically generate the correct date strings from the _data/stage3.yml file. Open to solutions here.
The text was updated successfully, but these errors were encountered:
If we will pre-generate date strings eventually, it will be awesome if we could also pre-generate syntax highlighting to remove downloading of highligh.js library
We have date strings for the notes. These are currently in English and it will be a pain to update them manually all the time. We could use intl here but that would require running js (we limit how much js we use, it should really be used for enhancement and this is a readability issue). We could also automatically generate the correct date strings from the _data/stage3.yml file. Open to solutions here.
The text was updated successfully, but these errors were encountered: