Feed on
Posts
Comments

Archive for the 'plugin' Category

What are WB Editor tools?

In WB Editor 3, there are a set of tools that can be used to accomplished more complicated tasks other than basic editing tasks. E.g.

Find and replace test
[...]

Read Full Post »

New Support Forum

A new forum has been setup to provide better user support.http://www.wbeditor.com/support/ Old forum has been shut down for while because it got spammed heavily. Hope this new forum engine can handle spam better.

Read Full Post »

By default WB Editor saves blog posts using HTML file format. The post text is saved but images are not.
Web Archive plug-in came to rescue, it saves blog post into MHTML format (.MHT) file. It is actually based on RFC standard 2557, compliant Multipart MIME Message (MHTML [...]

Read Full Post »

Tag - You are it!

Blog posts can be categorized to have logic structures and groups. Tagging on the other hand, is a easier and more flexible way to identify main concepts of the blog posts. You don’t have to rely on the pre-configured categories on the blog server. You just make up tags as you need [...]

Read Full Post »

Use Plugin

To access functions from plug-ins
Select Tools | plugins menu from the main menu bar of the context menu of the post editor. The menus can be activated by pressing the shortcut keys. It is an important feature or trick you should know that shortcut keys are [...]

Read Full Post »

Spell check

Spell check is very similar to the popular word processor software. 
Tips: Assign a shortcut key spell check could make it easier use. e.g. F7 which is as same as Office software.
Tips: Assign spell check “Auto run before posting” using Tools | Plugins manager …
US English dictionary is installed by default. WB Editor supports several other languages.
To Download More [...]

Read Full Post »

Steps to setup WB Editor 2 as SharpReadre Plugin

Installed WB Editor 2 and SharpReader.
Find a folder named plugins from the SharpReader’s installation folder, by default it is C:\Program Files\SharpReader\plugins. [...]

Read Full Post »

What is WB Editor Plugin?

Plug-ins are the external program modules to enhance and extend the WB Editor functions. They are classes that implement the IWBEditorPlugIn interface in the WBEditor.Extension namespace.
public interface IWBEditorPlugIn {     string GetPluginName();     string[] GetCommands(string parentCommand);     int QueryStatus(string name);     void ExecuteCommand(string name); [...]

Read Full Post »