Click here to Skip to main content
15,895,011 members
Articles / Programming Languages / Javascript

Offline Article Editor For CodeProject

Rate me:
Please Sign up or sign in to vote.
4.97/5 (78 votes)
15 Dec 2013CPOL4 min read 135.6K   4.2K   127  
An offline wysiwyg editor to backup, edit or create new articles for CodeProject.

Having trouble writing or posting articles? These articles aim to gather together tips and tricks from authors and mentors to help you write great articles.

<h1>
    CodeProject Article Editor</h1>
<p>
    <em>CodeProject Article Editor</em> allows you to create/edit articles without internet connection<br>
    requirement. You can also login and backup your published articles (with related images).</p>
<p>
    For more information and source codes:<br>
    <a href="http://www.codeproject.com/Articles/468625/Offline-Article-Editor-For-CodeProject" target="_blank">http://www.codeproject.com/Articles/468625/Offline-Article-Editor-For-CodeProject</a></p>
<p>
    <strong>Note:</strong>&nbsp;You should&nbsp;use relative urls for images. They are converted to absolute urls for the<br>
    editor and back to relative urls when you save or copy source code of your article.</p>
<p>
    Please use the template below to write a new article:</p>
<h2>
    Introduction</h2>
<p>
    What the article/code snippet does, why it&#39;s useful, the problem it solves etc.</p>
<h2>
    Background</h2>
<p>
    (Optional) Is there any background to this article that may be useful<br>
    such as an introduction to the basic ideas presented?</p>
<h2>
    Using the code</h2>
<p>
    A brief description of how to use the article or code. The<br>
    class names, the methods and properties, any tricks or tips.</p>
<p>
    Blocks of code should be set as style &quot;Formatted&quot;<br>
    like this:</p>
<pre>
//
// Any source code blocks look like this
//</pre>
<p>
    Remember to set the Language of your code snippet using the<br>
    Language dropdown.</p>
<p>
    Use the &quot;var&quot; button to to wrap Variable or class names in<br>
    &lt;code&gt; tags like <code>this</code>.</p>
<h2>
    Points of Interest</h2>
<p>
    Did you learn anything interesting/fun/annoying while writing<br>
    the code? Did you do anything particularly clever or wild or zany?</p>
<h2>
    History</h2>
<p>
    Keep a running update of any changes or improvements you&#39;ve<br>
    made here.</p>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Engineer
Turkey Turkey

Comments and Discussions