Skip to content

Instantly share code, notes, and snippets.

@oberron
Last active March 29, 2024 09:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oberron/36e0394188b6f80e55157793f20e3a54 to your computer and use it in GitHub Desktop.
Save oberron/36e0394188b6f80e55157793f20e3a54 to your computer and use it in GitHub Desktop.
test defined (pump) of a funnel

Text Defined funnel

How to draw a funnel from puml with images Reference from

The funnel

the image below is defined by funnel.puml and rendered by plantuml.com

end test

@startuml
kindle : <img:https://www.designtagebuch.de/wp-content/uploads/mediathek//2017/10/kindle-app-icon.jpg{scale=0.3}> for ebook consumption
instapaper : <img:https://upload.wikimedia.org/wikipedia/en/2/2f/Instapaper_Logo.png{scale=0.5}>
airr : <img:https://www.airr.io/static/logo-white-background.png{scale=0.1}> for prodcast consumption
readwise : <img:https://s3.amazonaws.com/readwiseio/2020/11/Group-58.png{scale=0.1}> for integration
notion : <img:https://upload.wikimedia.org/wikipedia/commons/4/45/Notion_app_logo.png{scale=0.3}> as workspace
pelican: <img:https://www.fullstackpython.com/img/logos/pelican.png{scale=0.3}> for long term data archives
kindle --> readwise
airr --> readwise
instapaper --> readwise
readwise --> notion
notion --> pelican
@enduml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment