Kroc Camen

Results 125 issues of Kroc Camen

A slash in the middle of a phrase messes with word-wrapping in the browser as it takes it as one giant word. I would like to add a pass to...

feature

At the moment DOMTemplate can only set data, not read it easily. In NoNonsense Forum `simplexml` is used to modify existing threads. It would be nicer if we could use...

api

The plan is to support full CSS queries for queries as these are better known, easier for web developers to use and more natural to the content being worked with....

Some internal logging would be nice. Could be an option at instantiation, or a property that enables logging so you can trace where your XPath is going wrong.

api

There's no error handling of any kind. I need to decide carefully what should be a notice / warning / fatal as external use of DOMTemplate in a templating system...

Using a new line (`¬`) marker in a blockquote on its own line cause the whole blockquote to disappear. ``` | ¬ ```

bug

Clash with citation syntax. Falls under the general problem of regex boundaries.

bug

Since my bookmark-on-hover CSS is not much use when you can't copy/paste it (thank you 12 year old Firefox bug)

As part of moving to PHP5.3, large portions of ReMarkable can be re-architectured. ReMarkable limited itself somewhat due to the restriction of one overall function. With anonymous functions, we can...

If angle brackets are written not as a hyperlink, but as intended text, ReMarkable ends up stripping it out of the output for some unknown reason. A problem is with...

bug