Skip to content

Commit

Permalink
note
Browse files Browse the repository at this point in the history
  • Loading branch information
stereobooster committed Oct 19, 2024
1 parent 423de44 commit 6baed7d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/docs/src/content/docs/notes/todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ See [[dataview]]
- [ ] maybe rename `documents` to `files`
- `slug` to `name`?
- [mddb table structure for comaprison](https://github.com/datopian/markdowndb/blob/main/src/lib/schema.ts): files, tags, file_tags, links, tasks
- `from` column name is conflicting with SQL. Maybe rename to `start`/`end`?
- `from` column name is conflicting with SQL
- Maybe rename to `start`/`end`?
- Maybe rename to `source`/`target`?
- `frontmatter ->> '$.some.thing'` is very long. Maybe rename to `fm`?
- [ ] Extract Headings
- either need to allow to pass remark plugins (`import { rehypeHeadingIds } from "@astrojs/markdown-remark";`) or pass slug function
Expand Down

0 comments on commit 6baed7d

Please sign in to comment.