So, in the 1.0.3 version of TodoPaper some things have changed. Most notably is the removal of link nature of clicking the projects, tags, and urls. The hotlinks of these styles was becoming a problem when a user needed to edit the contents of the link, tag, or project. What I have done to solve this problem is require the user to hold the Ctrl button down when clicking to follow the link. This is a standard way of handling links in a text editor and think it will make it a bit easier to make changes to the contents of your document.
Also, I changed the previous project title link from folding the project, to searching within the project. To fold the project, you can
- Use the hotkey Ctrl+M
- Click the new margin indicator for projects
Let me know what you think of these changes. Your feedback is always welcome :)
Best, Jordan