can create and drag and drop pages

This commit is contained in:
2024-01-12 15:06:15 -07:00
parent a4179e6d52
commit 9f19704724
33 changed files with 651 additions and 319 deletions

View File

@@ -9,7 +9,7 @@ public class PageMarkdownTests
{
Name = "test title",
Text = "test text content",
DueDateForOrdering = new DateTime()
DueAt = new DateTime()
};
var pageMarkdown = page.ToMarkdown();