Title: Dave&#8217;s Whizmatronic Widgulating Calibrational Scribometer
Author: davidanaxagoras
Published: <strong>2009 年 6 月 3 日</strong>
Last modified: 2010 年 11 月 14 日

---

搜索插件

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

![](https://s.w.org/plugins/geopattern-icon/daves-whizmatronic-widgulating-calibrational-
scribometer.svg)

# Dave’s Whizmatronic Widgulating Calibrational Scribometer

 作者：[davidanaxagoras](https://profiles.wordpress.org/davidanaxagoras/)

[下载](https://downloads.wordpress.org/plugin/daves-whizmatronic-widgulating-calibrational-scribometer.0.3.0.zip)

 * [详情](https://cn.wordpress.org/plugins/daves-whizmatronic-widgulating-calibrational-scribometer/#description)
 * [评价](https://cn.wordpress.org/plugins/daves-whizmatronic-widgulating-calibrational-scribometer/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/daves-whizmatronic-widgulating-calibrational-scribometer/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/daves-whizmatronic-widgulating-calibrational-scribometer/#developers)

 [支持](https://wordpress.org/support/plugin/daves-whizmatronic-widgulating-calibrational-scribometer/)

## 描述

_Dave’s Whizmatronic Widgulating Calibrational Scribometer_ allows writers
 to display
fully customizable progress meters in their sidebar which track the status of their
current works in progress.

### Release Notes

= 0.3.0 – Beta release =
 * Multiple Scribometer widgets now supported. Just drag
and drop as many as you need into your sidebar.

#### 0.2.1 – Beta release

 * Now checks to see if your sidebar uses header level `<h3>` for widget titles,
   and if so, uses `<h4>` for the
    **Title of Work**. Otherwise, **Title of Work**
   defaults to `<h3>`. This improves readability in most sidebars.

#### 0.2.0 – Beta release

 * Added user-defined units of measure.
 * Added option to dislpay a link to the plugin’s home page.

#### 0.1.1 – Alpha release

 * First public release

### References

 1. http://davidanaxagoras.com/whizmatronic/

## 屏幕截图

 * [[
 * Your Scribometer progress meter’s appearance will depend on your settings. This
   is one possible styling.
 * [[
 * You can change several options in the widget menu.

## 安装

**NOTE:** _The Scribometer is a widget and requires a compatible, widgetized WordPress
theme._
 1. Upload `scribometer.php` to the `/wp-content/plugins/` directory of 
your WordPress blog. 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
3. Add Scribometer widgets to your sidebar through the Widgets menu. 4. Customize
your Scribometer settings in the ‘Widgets’ menu and enjoy!

#### Options

**Widget Heading**
 What to call the widget in your sidebar. Try “My Scribometer”
if you find the official title a bit lengthy.

**Title of work**
 The title of your screenplay, novel, short story, etc. If you
haven’t decided, “Untitled LastName Project” is standard.

**Project phase**
 “Outline”, “First Draft”, “Polish”, “Revision”, etc.

**Units of measure**
 How do you want to measure your progress? “Words”, “Pages”,“
Scenes”, etc.

**Units complete**
 How many pages, words, etc., have you writen so far? Enter a
number only, such as 5, 21, or 11,323.

**Total units goal**
 Unfortunately, in order to display a progress bar, you will
have to estimate how long the script, novel, or short story will be when you finish
it. Yeah, you can’t be certain. Just make your best guess, and adjust along the 
way. Numbers only, here.

**Height of progress meter in pixels**
 Allows you to adjust the thickness of your
progress meter. I suggest 15. Numbers only, DO NOT include any text such as “px”.

**Color of progress meter border**
 The border defines the length of the progress
bar. It will “fill up” as you update your writing progress. Choose any color that
works well with your theme (or not, it’s up to you). You may enter any valid CSS
Color Value such as `#000000`, or `#0000FF`. You can also use any valid CSS Color
Name, such as `Black`, `Navy`, `Pink`, or `Salmon`. Check your theme’s style sheet
for some ideas.

**Color of progress meter bar**
 The actual bar that will measure your progress 
as it grows to 100%. Same color options as above.

## 常见问题

  Can I hide the widget title?

The elements of the Scribometer are highly selectable using CSS. You can edit your
stylesheet and use `display: none` to hide almost
 any element of the Scribometer.
For instance, if you don’t want to display the widget title, try this (assuming 
your theme uses `h2` for your titles):

    ```
    #scribometer h2 { display: none; }
    ```

  I’d like to give you credit, but the link looks so ugly in my sidebar

Thanks. I think. Try styling the link by editing your stylesheet. Cut and paste 
the CSS code below to start with:

    ```
    #scribometer-link { 
        font-size: small;
        font-style: italic;
        text-align: right;
    }
    ```

That’s a little more tasteful, isn’t it?

## 评价

此插件暂无评价。

## 贡献者及开发者

「Dave’s Whizmatronic Widgulating Calibrational Scribometer」是开源软件。 以下人员
对此插件做出了贡献。

贡献者

 *   [ davidanaxagoras ](https://profiles.wordpress.org/davidanaxagoras/)

[帮助将「Dave’s Whizmatronic Widgulating Calibrational Scribometer」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/daves-whizmatronic-widgulating-calibrational-scribometer)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/daves-whizmatronic-widgulating-calibrational-scribometer/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/daves-whizmatronic-widgulating-calibrational-scribometer/)，
或通过[RSS](https://plugins.trac.wordpress.org/log/daves-whizmatronic-widgulating-calibrational-scribometer/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/daves-whizmatronic-widgulating-calibrational-scribometer/)。

## 额外信息

 *  版本 **0.3.0**
 *  最后更新：**15 年前**
 *  活跃安装数量 **20+**
 *  WordPress 版本 ** 2.8 或更高版本 **
 *  已测试的最高版本为 **3.0.5**
 *  语言
 * [English (US)](https://wordpress.org/plugins/daves-whizmatronic-widgulating-calibrational-scribometer/)
 * 标签
 * [bar](https://cn.wordpress.org/plugins/tags/bar/)[meter](https://cn.wordpress.org/plugins/tags/meter/)
   [progress](https://cn.wordpress.org/plugins/tags/progress/)[screenwriting](https://cn.wordpress.org/plugins/tags/screenwriting/)
   [writing](https://cn.wordpress.org/plugins/tags/writing/)
 *  [高级视图](https://cn.wordpress.org/plugins/daves-whizmatronic-widgulating-calibrational-scribometer/advanced/)

## 评级

 4.7 星（最高 5 星）。

 *  [  2 条 5 星评价     ](https://wordpress.org/support/plugin/daves-whizmatronic-widgulating-calibrational-scribometer/reviews/?filter=5)
 *  [  1 条 4 星评价     ](https://wordpress.org/support/plugin/daves-whizmatronic-widgulating-calibrational-scribometer/reviews/?filter=4)
 *  [  0 条 3 星评价     ](https://wordpress.org/support/plugin/daves-whizmatronic-widgulating-calibrational-scribometer/reviews/?filter=3)
 *  [  0 条 2 星评价     ](https://wordpress.org/support/plugin/daves-whizmatronic-widgulating-calibrational-scribometer/reviews/?filter=2)
 *  [  0 条 1 星评价     ](https://wordpress.org/support/plugin/daves-whizmatronic-widgulating-calibrational-scribometer/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/daves-whizmatronic-widgulating-calibrational-scribometer/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/daves-whizmatronic-widgulating-calibrational-scribometer/reviews/)

## 贡献者

 *   [ davidanaxagoras ](https://profiles.wordpress.org/davidanaxagoras/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/daves-whizmatronic-widgulating-calibrational-scribometer/)

## 捐助

您愿意支持这个插件的发展吗?

 [ 捐助此插件 ](http://davidanaxagoras.com/whizmatronic/#donate)