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

Custom UUID char #437

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Conversation

shfattig
Copy link

@shfattig shfattig commented Jun 2, 2023

Allowing the user to modify the # prepended to the {uuid} at the end of todo items, therefore providing the potential to deconflict with other tools which may reserve the # symbol for something such as tags. All the user has to do is set g:taskwiki_uuid_char in their configs

mapped to issue #436

@shfattig
Copy link
Author

shfattig commented Jun 2, 2023

I updated the tests similarly to the rest of the code but haven't actually run them (I know, I know - but it's *working*!)
However, I am thinking that it's likely the tests should run without vim in the loop, in which case reworking the test updates is likely needed, and potentially some new cases. I'll let @maintainers look over my initial implementation before jumping into that though.

@shfattig
Copy link
Author

shfattig commented Jun 2, 2023

I "tested" many different symbols and characters, and the only one I found that had issues was \ (understandably) -- is the best way to handle this just by preventing this character from being passed through at all?

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