top | item 5137808

ZenPen

155 points| nosecreek | 13 years ago |zenpen.io | reply

62 comments

order
[+] dhaivatpandya|13 years ago|reply
JS runs on the links abundantly. You are not sanitizing your inputs, and this is why contenteditables are bad (click on the "this is not a bad idea at all" to see an alert box).

http://www.zenpen.io/index.html#4+IEgojgYAA=#FY0xDoMwDEVncgo...

[+] tholman|13 years ago|reply
Heya, creator checking in. Surprised this popped up on HN so soon after release (or at all). Although this is exactly the type of feedback I'm after.

I've started looking into scanning, and stripping js/malevolence from the content ... just haven't got around to implementing anything just yet.

That said, the project is only 2 days old, if anyone is interested in contributing its all open source: https://github.com/tholman/zenpen

[+] gbog|13 years ago|reply
Nice!

A question to the creators if they are listening. What is this medium.com you say have inspired you? I followed the link but it asks permission to access to the list of my followers on twitter even before I can have the slightest idea of what it is. I checked the read more thing, but after an empty tagline it starts telling the story of guys I don't know, and I have no time reading their stories.

[+] tholman|13 years ago|reply
Hey! Thanks for the kind words. Medium is a neat blogging platform with a focus on good quality content, although it is currently in its early stages and invite only.

The main concept in medium thats inspired me here, is their wysiwyg style editor (https://medium.com/about/df8eac9f4a5e) over markdown... although mine is a tad more minimal, I'd be lying if I didn't say they had a big influence on ZenPen.

[+] deadairspace|13 years ago|reply
I've come to really dislike websites and services that don't tell you what they're about straight away.
[+] madiator|13 years ago|reply
Does this allow hyperlinking? I guess not, and if so the front page is misleading since it gives the impression that one can put hyerlinked text. But seriously hyperlinking is not required..
[+] beefman|13 years ago|reply
Click the link icon in the upper left
[+] Bramble|13 years ago|reply
I like it, but I'm curious how long the links stay active for? As for feature requests, maybe make this an option (like pastebin does, with link expiration)?
[+] tholman|13 years ago|reply
Currently they last forever, since all the contents is stored in the url hash. I guess there is a possibility that will change, since it does have its length limitations.
[+] tempestn|13 years ago|reply
I'm assuming the URL is supposed to automatically update to 'save' my changes, but it's not happening in my Firefox 18.0.1. Hmm, nor in IE9, although I notice the default text is completely different. Is there a save button I'm somehow not seeing?

Also in IE9 I get this JS error: SCRIPT438: Object doesn't support property or method 'atob' editor.js, line 161 character 3, which prevents any of the controls from functioning.

[+] binarydreams|13 years ago|reply
We actually made something similar sometime back - http://solitarydesigns.net/write/

Also planning on adding features like Save+Share, etc. soon (just not getting enough time).

It's also open sourced on github - https://github.com/kushsolitary/Write

[+] sfard|13 years ago|reply
I also made http://throwww.com a while back. It started as something similar to this but evolved into a simple blogging platform as people wanted more feature...
[+] tholman|13 years ago|reply
Oh nice, I really like this. Especially the transition between markdown, and the rendered text. Will be interested to see where you go with it :)
[+] ivanvanderbyl|13 years ago|reply
Ha amazing, I started a side project to solve the exact same problem a few months ago. Grats on actually shipping!
[+] pedalpete|13 years ago|reply
I didn't realize what this was at first. It's an edit in place javascript for a rather nice inline text editing.
[+] MichaelGG|13 years ago|reply
You may want to make the minibar less intrusive, like Office. Right now, as I select lines as I read them, I end up formatting when I did not intend to. Office solves this by making the formatting bar appear up and to the left of the selection, and is transparent until you move into it.
[+] korussian|13 years ago|reply
This is fantastic! I teach classes and need a quick way to jot something onto the screen. The one piece that's really missing for me, or 2 pieces really, is the ability to make big headers and bulleted lists. If you could process Markdown in real-time (on Enter), that would be super!
[+] rntksi|13 years ago|reply
A few comments about the text editor:

1. The first line, once selected, show the (b/i/") box too high up to be able to click. Need to let the pop-up-on-hilight change orientation based on position on browser.

2. Once clicked, the " makes the paragraph a quoted block. But there's no feature to unquote.

[+] nosecreek|13 years ago|reply
2. Click the " button again and it will unquote.
[+] dlf|13 years ago|reply
I like this a lot and might even use it myself. That said, the link generated is much too long for sharing, esp on Twitter, but probably anywhere. I'm guessing its a known issue though.
[+] tholman|13 years ago|reply
Yeah you're spot on. I'm trying to think of a way to solve this... but really trying to avoid having a back end/storing anything at all, though I'm not sure what else to do, if not through url's

If the url is less than 2000 characters, goo.gl (google's url shortner) will work, and that makes it much more sharable... but for bigger writings, I'm at a loss.

An export function would help here, but in the end, sharing from ZenPen.io would be preferable.

Open to any suggestions :)

[+] wusatiuk|13 years ago|reply
it would be cool to get the following featured integrated:

+ headlines (H1, H2, H3,...) + wordcount at the bottom, i don´t understand / get the wordcount feature working yet. + shorter urls + hyperlinks

[+] jonb|13 years ago|reply
Love this.

And the word count target is the best thing I've seen all day. Lovely.

[+] twodayslate|13 years ago|reply
What exactly does the word count target actually do? I couldn't get it to do anything.

I liked the experience of this web app. It was very clean.

[+] Colliwinks|13 years ago|reply
Tool icons on the left need text (or at least a hover-over). Currently it's a complete mystery what they do, and users don't like clicking on mystery commands.
[+] kowdermeister|13 years ago|reply
Work on the URL-s. Consider that I write a page on iPad, and just want to copy the link to my laptop. /r53etZ would be better then a 1 mile long URL.
[+] solusglobus|13 years ago|reply
Awesome! I put it in my Dropbox public folder. I can access it from anywhere and start writing.
[+] guynamedloren|13 years ago|reply
I'm confused... why would you need dropbox for this? What exactly did you put in your dropbox folder?
[+] emilioolivares|13 years ago|reply
This is very awesome! I actually wrote a couple of paragraphs upon first try, congrats!