The Accursed Voyage of The Mariner’s Fortune
This Obsidian vault contains all the notes, characters, locations, and session logs for the James Mariner fanclub.
Getting Started
- Download and Install Obsidian at obsidian.md/download
- Open an existing vault, or create a new one
- Install the Git Plugin:
- In Obsidian, go to Settings (gear icon)
- Navigate to Community plugins
- Click Turn on community plugins (if not already enabled)
- Click Browse to open the community plugins browser
- Search for “Obsidian Git”
- Click Install, then Enable
- Clone the Repository using the Obsidian Git plugin:
- Press
Ctrl/Cmd+Pto open the command palette - Type and select “Git: Clone an existing remote repo”
- Enter the repository URL (
https://gitea.ditmarvisser.net/ditmarvisser/dnd-notes.git) when prompted - Choose a local folder location
- Wait for the clone to complete
- Press
Syncing Changes
Once the vault is cloned, use these commands to keep it synced:
- Pull changes:
Ctrl/Cmd+P→ “Git: Pull” - Commit changes:
Ctrl/Cmd+P→ “Git: Commit all changes” - Push changes:
Ctrl/Cmd+P→ “Git: Push” (or configure automatic push)
Calendarium (Recommended)
For tracking campaign dates and fantasy calendar integration, install the Calendarium plugin:
- Open Settings → Community plugins
- Click “Browse”
- Search for “Calendarium”
- Click Install, then Enable
- Configure your campaign calendar in plugin settings
Using Templates
Create new notes with consistent formatting using templates:
- Navigate to the folder where you want to create a note
- Press
Ctrl/Cmd+Pand type “Templater: Create new note from template” - Select the appropriate template
- Fill in the YAML frontmatter fields (replace PLACEHOLDER values)
- Add content under the section headings
Key Features
Database Views
Access organized views of your campaign notes:
- People - Gallery view with character portraits and quick info
- Factions - Table view showing alignments, leaders, and relationships
- Places - Table view of locations organized by region
- Sessions - Chronological list of session logs sorted by date
Wiki-Style Linking
Create connections between notes using wiki-links:
- Create a link:
[[Note Name]] - Link to a section:
[[Note Name#section-heading|Section Heading]] - Navigate:
Ctrl/Cmd+Clickon any link to open that note
Frontmatter Properties
All notes include YAML frontmatter for organization and filtering:
type:- Note category (npc, faction, place, session, misc)status:- Current state (active, alive, unknown, deceased, etc.)tags:- Custom tags for categorization- Type-specific properties (affiliation, region, date, etc.)
These properties enable powerful filtering and querying in database views.