This works (although the button shows even when thre are no more `demo: yes` fields left.)  But I want to rethink this.  I know documentation is a future step, but I think I want something from our overview to launch a separate tiddler with a list of the tiddlers to be deleted, with checkboxes pre-checked that the user can uncheck to choose not to delete specific recipes/photos.

We will eventually be adding at least some ingredient tiddlers to the samples.  

So I'm picturing three tables or lists:

```
! Remove Demo Content

!! Remove these Recipes

| [x] | Recipe        |
| --- | ------------- |
| [x] | Name1         |
| [x] | Name1 (Photo) |
| [x] | Name2         |
| [x] | Name2 (Photo) |
...

!! Remove these Ingredients

| [x] | Ingredient    |
| --- | ------------- |
| [x] | Eggs          |
| [x] | Eggs (Photo)  |
| [x] | Flour         |
...

You may also choose to remove the sample categories:

!! Remove these Categories
| [ ] | Category      |
| --- | ------------- |
| [ ] | Breakfast     |
| [ ] | Main          |
| [ ] | Side          |
| [ ] | Salad         |
| [ ] | Dessert       |


                                      +-----------------------+
                                      | Remove these 73 items |
                                      +-----------------------+
```

Where each header checkbox check/unchecks that whole list.

The item names should be links to the relevant tiddlers.  We will default the Categories to unchecked, as those won't likely interfere, and could be useful.

I'm still trying to figure out the status of Basic Pancakes.  A big part of me wants to keep a single recipe in the empty edition.  I think having even one example makes things much more tangible.  But then does it retain the `demo: yes` and just go along with   Or do we call it out separately on this page?  `[ ] also delete the built-in Basic Pancake recipe and photo?`  That might do.  The down side of keeping this, though, is that translating even the empty edition would be much more work.

Before we proceed, could you offer your thoughts on that last paragraph?

----------


Second Pass
-----------

```
!! Remove these Recipes

| Name                                          | [x] all recipes | [x] all photos |
| --------------------------------------------- | --------------- | -------------- |
| Algerian Carrots                              | [x] recipe      | [x] photo      |
|	Baklava with spiced nuts, ricotta & chocolate | [x] recipe      | [x] photo      |
...


!! Remove these Ingredients

| Name                                      | [x] all ingredients | [x] all photos |
| ----------------------------------------- | ------------------- | -------------- |
| Eggs                                      | [x] ingredient      | [x] photo      |
|	Flour                                     | [x] ingredient      | [x] photo      |
...

You may also choose to remove the sample categories:

!! Remove these Categories

| [ ] | Category      |
| --- | ------------- |
| [ ] | Breakfast     |
| [ ] | Main          |
| [ ] | Side          |
| [ ] | Salad         |
| [ ] | Dessert       |
```