Ryan Cramer

Results 408 comments of Ryan Cramer

@artfulrobot I think what's missing here is a handler for your custom URLs. You can override the path method (and you should override `__path()` not `path()`) but that is just...

@artfulrobot What do you mean by the URL picker that doesn't work? I'm not sure I know specifically what you are talking about. This ProcessWire powered site uses custom URLs...

@solonmedia Thanks for the report. I tried on 2 different installations but can't duplicate the issue. Are you able to duplicate it on an installation without any 3rd party modules...

@jlahijani I don't have MS Word, but did try with Google Docs. I wasn't able to duplicate it. When a copy/paste a GoogleDocs document full of headlines, lists and links,...

Thanks @jlahijani That video was helpful. While I don't have MS Word to duplicate the issue, I was able to copy the Word markup out of your video and substitute...

Btw, I don't think we can do anything with the word ordered/unordered lists, as it's MS Word that's converting them to `` elements, and without any begin/end list tags present,...

Regarding the other conversion methods, those rely on having the markup in the DOM. In our case, we are operating on the raw HTML/text, as that's what TinyMCE gives us,...

@jlahijani Thanks. Just looking at the first example to start. But here is the input markup from Google Docs. It's strange because it doesn't seem like there's any bold or...

@jlahijani Here's the same data for example 2: 1. Original input ~~~~~ bla bla bla  this is a line of text, then the [enter] key is pressed here is the...

@Toutouwai PW determines whether to copy a file into its files directory based on whether it already exists in its directory or not. This directory is managed by PW and...