Skip to content

Conversation

@Aurailus
Copy link

This PR aims to fix the fact that aliases with commas in them that are specified as a list will incorrectly be split by those commas.

For example:

aliases:
- December 19th, 2023

Will appear as two separate items, December 19th, and 2023. This is not in alignment with how Obsidian handles aliases in lists normally. To fix this, I've implemented a character sequence that option-multi lists are delimited by instead of a comma. It's just two random emoji, similar to other parts of the codebase. This allows Make.md to properly split the aliases.

I haven't done much testing for other parts of the codebase using option-multi, but at a glance, it all seems to be working. I hope this helps, and can be merged!

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