Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter eternal noob

    (@hjertelandetdk)

    This is the json-format behind this website: https://www.simile-widgets.org/exhibit/examples/presidents/presidents.html

    {
        items: [
            {   label: 'George Washington',
                type: 'President',
                presidency: 1,
                index: 1,
                term: [ 1, 2 ],
                dieInOffice: 'no',
                imageURL: 'https://upload.wikimedia.org/wikipedia/commons/thumb/8/88/Portrait_of_George_Washington.jpeg/100px-Portrait_of_George_Washington.jpeg',
                url: 'https://en.wikipedia.org/wiki/George_Washington',
                party: "No Party",
                birth: '1732-02-22',
                death: '1799-12-14',
                birthPlace: 'Westmoreland County, Virginia, USA',
                deathPlace: 'Mount Vernon, Virginia',
                religion: [ "Anglican", "Episcopal", "Deist" ]
            },
        ]
    }
    Plugin Author Scott Kingsley Clark

    (@sc0ttkclark)

    Actually, I believe there’s an option to export to JSON, is there not?

    Thread Starter eternal noob

    (@hjertelandetdk)

    Yes, but the format above is the specific way it has to be formatted in order to use it directly for exhibit.

    How difficult is it to have it formatted as above ? And preferrably also so that I could use custom taxonomies ?

    Note for an example religion in the example in the previous post. If I export with the current json-option it formats categories differently which doesnt go well with exhibit.

    Tags, categories and custom taxonomies should be listed as “religion” in the above example.

    Thanks for reply though. But is it five minutes to you to change it ? It is quite a nifty thing that exhibit right ?

    Thanks, Jacob

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Exports and Reports] Export to simile exhibit from mit would be awesome’ is closed to new replies.