Search found 43 matches

by fjeronimo
Mon Oct 26, 2020 6:04 pm
Forum: 8.0 Stable Release
Topic: [HTML Comments] Copy pasting errors
Replies: 6
Views: 2609

Re: [HTML Comments] Copy pasting errors

I have tried it in two other machines I have -- a Windows 8.1 laptop and a Windows 10 desktop -- and the result is the same.
by fjeronimo
Mon Oct 26, 2020 5:49 pm
Forum: 8.0 Stable Release
Topic: [HTML Comments] Copy pasting errors
Replies: 6
Views: 2609

Re: [HTML Comments] Copy pasting errors

However I'm not quite clear on what I need to do to reproduce the error... I should add that I tried copying/pasting the text examples you provided but that didn't work. Hmm, that's odd. I have a 100% reproducible scenario on my machine for all of the above. Steps: Create new tasklist. Add an HTML-...
by fjeronimo
Sun Oct 25, 2020 2:05 pm
Forum: 8.0 Stable Release
Topic: [HTML Comments] Copy/paste formatting inside and outside paragraphs
Replies: 1
Views: 1001

[HTML Comments] Copy/paste formatting inside and outside paragraphs

Hi Dan, ToDoList version: 8.0.9.0 Copy pasting of text in tasks with HTML comments seems dependent on where the formatting lies in regards to the wrapping paragraph: <FONT size=15 face=Arial><P>Something</P></FONT> <P><FONT size=15 face=Arial>Something</FONT></P> If you copy the text in the first li...
by fjeronimo
Sun Oct 25, 2020 12:25 pm
Forum: 8.0 Stable Release
Topic: [HTML Comments] Copy pasting errors
Replies: 6
Views: 2609

Re: [HTML Comments] Copy pasting errors

Ah, having two or more spaces in a row also causes llegal characters in path error:

Code: Select all

<P>&nbsp;&nbsp;</P>
<P>&nbsp; </P>
by fjeronimo
Sun Oct 25, 2020 11:53 am
Forum: 8.0 Stable Release
Topic: [HTML Comments] Unhandled `TargetInvocationException` when clicking on converted RTF task links
Replies: 2
Views: 1719

[HTML Comments] Unhandled `TargetInvocationException` when clicking on converted RTF task links

Hi Dan, ToDoList version: 8.0.9.0 I've been playing with the now built-in ConvertRTFToHTML tool and came across the following issue when converting tasks with links to other RTF tasks. Steps to reproduce: 1. Create new tasklist 2. Add a RTF task. 3. Add second RTF task. 4. Add any content to the sec...
by fjeronimo
Sun Oct 25, 2020 10:42 am
Forum: 8.0 Stable Release
Topic: [HTML Comments] Copy pasting errors
Replies: 6
Views: 2609

[HTML Comments] Copy pasting errors

Hi Dan, A few small issues when copy/pasting text into tasks with HTML Comments (all of these work fine in RTF comments), perhaps linked with escaping of URI and forbidden path characters. Using latest stable version 8.0.9.0 . All of the following lead to a Illegal characters in path error popup whe...
by fjeronimo
Sat Oct 24, 2020 9:38 am
Forum: Suggestions
Topic: [Comments] Automatically apply conversion when switching styles?
Replies: 1
Views: 1211

[Comments] Automatically apply conversion when switching styles?

Hi Dan, At present, ToDoList removes all formatting when you switch between comment styles in the editor. SwitchingCommentStyles.png I was wondering if it would be possible instead to automatically apply conversion (even if this is a preference option turned off by default) when doing so. On a perso...
by fjeronimo
Sat Oct 24, 2020 9:09 am
Forum: Suggestions
Topic: [HTML Comments] Copy/Paste style formatting
Replies: 3
Views: 1715

Re: [HTML Comments] Copy/Paste style formatting

Hi Dan,

Thanks for the reply. Hopefully you will be able to sort something out.

If not (or in the meantime), I have a Conventions and Guidelines tasklist with various formatting rules and templates I can copy/paste around as needed:
ConventionsExample.png
ConventionsExample.png (41.13 KiB) Viewed 1148 times
by fjeronimo
Sat Oct 24, 2020 8:57 am
Forum: Suggestions
Topic: [HTML Comments] Possibility to import an external CSS file
Replies: 5
Views: 2446

Re: [HTML Comments] Possibility to import an external CSS file

Thanks Dan. Don't mention it. As a developer myself, I'm well aware how taxing external demand can be. And you've written a really amazing piece of software. Definitely something to be proud of. That being said, great news that the external CSS support is on the table. Looking forward to it :) The P...
by fjeronimo
Wed Oct 14, 2020 10:28 pm
Forum: Suggestions
Topic: [HTML Comments] Possibility to import an external CSS file
Replies: 5
Views: 2446

Re: [HTML Comments] Possibility to import an external CSS file

Hi Dan, Thanks for the detailed explanation and the specifics around the tool's architecture. I wasn't aware of the comment plugin's second responsibility, but it makes perfect sense. From a purely selfish perspective, I'm only really impacted by the first responsibility as I make use of the tasklis...