Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Lonelog

SniferSnifer1k downloads

Streamline solo and group TTRPG journaling with Lonelog notation shortcuts and templates.

Add to Obsidian
Lonelog screenshot
Lonelog screenshot
Lonelog screenshot
Lonelog screenshot
  • Overview
  • Scorecard
  • Updates28

Lee esto en Castellano: README-es.md

Lonelog Obsidian Plug-in Logo

Lonelog for Obsidian streamlines your solo and group TTRPG journaling by bringing the Lonelog notation standard into your vault and extending it with the Partylog add-on for group-session notes. Focus on the story while keeping mechanics organized, visual, and fast.

Main Features

1. Smart Notation System

Quickly insert Lonelog core symbols using the Command Palette or custom hotkeys:

  • @ Action
  • ? Oracle Question
  • d: Dice Roll
  • -> Result
  • => Consequence
  • [Tag:Name|Attributes] Entity tags for NPCs, locations, PCs, and more

2. Campaign and Session Management

  • Automatic headers to create campaign and session structure instantly
  • Scene markers with automatic scene numbering and optional context prompts
  • Code blocks with lonelog rendering support
@ The character investigates
d: 1d6 -> 5
-> Something suspicious happens.

3. Interface and Highlighting

  • Syntax highlighting in Live Preview and Reading Mode
  • Color customization for every Lonelog token
  • Dedicated views for progress, threads, scenes, combat, dungeon, and resources

4. Add-ons

  • Combat: rounds, combat blocks, foe tracking
  • Dungeon crawling: room state tracking and dungeon status
  • Resource tracking: inventory and wealth management
  • Partylog: group-session notation using ```partylog blocks and a dedicated Partylog dashboard
  • Card drawing and advanced dice notation

5. Other Features

  • Autocomplete based on previously mentioned entities
  • Internationalization in English and Spanish
  • Public API v1 with JSON-friendly normalized outputs for external plugin integrations

Installation

BRAT

  1. Install the BRAT plugin.
  2. In BRAT settings, click Add Beta Plugin.
  3. Enter https://github.com/Snifer/lonelog.
  4. Enable Lonelog in Settings -> Community Plugins.

Manual Installation

  1. Clone or copy the release files into .obsidian/plugins/lonelog/.
  2. Reload Obsidian.
  3. Enable Lonelog in Settings -> Community Plugins.

Community Plugins

Usage

  1. Open any note.
  2. Press Ctrl/Cmd + P to open the command palette.
  3. Type Lonelog to see insertion and management commands.
  4. Assign hotkeys in Settings -> Hotkeys for faster logging.

Partylog add-on

Lonelog now includes an optional Partylog add-on for group-session notes.

Quick path:

  1. Enable Partylog add-on in plugin settings.
  2. Write Partylog notation inside fenced partylog code blocks.
  3. Open Partylog Dashboard from the view selector or command palette.

Example:

```partylog
@(Kael) Sneak past the guard
d(Kael): Stealth d20+5=8 vs DC 14 -> Fail
=> Kicks a bottle. Guard turns!
! Guard draws his blade and advances
```

Current Partylog dashboard tabs:

  • Overview
  • Scenes
  • Threads
  • Timeline
  • Roster
  • Recap

Development

npm install
npm run dev
npm run build

Public API

Lonelog exposes a public API v1 for interoperability with other Obsidian plugins through the plugin instance.

Example:

type LonelogApi = {
  apiVersion: "1";
  parse: {
    content(content: string): unknown;
    file(file: TFile): Promise<unknown>;
    isLonelogNote(target: TFile | string): Promise<boolean>;
  };
  tokenize: {
    line(line: string): unknown[];
    lines(lines: string[]): unknown[][];
  };
  settings: {
    get(): Record<string, unknown>;
  };
  views: {
    openDashboard(): Promise<void>;
  };
};

const lonelogPlugin = app.plugins.plugins["lonelog"] as { api?: LonelogApi } | undefined;

const api = lonelogPlugin?.api;
if (!api || api.apiVersion !== "1") return;

const parsed = api.parse.content("[N:Jonah|friendly]");
const tokens = api.tokenize.line("=> [N:Jonah|friendly]");

await api.views.openDashboard();

Current V1 scope:

  • adapters.content
  • adapters.file
  • adapters.activeFile
  • capabilities.get
  • addons.getStatus
  • dungeon.*
  • resources.*
  • combat.*
  • progress.*
  • partylog.*
  • info.get
  • info.getModules
  • info.getStabilityPolicy
  • errors.codes
  • errors.isLonelogApiError
  • events.on/off/offref
  • domain events for progress/resources mutations
  • write helpers for dungeon/partylog
  • deeper inventory + structured partylog tag mutations
  • combat write api + partial dungeon mutations
  • fine-grained helper lookups
  • json-friendly normalized outputs
  • parse.content
  • parse.file
  • parse.isLonelogNote
  • parse.partylog.content
  • parse.partylog.file
  • parse.partylog.hasBlocks
  • tokenize.line
  • tokenize.lines
  • settings.get
  • views.open...

Full guide (English): lonelog-api.md

Full guide (Spanish): lonelog-api-es.md

API changelog: lonelog-api-changelog.md

License

This plugin is licensed under the 0-BSD License. See LICENSE for details.

The Lonelog notation system is © 2025-2026 Roberto Bisceglie, licensed under CC BY-SA 4.0.

Support

If this project adds value to your gaming table, you can support the developer with a donation via PayPal or Ko-fi.

Credits

  • Developed by: Snifer
  • Lonelog System: Roberto Bisceglie
HealthExcellent
ReviewSatisfactory
About
Streamline solo and group TTRPG journaling by integrating Lonelog notation (full support and Partylog) directly into your vault. Insert Lonelog symbols, generate campaign/session headers and scene markers, wrap records in lonelog blocks, and get live syntax highlighting plus side panels for clocks, NPC threads, scene navigation, combat and dungeon tracking.
TTRPGSyntaxSidebar
Details
Current version
1.6.2
Last updated
Yesterday
Created
3 months ago
Updates
28 releases
Downloads
1k
Compatible with
Obsidian 1.12.7+
Platforms
Desktop, Mobile
License
0BSD
Report bugRequest featureReport plugin
Sponsor
Ko-fi
Author
SniferSnifersnifer
sniferl4bs.com
GitHubsnifer
Xsnifer
sniferl4bs
BastiondelDinosaurio
  1. Community
  2. Plugins
  3. TTRPG
  4. Lonelog

Related plugins

Notebook Navigator

A better file browser and calendar inspired by Apple Notes, Bear, Evernote and Day One.

Recent Files

Display a list of recently opened files.

TagFolder

Show tags as folder.

Longform

Helps you write and edit novels, screenplays, and other long projects.

HiNote

Add comments to highlighted notes, use AI for thinking, and flashcards for memory.

Fantasy Statblocks

Create, manage and view a Fantasy Bestiary with Dungeons and Dragons style statblocks.

Checklist

Consolidate checklists across all files into a single view.

Hide Folders

Quickly toggle the visibility of specific folders in the file navigator based on configured names. Useful for hiding attachment folders.

Reveal Active File Button

Add a button to the top of the File Explorer, to reveal the active file.

TTRPG Tools - Maps

A toolbox for interactive fantasy maps.