Jump to content

Recommended Posts

Posted

So Terez asked me to find and/or make her a HTML editor because she doesn't want to write all her tags herself. I found a few, but none of them were particularly awesome, so I made her one.

here or here

I'll quite happily add you more buttons if you want. The main feature was the Alt-to-view thing, the rest is just powered by jQuery and a bunch of code that adds selection functions to jQuery I found on StackOverflow. I might add some way of centering the preview on the cursor, if that becomes a problem, and I don't know how well it works over browsers.

unfortunately its also not clever enough to allow you to undo anything, which is a major sticking point, I think... Silly jQuery

Go ahead and ask me to improve it :)

Posted

Highlighting would be something i would like (but i use MS visual web developer, part of the express version of visual studios, for all my web based stuff :P ). I hate looking at flat text. It's offensive to my eyes (yeah, spoiled, i know) :P

Also, here's a kinda nice one i've used before. It's basically like editing a word document and then you hit the "HTML" button to see and copy the HTML code. It's pretty simple for people who don't want to mess with tags.

Posted

Yeah, I'm not even gonna try getting into highlighting content in the textarea, the whole point was simplicity.

Be warned, the spoilers have techno-babble

I have a better idea, use a contenteditable div to display, and have a context-toggle rather than the preview. Toggle between a standard textarea and the contenteditable div. Might allow you to do rudimentary wysiwyg in the div, and tag arrangement in the textarea.

Still, the problem with undo is nearly a dealbreaker... stupid jQuery

  • 2 years later...
  • 2 weeks later...
Posted

I've started using Brackets by Adobe. I'd normally suggest Notepad++, but I switched over to the Mac...

 

Brackets was free. If you want to pay stick with Intellij. It's ... phenomenal. There's a community edition that will do everything you want.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...