Extension:Figma

Category:Unmaintained extensions#Figma Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
Figma
Release status: unmaintainedCategory:Unmaintained extensions
Implementation Parser function Category:Parser function extensions
Description The Figma extension allows to add Figma images (https://www.figma.com) to your wiki pages in read mode and VisualEditor.
Author(s) (SMSITRUtalk)
Latest version 0.0.1 (2019-05-15)
MediaWiki 1.29+Category:Extensions with manual MediaWiki version
Database changes No
License GNU General Public License 2.0 or later
Download Category:Extensions in GitHub version control
Category:All extensionsCategory:Extensions not in ExtensionJson

The Figma extension interfaces with the figma.com website to easily create beautiful diagrams, flow charts and drawings. This powerful extension saves link to the figma.com source code – providing crisp images. There is also no hassle moving images back and forth between editors on your computer like typically is done without this extension.

This extension connects directly to the Figma website, which is a high-quality diagram and flow chart tool with a feature set on par with other well-known diagram editors, so the interface will already be intuitive.

Installation

  • Download and place the file(s) in a directory called Figma in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'Figma' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Usage

Figma extension is very simple to use, you just need to write ULR of figma image into the tag <figma>.

Example:

<figma>https://www.figma.com/file/EahDS03sNe5b6bzUDkTQFE/%D0%A1%D0%9C%D0%A1-%D0%98%D0%A2.-%D0%9A%D0%BE%D0%BC%D0%BF%D0%BE%D0%BD%D0%B5%D0%BD%D1%82%D1%8B-%D0%B4%D0%BB%D1%8F-%D0%B2%D0%B5%D0%B1-%D0%BF%D1%80%D0%BE%D0%B5%D0%BA%D1%82%D0%B0?node-id=4442%3A9234</figma>
Category:All extensions Category:Extensions in GitHub version control Category:Extensions not in ExtensionJson Category:Extensions with manual MediaWiki version Category:Extensions without a compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:ParserFirstCallInit extensions Category:Parser function extensions Category:Unmaintained extensions