DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:airtable

This is an old revision of the document!


Airtable Sync Plugin

Compatible with DokuWiki

  • 2024-02-06 "Kaos" unknown
  • 2023-04-04 "Jack Jackrum" unknown
  • 2022-07-31 "Igor" unknown
  • 2020-07-29 "Hogfather" yes

plugin Sync data from airtable to any dokuwiki page

Last updated on
2021-05-17
Provides
Syntax
Repository
Source

Tagged with airtable, database, sync

Installation

:!: External requirements: This plugin requires additional setup in order to function:

Install the plugin using the Plugin Manager and the download URL above, which points to latest version of the plugin. Refer to Plugins on how to install plugins manually.

Examples/Usage

<airtable>Type: Image, Table: tblwWxohDeMeAAzdW, WHERE: {Ref #} = 19, image-size: small, alt-tag: marble-machine-x</airtable>

This would display a small image from the specified table where the reference id for the field = 19. It would also set the images alt tag to “marble-machine-x”

Syntax

Use the following syntax on any dokuwiki page. (Currently only image sync is working)

Required Parameters:

 <airtable>type: XXX, table: XXX, where: XXX</airtable> 
  • type can be one of these:
    • img — query an image
    • table — query a table
    • text — query text
  • table — The table you wish to pull data from.
  • whereformula used to filter the results

Images

 <airtable>type: image, table: TABLE_NAME, where: QUERY_PARAM</airtable>

Optional Parameters:

  • image-size — The size of the image to appear on the page. Can be one of these:
    • small
    • large — (default)
    • full
  • alt-tag: —- Image description. How to write a good alt tag

Example:

 <airtable>Type: Image, Table: tblwWxohDeMeAAzdW, WHERE: {Ref #} = 19, image-size: small, alt-tag: marble-machine-x</airtable>  

This would display a small image from the specified table where the reference id for the field = 19. It would also set the images alt tag to: “marble-machine-x”

Development

Change Log

plugin/airtable.1621347352.txt.gz · Last modified: 2021-05-18 16:15 by cameronward

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki