-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Develop a Microsoft Stream macro #69
Comments
oanalavinia
added a commit
to oanalavinia/xwiki-pro-macros
that referenced
this issue
Jun 23, 2022
* first version that process the video URL and the parameters, since values from macro have priority over values from the passed url
oanalavinia
added a commit
to oanalavinia/xwiki-pro-macros
that referenced
this issue
Jun 24, 2022
* consider the queryParams value in case showinfo and autoplay are not defined * small refactoring
oanalavinia
added a commit
to oanalavinia/xwiki-pro-macros
that referenced
this issue
Jul 7, 2022
* code refactoring * change macro name to the shorter version msStream * replace deprecated methods #getSeconds()...
oanalavinia
added a commit
to oanalavinia/xwiki-pro-macros
that referenced
this issue
Jul 7, 2022
* refactor #getBaseURLAndQueryParams * add syntaxId parameter for $services.rendering.escape method call and arrange code to not exceed the limit of 120 characters
oanalavinia
added a commit
to oanalavinia/xwiki-pro-macros
that referenced
this issue
Jul 14, 2022
* add a dropdown with accepted values for the alignment parameter
oanalavinia
added a commit
to oanalavinia/xwiki-pro-macros
that referenced
this issue
Jul 18, 2022
* make the msStream macro a general one; a confluence bridge macro will be added after, with the corresponding name net-presago-stream-macro
oanalavinia
added a commit
to oanalavinia/xwiki-pro-macros
that referenced
this issue
Jul 18, 2022
* finish moving MicrosoftStream to XWiki.Macro space * move macro translations to the correct page * fix codestyle for AlignmentType
oanalavinia
added a commit
to oanalavinia/xwiki-pro-macros
that referenced
this issue
Jul 19, 2022
* forgot to add change for the stylesheet page
oanalavinia
added a commit
to oanalavinia/xwiki-pro-macros
that referenced
this issue
Jul 22, 2022
* small update Co-authored-by: Marius Dumitru Florea <marius@xwiki.com>
oanalavinia
added a commit
that referenced
this issue
Jul 22, 2022
* process the video URL and the parameters; consider that values from macro have priority over values from the passed url * add a dropdown with accepted values for the alignment parameter * make the msStream macro a general one; a confluence bridge macro will be added after, with the corresponding name net-presago-stream-macro
Note that the Confluence bridge macro was not added since the import will fail for now, due to https://jira.xwiki.org/browse/CONFLUENCE-105 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Provide a macro that would add the possibility to embed Microsoft Stream videos.
Similar to the options provided by Microsoft Stream when sharing a video (by embed, as seen in the above image), the macro will provide parameters for:
The macro could also consider the compatibility with https://marketplace.atlassian.com/apps/1224419/microsoft-stream-for-confluence?tab=overview&hosting=cloud
The text was updated successfully, but these errors were encountered: