Native PlantUML Editor thought for iPad providing a improved user experience to use this popular "diagram-as-code" tool
This is a native PlantUML editor app for iPad. It allows using iPad to draw diagrams in effective way. It includes use of AI to helping drawing process. take note that to enable AI features you MUST HAVE a valid "OpenAI API key" i.e. OpenAI Paid Account
Promotional Text 🤞
This is a (first 🤔) native Plantuml Editor App for iPad with AI capabilities. Developed by a Plantuml lover to enjoy the writing of diagrams on this excellent device
- Create,Update,Delete plantUML Documents
- Share Documents with iCLoud
- OpenAI integration
You MUST HAVE a valid OpenAI API KEY (i.e. Paid Account) to use this feature. Such secrets will be stored in device's keychain
- Drawing
- Draw Diagram using either Pencil or Fingers.
- Processing hand drawn diagram through OpenAI Vision API (gpt-4o) to automatically genearte plantUML script.
- PlantUML script will include alse a legend with detailed description of drawing.
- Prompt
- Prompt your diagram request in natural language
- Undo Prompt
- Prompt's History
- choose AI Model (gpt-3.5-turbo or gpt-4)
- Drawing
- Text Editor
- Auto save over modification
- Provide syntax highlighting and auto completion diagram snippets through ace editor
- Diagram Preview
Preview relies on PlantUML online server so it requires internet connection
- Built in cache management
- Scale to fit
- Share Image (AirDrop, iCloud, Other App, ...)
Take a Note:
-
Release 3.3
- add offline detection
- bump up SwiftyACE package
-
Release 3.2
- prompt refinements
- add detection of use-case diagram from drawing.
-
Release 3.1
From release
3.1
the deprecated modelgpt-4-vision-preview
has been replaced bygpt-4o
. -
Release 3.0
From release
3.0
it is possible also hand drawn diagram using either Pencil or Fingers. -
Release 2.0
From release
2.0
the PlantUML Custom Keyboard has been disabled because not compatible with the new editor based on ace
See the App on App Store 👀
Below all references that helped to develop such App
- Get a binding from an environment value in SwiftUI
- How can I set an image tint in SwiftUI?
- Get the current first responder without using a private API
- Split Picture in tiles and put in array
- SwiftUI exporting or sharing files
- Customizing Toggle with ToggleStyle
- How to remove all the spaces in a String?
- Perform a full swipe left action in UI Tests?
- Managing Focus in SwiftUI List Views
- How to access back bar button item in universal way under UITests in Xcode?
- Regular Expression Capture Groups in Swift
- iOS UI testing: element descendants
- SwiftUI Let View disappear automatically
- How to scroll a Form to a specific UI element in SwiftUI
- Conditional modifier
- How to Display Web Page Using WKWebView
- Document based app shows 2 back chevrons on iPad
- Compressing and Decompressing Data with Buffer Compression
- How to detect device rotation
- How to convert a SwiftUI view to an image
- Button border with corner radius in Swift UI
- SwiftUI: Forcing an Update
- How can I add caching to AsyncImage
- Open-source themes for PlantUML diagrams
- iOS Localization and Internationalization Testing with XCUITest
- How to percent encode a URL String
- Sccess TextEditor from XCUIApplication