BlogJet 3.0.6 beta released
January 29, 2013 by Kim Young Hoo
What's new
- Support WordPress Custom Fields.
- Restore 2.6's confirmation dialog when using Ctrl+Enter to publish.
- Expiration date is February 28.
January 29, 2013 by Kim Young Hoo
November 1, 2012 by Kim Young Hoo
October 12, 2012 by Kim Young Hoo
September 28, 2012 by Kim Young Hoo
BlogJet 3 Beta has been updated to extend expiration date from September 30 to October 30. Please download the new version.
September 15, 2012 by Kim Young Hoo
BlogJet 3.0.1 Beta released.
September 4, 2012 by Kim Young Hoo
We are happy to announce that BlogJet 3.0 is ready for beta testing!
Some of these features will be implemented later, some will be dropped.

When you install BlogJet 3, it reads existing BlogJet 2 blog accounts, options, and database. For safety, the new installation won't overwrite BlogJet.exe, the new version will be installed as BlogJet3.exe.
Surely you want more features, new blog engine support (e.g. Tumblr), new APIs. Some bugs still remain, etc. but note that this is just an initial beta release of the new major update. I won't promise I will support all those ones but definitely there are more with this base. Please give us feedback: blogjet@codingrobots.com.
BlogJet 3 will be a paid upgrade. However, if you buy BlogJet 2 since this announcement, you'll get it for free, so if you planned to buy BlogJet 2, don't wait until the next version is released.

September 1, 2011 by Kim Young Hoo
We are happy to announce that Mac version of MarkdownNote is available in the Mac App Store.
August 19, 2011 by Kim Young Hoo
We are happy to announce that MarkdownNote 2.1 is available in the App Store.
August 8, 2011 by Kim Young Hoo
We are happy to announce that NoteTask 1.3 is available in the App Store.
June 30, 2011 by Dmitry
We are happy to announce the awesome new release of BlogJet 2.6.1, our blog editor for Windows.
Live Preview and Markdown support.
Shortcut for Post as Draft (Ctrl+Alt+Enter).
Asking to save draft after publishing or posting as draft problem fixed.

You can now preview your post while writing. Because preview window supports Markdown filter, you can easily write Markdown-formatted text.
Each blog account has a preview template file, so you can edit preview file to apply different styles to different blogs. Preview template is stored along with accounts file (not Program Files/BlogJet/Data because it need admin account to write it on Windows Vista and 7). Click “Edit Template” button in Preview to open folder with template file.
This preview file is also used in Recent Posts preview.
Note about Markdown preview. When you select Markdown filter, Normal view (WYSIWYG Editor) is disabled because switching between Code editor (Markdown text) and Normal editor would have corrupted your Markdown text. You can set default preview filter option at Manage Accounts (F5) window.
Please note that Markdown-formatted text is not converted to HTML by BlogJet when posting, it requires you to turn on Markdown filter in your blog server. It’s easily done in WordPress and Movable Type — please refer to your blog server software documentation.

As usual, you can download the new version of BlogJet from its product page.
June 14, 2011 by Dmitry
We are happy to announce the release of BlogJet 2.6!


As usual, you can download the new version from BlogJet product page on our website.
June 7, 2011 by Kim Young Hoo
Hi, my name is Kim Young Hoo and as you may know, I work with Dmitry at Coding Robots, mostly on BlogJet and iOS applications.
We’ve just released a new small update for BlogJet, version 2.5.3. It includes a fix for a fundamental problem with post status. Let me explain what the problems was and what the fix does.
BlogJet have three statuses for posts. In older versions, you could see it at the right-hand part of the status bar. In the new version it has been moved to the properties pane under the “Status” label.
Statuses:
New Post. As you can guess, it means a new post. When you click “Publish” if post status was ‘New Post’, BlogJet makes a request request to your blog service to create a new post. Easy.
Editing. Editing means that the post has been already published (as a draft or not) to blog. So BlogJet request to update existing content with “Editing” status.
Draft. When you save your post to a draft file or open the existing draft file, the post status is “Draft”. For such posts, does BlogJet makes a request to create new post or update existing post? Try it. Make a sample post. Publish it. Save it as draft file. Exit BlogJet. Launch BlogJet and open a saved draft file (now “Draft” mode). Publish it. Update or new?
The answer is, new post. Because BlogJet doesn’t save published status in the draft file, it’s always recognized as a new post. Draft file feature exists to save drafts when writing (before publishing) or for content backup, so it isn’t right to manage local copies of published posts.
I’m sure there are some people who don’t like this “always new post” thing for draft. But soon BlogJet will have “save draft” or “auto save” to local database feature, so I don’t want to fight with the above problem for now.
There is another status: for WordPress blogs we have “Page” or “Post”. It coexists with above three statuses. New Post or Page, Editing Post or Page, so on.
Nothing special. Simple. New Post, Editing, and Draft. For WordPress, page or post. Simple.
The problem appears after you publish a post to a certain blog (let’s call it “A blog”). If you switch the blog to “blog B”, what the status of this post will be?
In older version, BlogJet didn’t do anything for this “change blog after publishing” action. So the post still had “Editing” status. So when you clicked “Publish”, it would try to update the non-existing post (a post published to “A blog”). The result depends on your blog server. You might get an error, or nothing happens, or somehow a new post is created.
In 2.5.3, this problem is fixed. Status will be changed to “New Post” when you change a blog to B and back to “Editing” when you change it to A. Even with selected categories. So BlogJet now manages published states properly.
I know this is a small fix but hope it will reduce confusion.
June 7, 2011 by Dmitry
BlogJet 2.5.3 has been released and is available from the product page.
May 30, 2011 by Dmitry
BlogJet 2.5.1 is here! Not only it has new features and fixed bugs, there are a few old features, which were not widely used, removed — yes, we don’t like code bloat.
You can download the new version from BlogJet page.