Closed FarisZR closed 4 years ago
Hi @fareszr ,
You observation is right, when using type: timeago
we need to insert the timeago javascript library in order to be able to render the date dynamically
could this be replaced with local files?
Yes, it could be.
is this really necessary ?
The timeago.js library is really necessary, but using a CDN isn't.
I agree local files files would be better, so the plugin works locally without internet.
Hi @fareszr ,
You observation is right, when using
type: timeago
we need to insert the timeago javascript library in order to be able to render the date dynamicallycould this be replaced with local files?
Yes, it could be.
is this really necessary ?
The timeago.js library is really necessary, but using a CDN isn't.
I agree local files files would be better, so the plugin works locally without internet.
Would like to have an oprion to add the files in the mkdocs config
This should be the default behaviour, I don't see a use-case why you would prefer a CDN over local files?
thanks!
hi, i have noticed that when using
type: timeago
it requests js files from cdnjs.cloudflare.com. could this be replaced with local files? is this really necessary ?