Automatic Publishing
This is an md note on my phone. It’s an app I developed myself. I’m testing clicking the button on my phone. It can push blog posts for publishing. This way, I can write blog posts on my phone and then push them, without needing to sit in front of a computer to type.
Test Content
Test text Test image Test automatic publishing
However, this is a test from web React Native. After it’s successful, I’ll test the packaged app.

Alright, that’s all for this content.
Release Focus
This test is different from a simple web preview. The packaged app needs to preserve the same publishing behavior after installation: text input, image attachment, Markdown generation, task submission, and deployment status tracking.
The most important risk is inconsistency between the web React Native test environment and the packaged app. If permissions, file paths, or upload handling change after packaging, the generated blog post may lose images or produce invalid Markdown.
Validation Plan
The next packaged-app test should confirm:
- The app can select or capture an image.
- The image path in Markdown points to an accessible file.
- The backend receives the same payload as the web test.
- The generated article builds locally and on the deployment platform.
- The final article URL can be opened from the app.
Once this is stable, mobile publishing can become the default way to capture quick project notes while still producing searchable blog pages.