ADVERTISE WITH US
Results 1 to 10 of 10

Thread: What is the best text editor for articles?

  1. #1
    trust44's Avatar
    trust44 is offline Junior Member
    Join Date
    Jul 2010
    Location
    Montana, U.S.A.
    Posts
    30

    Default What is the best text editor for articles?

    Hi

    I'm sure this question is more technical relative to text editors than having much to do with article writing, so please excuse my limited experience with text editors. I do know that I have to find some tutorials on text editors to begin with.

    But can the group give me their opinion on what is the best text editor for writing articles and also what is the best method for pasting into ezine?

    I was formatting my article with numbering and bullits and I was encountering some incompatibility with the ezine text box. I eventually managed to resolve the conflict by simplifying the formatting through just writing my paragraphs just with spaces. I than saved this most basic format and proceeded to add my bullits, numbers and indent with minimal manipulation of the editor. Ezine has a button for Word, i selected it and pasted and it was perfect.

    As I said I'm sure part of the problem is my lack of experience with text editors but i was hoping the group could share with me their experience with these issues.
    To view links or images in this forum your post count must be 10 or greater. You currently have 0 posts.
    Marlene Birch

    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
    FREE Ebook On How To Build Your First Website

  2. #2
    Gary Smith is offline Member
    Join Date
    Jul 2010
    Location
    Ballarat, Victoria
    Posts
    63
    Blog Entries
    1

    Default Re: What is the best text editor for articles?

    For articles, basic is good. Most article directories don't allow much in the way of HTML. MS Word is about the worst you can use - it often puts weird characters in there that only appear when you paste it into a web page.

    I use notepad on Windows and I'm sure MAC users have a basic text editor as well. There's really no need to use anything fancy for text articles.

    Keep it simple.
    Regards,
    Gary
    [
    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
    ][
    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
    ][
    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
    ]
    "The few who do are the envy of the many who only watch" - Jim Rohn

  3. #3
    trust44's Avatar
    trust44 is offline Junior Member
    Join Date
    Jul 2010
    Location
    Montana, U.S.A.
    Posts
    30

    Default Re: What is the best text editor for articles?

    Thanks guys for the help.
    Marlene Birch

    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
    FREE Ebook On How To Build Your First Website

  4. #4
    Linda McIntyre is offline Senior Member
    Join Date
    Jun 2010
    Location
    New Zealand
    Posts
    160
    Blog Entries
    1

    Default Re: What is the best text editor for articles?

    Good old Notepad works for me
    To view links or images in this forum your post count must be 10 or greater. You currently have 0 posts.


    If its Not Broken Dont Fix It
    To view links or images in this forum your post count must be 10 or greater. You currently have 0 posts.


    Linda M




  5. #5
    shannonpaul2 is offline Raw Recruit
    Join Date
    Sep 2010
    Posts
    9

    Default Re: What is the best text editor for articles?

    As per my information, there are lots of text editors are available in the market..such as WYSIWYG, notepad ++, Boxer Text Editor etc..
    To view links or images in this forum your post count must be 10 or greater. You currently have 0 posts.

    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
    |
    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
    |
    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

  6. #6
    Fendi Salim's Avatar
    Fendi Salim is offline Forum Admin
    Join Date
    Jul 2009
    Location
    Singapore
    Posts
    348

    Default Re: What is the best text editor for articles?

    Call it old fashion but here's how I'll do it.

    Write the article in MS Word. Edit, get synonyms, check spelling, word count etc.

    Once done and finalized, copy to Notepad before submitting to Article Directories. This way you won't get MS weird formats.

    Fendi
    I Will Host Your Blog For Only $7/Mth
    **Free Wordpress Install & Domain Setup Included!**
    10 Spots Open. PM Me Now...

  7. #7
    johnriderv is offline Raw Recruit
    Join Date
    Nov 2010
    Posts
    9

    Default Re: What is the best text editor for articles?

    Mac's Text editor is good.

    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

  8. #8
    LoneWolfMuskoka is offline Senior Member
    Join Date
    Jul 2010
    Location
    Muskoka, Ontario, Canada
    Posts
    106

    Default Re: What is the best text editor for articles?

    I have notepad++ (lite version which is free) and UltraEdit (not free) which I use for more programming oriented work (web pages, scripts and stuff). I like them both for different reasons but I think you'll find notepad++ is worth a look for articles.

    If you're using MS Word, you might try exporting the document as html and then loading it into a text editor to remove the extra code (every thing from the top down to the <body> tag and then everything from </body> to the end). All you need is the stuff between the <body> and </body> tag (not including them).

    You may also find weird characters in there and some of the HTML tags may not be allowed at different article sites. I've found some don't allow the heading tags. Some won't allow <strong> but accept <b> (which is old school HTML and not encouraged amongst developers). Some also don't allow <p> tags and you have to leave a blank line to indicate where your paragraphs break.

    If you are comfortable writing HTML code though, the best bet is to do it yourself using a good text editor.
    LoneWolfMuskoka Learning as I go...

    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
    It's simple, but it isn't easy

    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
    Less isn't more, less is better.

    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

  9. #9
    JAMO's Avatar
    JAMO is offline Junior Member
    Join Date
    Nov 2010
    Posts
    29

    Default Re: What is the best text editor for articles?

    Two things I use on my mac:

    1) TextWrangler - pretty basic

    2) Bean - I use this mostly because it gives me a running word count, so I know how much more I need to write ; )

    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

  10. #10
    PWizard's Avatar
    PWizard is offline Junior Member
    Join Date
    Dec 2010
    Posts
    36

    Default Re: What is the best text editor for articles?

    While I usually look to write in raw html (I guess the same reason I used to like to work in DOS) - I've even used Outlook Express as an html editor on many occassions.
    Vin

    Can teaching people how to play a video game be the
    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
    of the future?

    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
free counters

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24