Actualizar plugin Additionals a 3.0.0

This commit is contained in:
Manuel Cillero 2020-11-22 21:30:25 +01:00
parent 3d976f1b3b
commit a26f5567af
399 changed files with 70374 additions and 4093 deletions

View file

@ -0,0 +1,26 @@
Asciinema
---------
Graphical application developers often use screencasts to demonstrate functions of their programs. With Asciinema you have the possibility to record such videos, but are restricted completely to the terminal. So you can record and publish actions in the shell. With the additionals plugin macro for Asciinema you can implement such videos into Redmine.
asciinema.org wiki macro for Redmine.
.. function:: {{asciinema(cast_id)}}
show asciinema.org cast
:param string cast_id: asciinema.org asciicast id
Scope
+++++
This macro works in all text fields with formatting support.
Examples
++++++++
show asciinema.org cast_id ``113463``
.. code-block:: smarty
{{asciinema(113463)}}

View file

@ -1,57 +0,0 @@
Calendar
--------
Calendar wiki macros for Redmine.
.. function:: {{calendar([year=YEAR, month=MONTH, show_weeks=BOOL, select=DATE])}}
Show month calendar
:param int year: year to use, e.g. 2015
:param int month: month to use, e.g. 4
:param bool show_weeks: show week numbers if true
:param date select: date or dates, which should be highlighted
Scope
+++++
This macro only works in wiki page contexts.
Examples
++++++++
show calendar for current date
.. code-block:: smarty
{{calendar}}
show calendar for Juni in year ``2014``
.. code-block:: smarty
{{calendar(year=2014,month=6)}}
show calendar with week numbers
.. code-block:: smarty
{{calendar(show_weeks=true)}}
preselect a date
.. code-block:: smarty
{{calendar(select=2015-07-12)}}
preselect dates and show week numbers
.. code-block:: smarty
{{calendar(select=2015-07-12 2015-07-31, show_weeks=true)}}
preselect dates between 2016/3/13 and 2016/3/27
.. code-block:: smarty
{{calendar(select=2016-03-13:2016-03-27)}}

View file

@ -1,6 +1,8 @@
CryptoCompare
-------------
CryptoCompare is an Internet plattform where you can interactively inform yourself about the latest trends in crypto currencies and follow the development of the crypto market in real-time.
CryptoCompare wiki macro for Redmine.
See https://www.cryptocompare.com/dev/widget/wizard/ for more information.

View file

@ -1,7 +1,7 @@
Gist
----
Github gist wiki macro for Redmine.
GitHub, a service for hosting larger projects, also operates other services like Gist. Gist is for hosting code snippets. If you are using the additionals plugin for your Redmine, you can implement your Github Gist by using the following wiki macro.
.. function:: {{gist(gist)}}

View file

@ -0,0 +1,33 @@
Google Docs
-----------
Google Docs wiki macro for Redmine. Google Docs is an online word processor that you can use to create, format, and collaborate on documents. The macro helps you to integrat a Google Docs document as iframe into a Redmine text field.
.. function:: {{google_docs(link[, width=WIDTH, height=HEIGHT, edit_link=URL])}}
Show Google Docs embedded
:param string link: Embedded Google docs link
:param int width: width (if not specified, 100% is used)
:param int height: height (if not specified, 485 is used)
:param int edit_link: Link to edit page
Scope
+++++
This macro works in all text fields with formatting support (e.g. Redmine Wiki).
Examples
++++++++
Google docs ``https://docs.google.com/spreadsheets/d/e/2PACX-1vQL__Vgu0Y0f-P__GJ9kpUmQ0S-HG56ni_b-x4WpWxzGIGXh3X6A587SeqvJDpH42rDmWVZoUN07VGE/pubhtml`` (iframe) and default size 100% x 485
.. code-block:: smarty
{{google_docs(https://docs.google.com/spreadsheets/d/e/2PACX-1vQL__Vgu0Y0f-P__GJ9kpUmQ0S-HG56ni_b-x4WpWxzGIGXh3X6A587SeqvJDpH42rDmWVZoUN07VGE/pubhtml)}}
Google docs with size 1200 x 1000
.. code-block:: smarty
{{slideshare(https://docs.google.com/spreadsheets/d/e/2PACX-1vQL__Vgu0Y0f-P__GJ9kpUmQ0S-HG56ni_b-x4WpWxzGIGXh3X6A587SeqvJDpH42rDmWVZoUN07VGE/pubhtml, width=1200, height=1000)}}

View file

@ -1,7 +1,9 @@
Iframe
------
Iframe macro for Redmine.
Iframe macro for Redmine. The iframe is a square HTML element. It can be embedded e.g. within a Wiki page of Redmine. Via an iframe, content from other Internet pages can be integrated just like via a small integrated browser window.
For example you can integrate a CodiMD Pad page into your Wiki pages.
.. function:: {{iframe(url [, width=INT, height=INT, with_link=BOOL])}}

View file

@ -3,13 +3,14 @@ Members, Project
Project members macro for Redmine.
.. function:: {{members([project_name, title=TITLE, role=ROLE])}}
.. function:: {{members([project_name, title=TITLE, role=ROLE, with_sum=BOOL])}}
Show list of project members
:param string project_name: can be project identifier, project name or project id
:param string title: title to use for member list
:param string role: only list members with this role. If you want to use multiple roles as filters, you have to use a | as separator.
:param bool with_sum: show amount of members.
Scope
+++++
@ -25,6 +26,12 @@ List all members for all projects (with the current user permission)
{{members}}
List all members for all projects and show amount of members
.. code-block:: smarty
{{members(with_sum=true)}}
List all members for the project with the identifier of ``myproject``
.. code-block:: smarty

View file

@ -1,6 +1,8 @@
Reddit
------
Reddit is an English-language website for social media news, web content rating and discussions. As a registered member, you can submit content, links or images and present them to other members. Link to your Reddit account or other content within Redmine by using the additionals plugin macro.
Reddit wiki macro for Redmine.
.. function:: {{reddit(name)}}