Grep Workflow

Here I describe a suggested workflow for Questioning As You Write. It just so happens to use the grep plugin - which I have not fully got my head around :) Keywords: grep, writing.

The basic idea is that as you write, you may have one of the following thoughts: * question * issue * suggestion * topic * Tag * note

And possibly others. And when you do, all you need to do is add a simple paragraph that looks like the following:

That paragraph alone should be findable by grep, as in below:

ITEM TEXT \[\[Suggestion\]\]:

The overall result is to have a two way link based workflow where as we write we automatically create a list of pointers back to the pieces of writing we want to focus on later - with other people (as in a hangout) or by ourselves.

However we can make this more robust if we like, by making a reference link, like the one below:

It should be possible to find this text easily using the grep plugin and searching for the appropriately marked up text.

This can be shown by greping for:

ITEM reference TITLE ^Suggestion$

For instance, how do I restrict the search above to pages that have reference links to the Question wiki page?

Question: For instance, how do I restrict the search above to pages that have reference links to the Question wiki page?