Skip to content

Dataview to Properties

Automagically copy dataview inline field (and their values, even calculated!) into frontmatter properties and keep them sync.

The above warnings are based on limited information and might not always be accurate.

Data

IDdataview-properties
AuthorMara
FundingSupport the Author
Minimum Obsidian Version1.5.12
Official Release Date2025-07-21
Last update2026-07-09

Last Refresh

Obsidian Stats last refreshed the data behind this page on Jul 13, 2026.

Community plugin snapshotJul 13, 2026
Repository clonelast successful checkout Jul 13, 2026
Release acquisitionrelease metadata checked Jul 13, 2026; latest main.js acquired

Quick Links

Changes

DateChanged PropertyOld ValueNew Value
2025-07-21Plugin Added
2026-05-12authorMara-Limara-li
2026-05-12repoMara-Li/obsidian-dataview-propertiesmara-li/obsidian-dataview-properties
2026-05-27Plugin Removed
2026-05-28Plugin Re-Added
2026-05-28nameDataview (to) PropertiesDataview to Properties
2026-06-11authormara-liMara

Repository Data

LicenseGPL-3.0 in package.json
GPL-3.0 in LICENSE file
Package Managerpnpm
Uses TypescriptYes
Installed Bundlersesbuild
Installed Testing FrameworksBunTest, Mocha
Has Test FilesYes
Latest Release main.js Size371 KB
Detected ES VersionES2022
Probably MinifiedYes
main.js API Findings5 disclosures
Uses BRAT beta releasesYes
Dependencies@delucis/if-env, @enveloppe/obsidian-dataview, ansi-colors, commander, commit-and-tag-version, dedent, dotenv, dotenv-cli, mocha, obsidian-typings, uniformize, update
Dev Dependencies@biomejs/biome, @types/bun, @types/luxon, @types/mocha, @types/node, @wdio/cli, @wdio/local-runner, @wdio/mocha-framework, @wdio/spec-reporter, builtin-modules, esbuild, eslint, eslint-plugin-obsidianmd, globals, i18next, jiti, luxon, obsidian, ts-deepmerge, tslib, typescript, typescript-eslint, wdio-obsidian-reporter, wdio-obsidian-service

main.js API Findings

These conservative findings come from static analysis of the latest release main.js. The table includes warnings and high-confidence informational findings; lower-confidence informational findings are omitted to reduce false positives. Warnings indicate usage of potentially risky APIs, but such APIs can be used safely if handled with care.

DisclosureDetected From
Full Vault AccessEnumerates vault files
Global Handlers Or TimersRegisters events, DOM handlers, or intervals
Metadata AccessReads Obsidian metadata cache, Updates frontmatter through Obsidian APIs
Note Content AccessReads vault files
Vault File WriteUpdates frontmatter through Obsidian APIs, Writes vault files
FindingTypeConfidenceEvidence
Uses persistent browser storageInfoHighlocalStorage (1)
Registers events, DOM handlers, or intervalsInfoHighsetTimeout (3), this.registerEvent (3)
Reads Obsidian metadata cacheInfoHighapp.metadataCache.getFileCache (2), app.metadataCache (4)
Updates frontmatter through Obsidian APIsInfoHighapp.fileManager.processFrontMatter (1)
References URLs or constructs URL objectsInfoHighhttps:// (1)
Persists plugin settings or dataInfoHighthis.loadData (1), this.saveData (1)
Registers plugin settings UIInfoHighthis.addSettingTab (1), Setting (28), obsidian.Setting (28)
Registers commands, ribbon icons, or status bar itemsInfoHighthis.addCommand (1)
Accesses Obsidian vault APIsInfoHighapp.vault (3)
Enumerates vault filesInfoHighapp.vault.getMarkdownFiles (1)
Reads vault filesInfoHighapp.vault.read (1)
Writes vault filesInfoHighapp.vault.modify (1)
Accesses Obsidian workspace APIsInfoHighapp.workspace (4)
Accesses the active file or editorInfoHighapp.workspace.getActiveFile (1)

The above data may not be accurate and contain errors. For more information refer to the page about data collection.

Lines of Code

The plugin has a total of 2759 lines of code. The following chart shows the lines of code split by programming language.

Downloads

The following chart shows the total number of downloads of the plugin over time. The second chart shows the delta of downloads per week, which is the number of new downloads per week. New version releases are marked with vertical lines.

Version History

VersionRelease DateNote
0.0.12025-04-28Released while not listed
0.0.22025-04-29Released while not listed
0.0.32025-04-30Released while not listed
0.0.42025-05-01Released while not listed
0.0.52025-05-02Released while not listed
0.0.62025-05-03Released while not listed
0.0.72025-05-07Released while not listed
0.0.82025-05-14Released while not listed
0.0.92025-05-24Released while not listed
0.0.102025-05-30Released while not listed
0.0.112025-06-12Released while not listed
0.0.122025-06-14Released while not listed
0.0.132025-07-05Released while not listed
0.0.142025-07-10Released while not listed
0.0.152025-07-11Released while not listed
0.0.162025-07-11Released while not listed
0.0.172025-07-24None
0.0.182025-08-02None
0.0.192025-08-19None
0.0.202025-08-21None
0.0.212025-08-21None
0.0.222025-10-19None
0.0.232025-12-18None
0.0.242026-01-20None
1.0.12026-05-27Released while not listed
1.0.22026-07-09None

Blacklisted versions are versions that are known to cause major issues or contain security concerns and have thus been blacklisted by the Obsidian team. Obsidian will disable plugins on startup whose installed version is blacklisted. Released while not listed versions happened outside the period where the plugin was present in the community plugin list and are excluded from aggregate release statistics.