No description
Find a file
2026-07-18 07:24:27 +00:00
.claude feat(all): updated workflows 2026-03-27 12:22:42 +01:00
.github ci(release): two-phase release so attestations bind to the tag commit 2026-07-17 08:48:56 +02:00
docs chore(release): 2.8.1 2026-07-18 07:24:27 +00:00
documentation docs(docs): log community catalog review fixes for 2.8.0 2026-07-18 09:23:27 +02:00
scripts ci(release): two-phase release so attestations bind to the tag commit 2026-07-17 08:48:56 +02:00
src fix(plugin): remove disallowed no-explicit-any casts flagged by catalog review 2026-07-18 09:23:22 +02:00
.cz-config.cjs refactor(all): migrated to latest build system of obsidian-plugin-template using Bun 2026-01-23 23:22:21 +01:00
.editorconfig Updated configs 2024-04-25 09:32:07 +02:00
.gitattributes refactor(all): migrated to latest build system of obsidian-plugin-template using Bun 2026-01-23 23:22:21 +01:00
.gitconfig chore(all): removed husky 2026-05-13 11:58:40 +02:00
.gitignore refactor(all): migrated to latest build system of obsidian-plugin-template using Bun 2026-01-23 23:22:21 +01:00
.nvmrc build: add .nvmrc pinning Node 24.7.0 2026-06-09 11:04:20 +02:00
.prettierignore refactor(all): migrated to latest build system of obsidian-plugin-template using Bun 2026-01-23 23:22:21 +01:00
AGENTS.md docs(all): updated agent rules 2026-05-15 13:28:27 +02:00
bun.lock build(deps): override svelte to 3.59.2 to clear GHSA-wv8q-r932-8hc7 advisory 2026-07-18 09:23:27 +02:00
bunfig.toml chore(all): removed husky 2026-05-13 11:58:40 +02:00
CHANGELOG.md chore(release): 2.8.1 2026-07-18 07:24:27 +00:00
CLAUDE.md docs(all): added agent conf 2026-01-24 00:52:19 +01:00
commitlint.config.ts refactor(all): migrated to latest build system of obsidian-plugin-template using Bun 2026-01-23 23:22:21 +01:00
CONTRIBUTING.md chore(all): fixed some Obsidian review issues 2026-05-13 11:58:59 +02:00
eslint.config.ts refactor(all): migrated to latest build system of obsidian-plugin-template using Bun 2026-01-23 23:22:21 +01:00
LICENSE chore(all): updated license year 2026-01-24 00:59:13 +01:00
manifest.json chore(release): 2.8.1 2026-07-18 07:24:27 +00:00
package.json chore(release): 2.8.1 2026-07-18 07:24:27 +00:00
prettier.config.cjs refactor(all): migrated to latest build system of obsidian-plugin-template using Bun 2026-01-23 23:22:21 +01:00
README.md feat(plugin): add device-local "disable on this device" toggle 2026-06-26 02:43:11 +02:00
tsconfig.json refactor(all): migrated to latest build system of obsidian-plugin-template using Bun 2026-01-23 23:22:21 +01:00
versions.json chore(release): 2.8.0 2026-07-17 07:37:49 +00:00

Obsidian Dataview Serializer

Obsidian plugin that gives you the power of Dataview, but generates Markdown. Thanks to this, the output of your queries is saved in the notes, and the links actually appear on the Graph, making it even more useful. Turning Dataview queries into Markdown also ensures that the generated content appears on Obsidian Publish websites, which is not the case with the Dataview plugin.

Pre-requisites

The Dataview plugin MUST be installed for this plugin to function correctly.

Obsidian 1.8.7 or later is required.

Installation

  1. In Obsidian, go to Settings → Community plugins.
  2. Disable Restricted mode if it's enabled.
  3. Select Browse, search for Dataview Serializer, install it, then enable it.

You can also browse the catalog on the Obsidian Community website.

Manual installation

If the plugin isn't listed in the community catalog yet (or you want a specific version):

  1. Download main.js, manifest.json, and styles.css from the latest release.
  2. Copy them into <Vault>/.obsidian/plugins/dataview-serializer/.
  3. Reload Obsidian and enable Dataview Serializer in Settings → Community plugins.

BRAT (bleeding edge)

BRAT (Beta Reviewers Auto-update Tool) installs plugins straight from a GitHub repo and keeps them updated automatically. Use this if you want the latest commits — things might break.

  1. Install Obsidian42 - BRAT from Settings → Community plugins → Browse and enable it.
  2. Run BRAT: Add a beta plugin for testing from the command palette.
  3. Paste https://github.com/dsebastien/obsidian-dataview-serializer.
  4. Select the latest version and confirm.
  5. Enable Dataview Serializer in Settings → Community plugins.

Documentation

You can find the documentation here.

News & support

To stay up to date about this plugin, Obsidian in general, Personal Knowledge Management and note-taking, subscribe to my newsletter. If you want to support my work, then you can check out my products, or become a GitHub Sponsor.