Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Better HTML editor view for WordPress?

  • This topic is empty.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #25047

    Does such a thing exist? I hate the current HTML editor… My tab key doesn’t even work first off, and no code highlighting….

    Its okay for snippets of HTML, but using WP as a CMS… ugh, just a strain on the eyes and I hate not being able to write clean code with tabs, etc.

    I’ve looked for plugins etc, and can’t find shit.

    Please let me know asap if anyone knows anything, before I started this new project without WP.

    Thanks!

    #58591
    apostrophe
    Participant

    How much code are you writing within WordPress? The html view is just for fine tuning the content of your posts, if you are doing any more than that then you are doing it wrong.
    If your posts and pages don’t look the way you want then create some new templates in your editor of choice and apply them as and when needed.

    #58592
    TheDoc
    Member

    The source view is for simply writing posts. There shouldn’t be anymore tags than these:

      <img />
      <p>
      <strong>
      <em>
      <br />
      <ol>
      <ul>
      <li>

    Those are really the only tags you should conceivably use within the pages. As apostrophe said, if you’re doing more than that, you’re probably doing something wrong.

    #58605
    TheDoc
    Member

    Number of templates depends on the scale of the site. A simple portfolio could probably have about 5. We have developed our own CMS for the company that I work for and some clients have up to 17-20 templates for many different uses.

    If the coding is very complicated (which defeats the purpose of the CMS), why don’t you just code it in DW (or your choice of editors) and then copy/paste into WP?

    #58617
    apostrophe
    Participant
    Quote:
    Well I’m trying to use WP as a type of CMS… You see, basically inserting the content through the source part and just using the php includes.

    That’s one strange type of CMS.
    The whole point of any CMS is to be able to add/edit content without having to write code, that’s why it’s called a content management system. If you have to code a new layout everytime you want to add something then it’s just a website.
    You could try integrating this into your backend http://markitup.jaysalvat.com/home/

    #58637
    apostrophe
    Participant

    I use a custom template with a custom sidebar.php.

    #58958
    TheDoc
    Member

    Version 2.8 now has syntax highlighting and function lookup built into plugin and theme editors. Perhaps this is what you’re looking for, though I’m not sure, haven’t tried out 2.8 yet.

    http://codex.wordpress.org/Version_2.8

Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘Other’ is closed to new topics and replies.