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

Treat \todo commands similar to % todo comments #3673

Open
hansonmcoombs opened this issue Oct 2, 2024 · 2 comments
Open

Treat \todo commands similar to % todo comments #3673

hansonmcoombs opened this issue Oct 2, 2024 · 2 comments
Assignees
Labels
enhancement New feature or (non bug related) change to the program.

Comments

@hansonmcoombs
Copy link
Contributor

I'm running into an issue where we want to collaborate with a third party on a part of a document written in LaTeX, but that person is not familar with LaTex and will be contributing snippits of work to the project via google docs or word. This is always a challenge but I have a lot of key information sequestered as %todo comments (as the pycharm/IDEA todo managment is excellent). Unfortunately from my reading it is not possible to include these inputs into the PDF.

I could switch them all to \todo{} comments (easy todo package), but then they will not show up in the pycharm todo consol...

Feature thought: Either support for \todo highlighting in pycharm/IDEA or support (via a compile flag) to transform the % todo comments into \todo{comment} for rendering into the pdf

@hansonmcoombs hansonmcoombs added enhancement New feature or (non bug related) change to the program. untriaged Issue type still needs to be triaged or verified. labels Oct 2, 2024
@PHPirates
Copy link
Collaborator

Thanks for the suggestion, I think it might be possible to have \todo{...} commands as e.g. from the todonotes package show up in the todo tool window, that would be nice. Maybe we can also do the in-editor highlighting.
https://plugins.jetbrains.com/docs/intellij/additional-minor-features.html#additional-places

@PHPirates PHPirates removed the untriaged Issue type still needs to be triaged or verified. label Oct 11, 2024
@PHPirates PHPirates changed the title % todo and \todo intercompatable support Treat \todo commands similar to % todo comments Oct 11, 2024
@hansonmcoombs
Copy link
Contributor Author

The only thing that could get tricky is making sure that "" doesn't get flagged by the IDE as a comment... that'd be a bummer!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or (non bug related) change to the program.
Projects
None yet
Development

No branches or pull requests

3 participants