Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| plugins:word-count [2014/02/09 01:50] – external edit 127.0.0.1 | plugins:word-count [2018/01/10 20:36] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Word Count ====== | ====== Word Count ====== | ||
| {{ : | {{ : | ||
| - | It adds additional indicator on status bar that shows word count and does recount on click (if document large/slow automatic calculation is disabled | + | It adds an additional indicator on the status bar that shows word count and does a recount on click (if document large/slow automatic calculation is disabled |
| - | There are also color indication if word count is over some hardcoded | + | There are also color indication if word count is over some hard coded values: |
| * **yellow** (warning), if more than 160 | * **yellow** (warning), if more than 160 | ||
| * **red** (error), if more than 320 | * **red** (error), if more than 320 | ||
| - | Such indication is added only as example, if you need another margin values, you can change them directly in code. If will be demand, options or easy menu for status indicator can be added in the future. | + | Such indication is added only as an example, if you need another margin values, you can change them directly in code. If will be demand, options or easy menu for status indicator can be added in the future. |
| ===== Install ===== | ===== Install ===== | ||
| Line 13: | Line 13: | ||
| ===== More ===== | ===== More ===== | ||
| For details about integration, | For details about integration, | ||
| + | |||
| + | |||
| + | |||
| # | # | ||