Daniel Perez

Results 136 comments of Daniel Perez

I am planning on adding this feature, but it does require quite a bit of work. We need a markdown -> contenteditable HTML converter, as the HTML used inside gmail...

The work is in progress but I did not have much recently. If anyone wants to help, the work in progress is here. https://github.com/tuvistavie/meditable The plan is to have an...

I did know about markdown-here but I did not know it also converted HTML to markdown, I am going to see if I can use the common module, that will...

While I do not have much time to work on this project recently, I think it would be a good feature to have and would very gratefully accept PRs.

Hi, thanks for reporting. Yeah, I also want it to work with Google Doc, but could not find any easy way yet. I think the only way to make this...

This is probably OS and environment dependent. I will see if it is easily doable. What OS (and desktop environment if relevant) are you using?

I didn't know about this, thanks! It should be easy enough to call this after opening the text editor, I will give it a try.

It's very possible I did not handle the nested frames case properly, I will give it a look!

@gunn Hi, thanks for the feedback! For now [the keypress event is fired](https://github.com/tuvistavie/atomic-chrome/blob/master/src/content-script-tools/custom-events/common.js#L8), but I am not sure that firing the `onchange` event everytime is a great idea, as it...

@drosenstark Hi, sorry this took so long! I removed the tags when the text is extracted from Workflowy to Atom. I tried it and it seems to work fine with...