adoc Studio for Mac, iPad & iPhone
Want an alternative to Craft? Discover how adoc Studio uses AsciiDoc for structured writing, reuse, and publishing complex documentation.
Craft
A note-taking and documentation app. For personal knowledge management, team notes, and creative documents.
- ✓ Cross-platform
- ✓ WYSIWYG editor with style themes
- ✓ Real-time sync and collaboration
- ✓ To-dos and calendar
adoc Studio
AsciiDoc-based writing app for technical documentationn such as manuals, whitepapers, and developer guides.
- ✓ Full AsciiDoc syntax
- ✓ Multi-chapter projects with includes
- ✓ Single-Source-Publishing (HTML/PDF)
- ✓ Git integration for version control
Feature Comparison Matrix
Legend:
| Feature | Craft | adoc Studio |
|---|---|---|
| Platform availability | ★Mac, iOS, Windows, Android, Web everywhere | ★Apple devices only (macOS, iOS, iPadOS) |
| User-friendliness | ★WYSIWYG editor with drag & drop | ★Text editor with AsciiDoc syntax to learn |
| Real-time collaboration | ★Multiple people editing simultaneously | ★File-based collaboration only (Git) |
| Structured documentation | ★Subpages & folders, manually organized | ★Multi-file projects with automatic includes |
| Content reuse | ★Manual block copy between pages | ★Automatic includes & global variables |
| Publishing control | ★Fixed themes, limited customization | ★Full CSS control over layout |
| Costs & licensing | Free or $7.99/month | €9.99/month or €99.99/year |
Writing Philosophy
Visual flexibility: WYSIWYG editor with styling and drag-and-drop blocks.
Structured precision: AsciiDoc markup with semantic structure, live preview, and syntax assistance.
Platform Availability
Universal access: Available on iOS, macOS, Windows, Android, and Web.
Apple exclusive: Native apps for macOS, iPad, and iPhone with deep integration into the Apple ecosystem.
Content Organization & Reuse
Visual organization: Subpages, folders, and block-based content with manual copying between documents. Great for flexible, creative content management.
Modular architecture: Include directives and attributes for true single-source publishing. Write once, reuse everywhere.
Collaboration Approach
Real-time teamwork: Live sync, shareable links, and Slack integration. Cloud-first platform where team members always see the latest version instantly.
Version-control workflow: File-based collaboration via Git or iCloud sharing. No real-time editing, but transparent change tracking and merge functionality.
Learn more about adoc Studio
When to Choose Which Tool
Craft for...
- Cross-platform availability
- Visual WYSIWYG editing
- Real-time collaboration
- Task management and calendar
Perfect for:
- Personal knowledge management
- Team brainstorming and meeting notes
- Cross-platform teamwork
adoc Studio for...
- Structured technical documentation
- Projects with multiple chapters
- Single-source publishing
- Version control integration with Git
Perfect for:
- Software documentation and API guides
- Technical manuals and instructions
- Research & academic writing
From Craft to AsciiDoc
Migrating from Craft to adoc Studio involves converting from visual, block-based content to structured AsciiDoc markup. The transition requires learning new syntax but unlocks powerful technical documentation capabilities for serious publishing needs.
Here's a step-by-step guide:
Export from Craft
Use Craft's Export feature to save your documents as Markdown (.md) or TextBundle (includes media). For bulk migration, you can export entire folders. TextBundle format preserves both content and associated images in a single package.
Convert Markdown to AsciiDoc
Use Pandoc to convert your exported files:
pandoc -s doc.md -t asciidoc -o doc.adoc
Import into adoc Studio Project
Create a new adoc Studio project and organize your converted content:
- Copy .adoc files into the project folder
- Place images from TextBundle into Media folder
- Update image references to
image::media/filename.png[] - Set up project structure with includes if needed
Fix and Enhance Content
Use adoc Studio's "adoc Coach" to refine your content:
- Convert Craft callouts to AsciiDoc admonitions
- Transform toggle sections to proper AsciiDoc structure
- Fix tables, footnotes, and code blocks
- Review live HTML/PDF preview for accuracy
Apply Professional Styling
Replace Craft's visual themes with CSS-driven styling. Choose from adoc Studio's built-in themes or create custom CSS to match your brand requirements. The same stylesheet controls both HTML and PDF output for consistency.
Enable Advanced Features
Take advantage of adoc Studio's technical documentation capabilities:
- Add conditional sections for multiple audiences
- Set up attributes for content reuse
- Configure Git repository for version control
- Create export products for different output formats
Frequently Asked Questions
Can I migrate my Craft documents to adoc Studio?
Yes, migration is possible through Craft's Markdown export and Pandoc conversion to AsciiDoc. Basic content structure transfers well, but Craft's visual elements (custom blocks, advanced layouts) will need recreation in AsciiDoc. The process is straightforward for text-heavy documents but requires manual adjustment for complex visual layouts.
How do the collaboration features compare?
Craft offers superior real-time collaboration with live sync, shareable links, and team workspaces across all platforms. adoc Studio uses file-based collaboration through Git or iCloud sharing with no real-time editing. Craft is better for immediate team collaboration; adoc Studio is better for structured, version-controlled documentation workflows.
Which tool handles technical documentation better?
adoc Studio is purpose-built for technical documentation with syntax-highlighted code blocks, admonitions (NOTE/TIP/WARNING), cross-references, and structured authoring features. Craft supports basic code formatting and embeds but lacks specialized technical writing features. For serious technical documentation, adoc Studio is the clear choice.
What about platform availability and vendor lock-in?
Craft runs on all major platforms (iOS, macOS, Windows, Android, Web) but stores content in proprietary format requiring ongoing exports for portability. adoc Studio only runs on Apple platforms but stores everything as open AsciiDoc plain text files with zero vendor lock-in. Choose based on platform needs vs. long-term portability concerns.
How do the pricing models compare?
Craft offers a free tier with basic features and Craft Plus at $7.99/month with full functionality. adoc Studio costs $9.99/month or $99.99/year with no free tier beyond a 14-day trial. Craft is more affordable for casual use; adoc Studio's higher price reflects its specialized technical documentation capabilities.
Which tool is better for content reuse and maintenance?
adoc Studio excels at content reuse with AsciiDoc includes and attributes for single-source publishing. Changes propagate automatically across all references. Craft requires manual copying of blocks between documents with no automatic updates. For maintaining large documentation sets with repeated content, adoc Studio's automation is invaluable.
Can I use both tools in my workflow?
Yes, many users leverage both tools' strengths: Craft for brainstorming, meeting notes, and collaborative drafting (especially on mobile or with non-technical team members), then migrate polished content to adoc Studio for structured technical documentation and professional publishing. Each tool serves different phases of the content lifecycle.