Skip to content

Commit 6baed7d

Browse files
committed
note
1 parent 423de44 commit 6baed7d

File tree

1 file changed

+3
-1
lines changed
  • packages/docs/src/content/docs/notes

1 file changed

+3
-1
lines changed

packages/docs/src/content/docs/notes/todo.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ See [[dataview]]
1818
- [ ] maybe rename `documents` to `files`
1919
- `slug` to `name`?
2020
- [mddb table structure for comaprison](https://github.com/datopian/markdowndb/blob/main/src/lib/schema.ts): files, tags, file_tags, links, tasks
21-
- `from` column name is conflicting with SQL. Maybe rename to `start`/`end`?
21+
- `from` column name is conflicting with SQL
22+
- Maybe rename to `start`/`end`?
23+
- Maybe rename to `source`/`target`?
2224
- `frontmatter ->> '$.some.thing'` is very long. Maybe rename to `fm`?
2325
- [ ] Extract Headings
2426
- either need to allow to pass remark plugins (`import { rehypeHeadingIds } from "@astrojs/markdown-remark";`) or pass slug function

0 commit comments

Comments
 (0)