Gpt Link Organizer

You can use GPT to organize links

Prompt

Add markdown links to terms that they match up with

## Example
text="""
- Dev
    * Getting started
"""

Links:
ecs.account-settings.md
ecs.clusters.md
ecs.container-agent.md
ecs.container-instances.md
ecs.getting-started.md

output="""
- Dev
    * [Getting started](./ecs.getting-started.md)
"""

## End Example

text="""
- Dev
    * Getting started
    * Developer tools overview
    * Account settings
    * Tutorials

- Topics
    * Clusters
    * Task definitions
    * Container instances
    * Container agent
    * Scheduling tasks
    * Services

- Common
    * Resources and tags
    * Monitoring
    * Working with other services
    * Troubleshooting
"""

Links:
ecs.account-settings.md
ecs.clusters.md
ecs.container-agent.md
ecs.container-instances.md
ecs.developer-tools-overview.md
ecs.getting-started.md
ecs.monitoring.md
ecs.resources-and-tags.md
ecs.scheduling-tasks.md
ecs.services.md
ecs.task-definitions.md
ecs.troubleshooting.md
ecs.tutorials.md
ecs.working-with-other-services.md

Response

- Dev
    * [Getting started](./ecs.getting-started.md)
    * [Developer tools overview](./ecs.developer-tools-overview.md)
    * [Account settings](./ecs.account-settings.md)
    * [Tutorials](./ecs.tutorials.md)

- Topics
    * [Clusters](./ecs.clusters.md)
    * [Task definitions](./ecs.task-definitions.md)
    * [Container instances](./ecs.container-instances.md)
    * [Container agent](./ecs.container-agent.md)
    * [Scheduling tasks](./ecs.scheduling-tasks.md)
    * [Services](./ecs.services.md)

- Common
    * [Resources and tags](./ecs.resources-and-tags.md)
    * [Monitoring](./ecs.monitoring.md)
    * [Working with other services](./ecs.working-with-other-services.md)
    * [Troubleshooting](./ecs.troubleshooting.md)

Related

Created 2023-05-12T14:36:44.999000, updated 2023-05-20T16:56:48.456000 · History · Edit