Visual Timeline Creator
Casual, user-friendly infographic creator.
The Visual Timeline Creator is an easy-to-use tool that allows you to create professional-looking infographics. It can be accessed through Google Sheets and has a number of features to help you customize your designs. The tool is top-rated on various platforms and has a growing community of users who contribute to the ever-expanding library of templates.
How to
Files (0)
Comments (0)
Learn how to use Visual Timeline Creator effectively! Here are a few example prompts, tips, and the documentation of available commands.
Examples prompts
- Prompt 1: "I want to create a visual timeline for my family history."
- Prompt 2: "I want to create a timeline of events for a school project about the Industrial Revolution."
Commands and descriptions
Start
Subjects this command to the text input and will begin the timeline creation process.
Start
Add date
Acts as a placeholder for the timeline creation process to allow the user to input a date.
Add date [date]
Replace [date]
with a date of your choice.
Add event
Allows the user to add an event to the timeline on the specified date.
Add event [event] [date]
Replace [event]
with the text of the event you want to add and [date]
with the date on which you want to place the event.
Done
Ends the timeline creation process and provides the user with their completed visual timeline.
Done
It's important to note that the default implementation of this command could work similarly to configuring a GPT for Zotero or ArXiv: have it output the text representation of a timeline, but without further commands or configurations it would not be interactive. The Add event
and Add date
commands would allow the user to input information that would be used to generate the final output in the Done
command. Another option would be to have the GPT prompt for user input and store that input in memory until the Done
command is invoked, at which point it would use that stored information to generate the final output.