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
Hello,
Firstly thanks you guys for creating and maintaining such cool project.
I would like to customize how a Datetime appears in a note/comment using as an alternative to dangerouslySetNoteTransformFunction approach.
Assuming WebViewer-UI uses Dayjs to handle Datetime formats and Dayjs allows to work with custom plugins (Nodejs and Browser).
If somehow WebViewer-UI allows to load a Dayjs plugin it would provide the expected result.
With guidance I could provide a patch (if needed) or if it's a skill issue, please point it, so I can fill the gap.
Allowing to load Dayjs plugin would benefit the community/project and would be better than maintain an own version of the project.
Thanks for taking the time to submit this. I will add this as a feature request to our backlog. Do you have an example of a custom plugin you currently use or would like to use? I can include this as part of our testing/acceptance criteria to ensure it works.
Hello,
Firstly thanks you guys for creating and maintaining such cool project.
I would like to customize how a Datetime appears in a note/comment using as an alternative to
dangerouslySetNoteTransformFunction
approach.Assuming WebViewer-UI uses Dayjs to handle Datetime formats and Dayjs allows to work with custom plugins (Nodejs and Browser).
If somehow WebViewer-UI allows to load a Dayjs plugin it would provide the expected result.
With guidance I could provide a patch (if needed) or if it's a skill issue, please point it, so I can fill the gap.
Allowing to load Dayjs plugin would benefit the community/project and would be better than maintain an own version of the project.
Thank you.
The text was updated successfully, but these errors were encountered: