Story Pages

Thompson will describe the way story pages are to be written. Automation will demonstrate that it sees this for what it is.

automation

View this page from your own site, one in the roster below, and confirm that that your pages are correctly identified and appear as you are intending them.

tina.genius.ustawi.wiki clare.genius.ustawi.wiki kavita.genius.ustawi.wiki

CLICK CODE origin REPORT author

View this page from the author's origin. Then click here for the story's word count.

CLICK PLUGIN coauthor FROM story-unfolding RESOLVE reference COUNT items COUNT words AUDIT items markdown image AUDIT next AUDIT markdown AUDIT external links AUDIT links 3-8 CLICK PREVIEW synopsis items CLICK POPUP state

.

export function origin() { let context = this.context let author = context.origin.match(/\w+\.\w+/) this.author = author[0] }

Shell script takes 1.2 seconds and reports 17591.

site='tina.genius.ustawi.wiki'
cat asia/.wiki/$site/pages/story-unfolding |\
 jq -r '.story[]|select(.type=="reference").slug' |\
 while read i
 do cat asia/.wiki/$site/pages/$i |\
  jq -r '.story[]|.text'
 done | wc -w

See wiki-server where text is extracted for search. github

Better stats with empty buffer cache. post

Text segmentation. mdn

.