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

Property Order

ZhengYXZhengYX108 downloads

Reorder property values and customize property key suggestion order in Obsidian.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates8

English · 简体中文

Property Order enhances Obsidian Properties with safe list-value reordering and configurable native property-name suggestions.

Demo

Move a value between supported top-level YAML list properties on desktop:

Move a value between properties

Cross-property drag is enabled by default and can be disabled in the Value drag settings.

Configure native property-name suggestion ordering:

Property-name suggestion settings

The screenshot shows the custom tabbed settings UI used by Obsidian 1.12.x. Obsidian 1.13+ presents the same General, Value drag, and Key order groups as native declarative settings pages with search.

Features

  • Drag to reorder values inside a top-level YAML list property.
  • Move values between supported properties in the same note, with an option to disable it.
  • Treat empty or scalar YAML storage as a text list when Obsidian's native Properties UI assigns the list type, allowing safe moves in or out and normalizing every affected non-string item from its original token text.
  • Preserve the current list format by default, or write every affected property as bracket or bullet lists. Same-property reorders and cross-property moves each commit through one verified editor transaction.
  • Pin, move to the bottom, or hide native property-name suggestions.
  • Sort suggestions by mixed-language name, strict recent-use order, or the number of Markdown notes containing each property.
  • Advance recent history only after Metadata Cache confirms that the property-name commit succeeded; hover, keyboard navigation, cancellation, and unconfirmed edits do not count.
  • Keep keyboard navigation aligned with the final visible suggestion order.
  • Fail closed for unsupported YAML and fail open when Obsidian's suggestion DOM is not recognized.

Requirements and compatibility

  • Obsidian 1.12.7 or later.
  • Desktop supports direct dragging. Mobile uses an explicit action in Obsidian's native long-press menu before dragging.
  • Property Order works only with top-level YAML properties that Obsidian identifies as text lists; detailed boundaries are listed below.

Installation

Manual installation

Download property-order-<version>.zip from the latest release and extract it into Vault/.obsidian/plugins/. The archive contains the property-order/ directory with main.js, manifest.json, and styles.css. Reload Obsidian, then enable Property Order under Community plugins.

Upgrade

Back up and preserve Vault/.obsidian/plugins/property-order/data.json when it exists. Replace only main.js, manifest.json, and styles.css; delete data.json only when you explicitly want to reset all plugin preferences.

Usage

  1. Enable Property Order under Settings → Community plugins.
  2. Open a note with top-level YAML list properties in Obsidian Properties.
  3. On desktop, drag a value directly. On mobile, long-press a value, choose Reorder (or Reorder or move), then drag that value.
  4. Configure pinned, bottom, and hidden property-name rules, choose Name, Recently used, or Note count, and clear device-local recent history when needed.

Settings

  • General controls the default list format used when a write cannot preserve the current representation.
  • Value drag enables or disables cross-property moves and related drag behavior.
  • Key order configures pinned, bottom, hidden, name-sorted, recently used, and note-count-sorted native property-name suggestions. Recent order is strict MRU: pinned rules remain first, confirmed recent names follow in newest-first order, names absent from history fall back to name order, and bottom rules remain last. Note count means the number of cached Markdown notes containing the property, not interaction frequency.
  • Recent history contains at most 100 exact property names in order and no timestamps. It is stored through Obsidian local storage for the current Vault on the current device; it is separate from data.json and is not synced. Clear recent property history removes it.
  • Name and Recently used sorting do not traverse the Vault. Note count scans cached frontmatter lazily only when that mode needs data and reuses the invalidatable cache.
  • Obsidian 1.12.x uses a three-tab settings page; Obsidian 1.13 or later exposes the same groups as searchable declarative settings pages.

Limitations

  • Mobile reorder is deliberately armed from Obsidian's native long-press menu, so Edit, Remove from list, and Copy remain available. The armed action applies to one value and expires automatically.
  • Only top-level YAML properties that Obsidian identifies as text lists are supported. Normal lists use native pills; guarded empty or scalar mismatch rows may be sources or targets, while an aligned, unambiguous mixed mismatch row may only receive an appended value.
  • Object lists, nested lists, multiline flow sequences, source-mode line dragging, and cross-file moves are not supported.
  • Converting bullet lists to bracket lists may discard item comments and blank lines that bracket syntax cannot represent.
  • Direct keyboard value reordering and screen-reader drag announcements are not currently provided.

Privacy and security

Property Order reads and updates the current note through Obsidian's editor and Vault APIs. It does not require an account, upload note content, or call a remote service. Unsupported YAML is rejected before writeback, and supported changes are committed through one verified editor transaction. While property-name suggestion enhancement is enabled, the plugin keeps only an ordered, timestamp-free list of up to 100 confirmed property names in Obsidian's per-Vault, device-local storage so recent order is ready when selected; the settings page provides a clear action.

Development

npm install
npm run check

See the developer documentation for architecture and testing details.

Support

  • Use General for workflow ideas and general feedback.
  • Use Q&A for usage and configuration questions.
  • Use the structured GitHub issue forms for reproducible bugs and concrete feature requests.
  • Report vulnerabilities privately through the repository's security policy.

Remove private Vault paths, note content, YAML values, and credentials before posting publicly.

License

MIT © ZhengYX

HealthExcellent
ReviewSatisfactory
About
Reorder YAML frontmatter list values by dragging items within or between supported properties on desktop, writing changes back to the note and preserving or converting list formats (bracket or bullet). Customize the native property key suggestion dropdown order with pinned, bottom, hidden, mixed-language and usage-count rules so keyboard navigation follows the visible order.
PropertiesEditing
Details
Current version
0.5.0
Last updated
2 days ago
Created
2 weeks ago
Updates
8 releases
Downloads
108
Compatible with
Obsidian 1.12.7+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
ZhengYXZhengYXzyx
GitHubzhyx91
  1. Community
  2. Plugins
  3. Properties
  4. Property Order

Related plugins

Meta Bind

Make your notes interactive with inline input fields, metadata displays, and buttons.

MetaEdit

Manage your metadata.

Fold Properties By Default

Always have editor/metadata properties folded by default

Advanced Tables

Improved table navigation, formatting, and manipulation.

Advanced Canvas

Supercharge your canvas experience. Create presentations, flowcharts and more.

Outliner

Work with your lists like in Workflowy or Roam Research.

Update modified date

Automatically update a frontmatter modified date field when the file is modified.

Creases

Tools for effectively folding Markdown sections.

LanguageTool Integration

advanced spell/grammar checks with the help of language-tool.

Various Complements

Complete words similar to auto-completion in an IDE.