Create Custom Types
Inklings ships with two built-in page types: Page (the default) and Folder (for organizational containers). Everything else — Character, Location, Faction, Spell, Artifact, Chapter — you define yourself. Custom types are how you turn a collection of loosely related pages into a structured database of your world’s elements.
Create a type
Section titled “Create a type”- Open Settings → Types or the type management surface.
- Click + New Type.
- Enter a name — “Character”, “Location”, “Faction”, “Creature”, whatever fits your world.
- Optionally add a description and an emoji icon.
- Confirm to create the type.
Inklings derives a URL-safe slug from the name automatically (for example, “World Event” becomes world-event). You cannot set the slug manually.
The new type appears in the type list. It starts with no properties attached — you add those separately.
Update a type
Section titled “Update a type”You can rename a type, change its description, or update its icon at any time.
- Open the type management surface.
- Find the type and click the edit action.
- Update the name, description, or icon and confirm.
When you rename a type, its slug updates to match the new name.
Assign a type to a page
Section titled “Assign a type to a page”After creating a type, you can assign it to individual pages manually, or configure folders to auto-assign it to pages created inside them (see Container Rules).
Manual assignment:
- Open the page in the editor.
- Open the properties or type panel (usually in the context sidebar).
- Click Assign type and select your type from the list.
A page can have multiple types assigned to it. Assigning the same type twice to the same page is rejected — the assignment already exists.
Remove a type from a page
Section titled “Remove a type from a page”- Open the page’s type panel.
- Find the type assignment and click the remove action.
Removing a type from a page does not delete the type definition or affect other pages. The page no longer carries that type’s structure.
Delete a type
Section titled “Delete a type”Deleting a type removes it from your workspace. All page-type assignments for that type are removed automatically — pages that had that type are no longer associated with it, but the pages themselves remain intact.
- Open the type management surface.
- Find the type and select Delete.
- Confirm the deletion.
You cannot delete system types (“Page” and “Folder”).
What types unlock
Section titled “What types unlock”Creating a type by itself does not change how pages look or behave. The power comes from what you attach to types:
- Properties — structured fields like “Birth Year” (number) or “Allegiance” (text) that appear in the properties panel for every page of that type. See Define and Manage Properties.
- Collection views — a table, list, or gallery showing all pages of a given type, with their property values as columns. See Collection Views.
- Container rules — folders that auto-assign a type to any page created inside them. See Container Rules.
See Also
Section titled “See Also”- Define and Manage Properties — Add structured fields to your types
- Collection Views — View all pages of a type in a structured display
- Container Rules — Auto-assign types to pages created inside a folder
- Organize with Tags — Flexible labels that work across all page types
Was this page helpful?
Thanks for your feedback!