Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wip: rest of the task view #55

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

wip: rest of the task view #55

wants to merge 1 commit into from

Conversation

blacksmithgu
Copy link
Owner

Partial PR while I pull out the remaining pieces.

listItems.set(item.start, item);
}

// In the second list pass, actually construct the list heirarchy.
for (const item of listItems.values()) {
listItems.set(item.start, item);
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note: this does nothing

@@ -136,20 +136,30 @@ export function markdownImport(
///////////

// All list items in lists. Start with a simple trivial pass.
const contentRegex = /^[\t\f\v ]*[\-+\*]\s(\[.\]\s)?/;
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replacing these with the dataview list matcher which handles various edge cases.

@blacksmithgu
Copy link
Owner Author

Figured out I can just edit contributor PRs directly so will do that to preserve authors better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant