proof of work

..

DRAFT

Are you trying to make something happen? Are you looking for the smart way out? The way you can get away with minimal effort? Then, when you try to get others to do your thing, they … don’t?

If you tell kids that they have stay in line, they will tell other kids that the other kids have to stay in line.

As humans, we don’t rely purely on analysis of information. We also judge effort. Effort signals significance. Where are we putting our work? Are we getting any impact from the effort?

Instead of looking for the hack, consider doing the work and sharing the proof of that work.

A draft with markdup and HTML-rendering for outlines

This is the summary

Here comes some org-mode text

(inc 99)

It works!!! 💕

I could create a pandoc transformer that makes details elements out of org-mode headings. That would be kind of neat.

# A light outliner

Could have

## An input document format with headings

The input format is text-based, and the user's editor handles outlining.

## HTML output with `details`-elements

Web native, and fast!
<details>
  <summary><strong>
      A light outliner
  </strong></summary>

  could have

  <details>
    <summary>
      <strong>
        An input document format with headings
      </strong>
    </summary>

    The input format is text based, and the user's editor handles outlining.
  </details>

  <details>
    <summary>
      <strong>
        HTML output with <code>details</code>-elements
      </strong>
    </summary>

    Web native, and fast!
  </details>
</details>

Rendered HTML:

A light outliner could have
An input document format with headings The input format is text based, and the user's editor handles outlining.
HTML output with details-elements Web native, and fast!

… but we need to provide some indentation. By default, browsers don’t indent the contents of a details-element. That leads to a bit of confusion about what’s inside what.

What is the most significant part of the product?

Position: data entry. Because unless we can effectively get a catalog of references, there is no value. The system must have content to have any value.