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

PLIST Viewer

Viggo MeestersViggo Meesters76 downloads

Open .plist and .mobileconfig files as read-only trees with search, source view, and profile security warnings.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates1

PLIST Viewer

PLIST Viewer

PLIST Viewer is a read-only plugin for inspecting Apple .plist and .mobileconfig files as typed trees, line-numbered source, and configuration profile security summaries.

It is built for local inspection of property lists, MDM and configuration profile exports, Wi-Fi payloads, VPN payloads, certificates, restrictions, and payload identifiers. It does not install, activate, enroll, trust, sign, provision, or apply profiles.

PLIST Viewer preview

Features

  • Opens .plist and .mobileconfig files in a dedicated read-only view.
  • Parses XML plist values into typed nodes: dict, array, string, integer, real, bool, date, and data.
  • Detects binary plist headers and shows a safe unsupported state instead of attempting conversion.
  • Shows a tree view with key paths, type badges, masked secret-like values, search, and an outline.
  • Shows a source view with line numbers and lightweight XML highlighting.
  • Shows a security view for configuration profiles with profile metadata and payload summaries.
  • Warns for MDM, Wi-Fi credentials, VPN, certificates, root certificates, restrictions, unknown payload types, sensitive values, and removal-disallowed profiles.
  • Keeps invalid XML, binary files, and large files inspectable through explicit fallback states.
  • Provides a refresh button for files changed outside the app.

Security model

PLIST Viewer is intentionally inspect-only:

  • It never installs or activates .mobileconfig profiles.
  • It never performs MDM enrollment, provisioning, signing, certificate validation chain checks, or trust decisions.
  • It never writes .plist or .mobileconfig files back to disk.
  • It does not convert binary plists into new files in v0.1.
  • It does not open macOS or iOS system dialogs or external apps.
  • It does not use network APIs or clipboard APIs.
  • It does not use dynamic code execution.

The plugin reads file contents through the vault API and renders a local view. Secret-like values are masked in the tree view where practical; the source view remains a local raw inspection view.

Binary and large files

Binary plist support in v0.1 is detection-only. Files starting with the bplist00 header are reported as unsupported with a clear warning. Large files use a safe fallback or render cap to avoid freezing the interface.

Installation

Community plugin directory

PLIST Viewer is prepared for Community plugin directory submission. Once accepted, it can be installed from Settings -> Community plugins -> Browse.

Manual installation

Until the community directory submission is accepted:

  1. Download main.js, manifest.json, and styles.css from the latest release.
  2. Create this folder in your vault: .obsidian/plugins/plist-viewer/.
  3. Put the downloaded files in that folder.
  4. Reload the app.
  5. Enable PLIST Viewer in Settings -> Community plugins.

BRAT installation

For beta testing, install the plugin with BRAT using this repository URL:

https://github.com/viggomeesters/obsidian-plist-viewer

Usage

Open any .plist or .mobileconfig file in your vault. The file opens with PLIST Viewer.

Use the toolbar to:

  • filter keys, values, payload types, and identifiers
  • switch between tree, source, and security views
  • refresh the file after external changes

Invalid XML, unsupported binary plist files, and large files show explicit fallback states so the viewer does not crash or silently apply anything.

Development

npm install
npm run build
npx tsc --noEmit
npm test

For local development, copy or symlink this repository into .obsidian/plugins/plist-viewer/ inside a test vault.

Release process

Community plugin files are installed from GitHub releases. For each release:

  1. Update manifest.json, package.json, and versions.json.
  2. Run npm install, npm run build, npx tsc --noEmit, and npm test.
  3. Create a GitHub release whose tag exactly matches manifest.json.version.
  4. Attach main.js, manifest.json, and styles.css as release assets.

Community directory submission

Submit this repository URL:

https://github.com/viggomeesters/obsidian-plist-viewer

The repository contains the expected root plugin files, security-focused documentation, parser fixtures, runtime assets, and version metadata for a v0.1.0 release.

Official references:

  • Submit your plugin
  • Obsidian releases repository

License

MIT

HealthExcellent
ReviewSatisfactory
About
Inspect .plist and .mobileconfig files as typed trees, source, and security summaries. Show a tree with key paths, type badges and masked secrets; display line-numbered XML; flag MDM, Wi‑Fi, VPN and certificate payloads; remain read-only and never install or modify profiles.
FormatsFilesData
Details
Current version
0.1.0
Last updated
2 months ago
Created
2 months ago
Updates
1 release
Downloads
76
Compatible with
Obsidian 1.5.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
Viggo MeestersViggo Meestersviggomeesters
GitHubviggomeesters
  1. Community
  2. Plugins
  3. Formats
  4. PLIST Viewer

Related plugins

Meld Encrypt

Hide secrets in your notes.

Notebook Navigator

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

Importer

Convert your data to Markdown files you can use in Obsidian. Works with Apple Notes, OneNote, Evernote, Notion, Google Keep, and many other formats.

Advanced URI

Control everything with URI.

Claudian

Embeds Claude Code/Codex and other local Agents as AI collaborators in your vault.

Local REST API with MCP

Unlock your automation needs by interacting with your notes over a secure REST API.

Find orphaned files and broken links

Find files that are not linked anywhere and would otherwise be lost in your vault. In other words: files with no backlinks.

Omnisearch

Intelligent search for your notes, PDFs, and OCR for images.

Recent Files

Display a list of recently opened files.

Multi Properties

Add properties to multiple notes at once. Either right-click a folder or select multiple notes and right-click the selection.