From 8e5d4b0114d0e3e1915d2603507620dcd5dde257 Mon Sep 17 00:00:00 2001 From: Gabriel Horner Date: Mon, 13 Jan 2025 10:44:29 -0500 Subject: [PATCH] add header/permalink for importer todos --- db-version.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/db-version.md b/db-version.md index 43272bd..298d239 100644 --- a/db-version.md +++ b/db-version.md @@ -303,6 +303,8 @@ The DB Graph Importer converts a file graph to a DB graph. An overview of what i * Tags are removed from their blocks when the `Remove inline tags` checkbox is checked. This matches the behavior of the DB version. * Property types are automatically detected for Number, Date, Checkbox, Url, Node and Text. If a property value has two conflicting but compatible types like Number and Text, it will choose the more lenient Text type. +### Importer Todos + There are existing features that have a database equivalent that are still a TODO for the importer: * Import assets as `#Asset` and pdf annotations as `#PDF Annotation` * Import org mode files