Page editor: Reorder title field before categories field. In XF2.x, add "Required" hint/placeholder and "No prefix" label
Please consider switching the order of "Title" and "Categories" in VaultWiki 4.1. I think it makes more sense to position Title first, as this field is always required. In XF2.x, perhaps also add a "Required" hint, either under the Title label or as a textbox field placeholder, e.g.:
Code:
<xf:formrow hint="{{ phrase('required') }}" ...
or
<input placeholder="{{ phrase('required') }}" ...
A few times, members on my public site with VaultWiki 4.0 / XF1.5 have either gotten confused and tried entering a title into the category input. Other times they've assumed that all fields below the main textarea are required.
N.B. XenForo already uses
phrase('required') as a hint for custom user profile fields where an admin has toggled "Field is required" to true, under the general options tab.
---
For the Prefix select form (when present), what are your thoughts with adjusting the "" (blank) label to instead say "(No prefix)" ? With this change, it would more clearly explain to the user what the field is for and also match XenForo 2.x with their thread prefix selection,
phrase('(no_prefix)'). Otherwise, adding a custom empty phrase would at least give admins an opportunity for filling in placeholder text if they wanted to.

(image source:
XenForo)