Steve Colbow

Results 27 issues of Steve Colbow

Using `stripIgnoreTagBody=true` seems to disable the `onIgnoreTag()` callback. I think it would be logical and useful that `onIgnoreTag()` be called whereas `stripIgnoreTagBody` is true or not.

I think this package is the natural place for a function everyone uses (see below), nicely integrated with the package API. ``` javascript // Returns an ancestor instance of the...

I have my own permission system: how do I authorize user A to impersonate user B?

Would it be possible to have a roadmap for this great plugin? Here is why I think having a roadmap would be nice: I've been hit by painful bugs in...

Missing this function: http://docs.meteor.com/#/full/session_equals

enhancement

I would prefer to use global helpers like this: ``` html Author name is {{AppState.videoAuthor.name}}. ``` Otherwise I need to prefix my root path in order to avoid mix up...

enhancement

In fact, it seems resizing does not occur in case of change caused by any toolbar command. How to reproduce: 1. Enter a small text, like 'aaa' 2. Select it...