plain text

From IndieWeb


plain text is the use of text without markup, using punctuation characters only in ways that provide meaning to the text without conversion (in contrast to HTML or even modern Markdown); on the IndieWeb it often refers to authoring by entering text to create posts without bothering with purely presentational formatting.

If you are looking for the cryptographic meaning of plaintext (all one word), see:

Brainstorming

Sandeep thoughts

Sandeep Tips

  • If you are expecting plain text always encode it while displaying (using something like htmlentities?)


Experiments

Machine tags based repost

sandeepshetty is currently experimenting with machinetags for providing context to reposts. The idea is to provide a rich repost UX to a post that has machinetags (that are generated from a reposting interface that picks up microformats from the original post).

The idea is to convert post content like this:

#repost:url=http://werd.io/view/51aee6c2bed7de0916753f55
#repost:content="Understanding pump.io: [http://slid.es/evanp/understanding-pumpio](http://slid.es/evanp/understanding-pumpio) Convinced this is an [important idea](https://e14n.com/evan/note/XAkJtSFCQCWgLtxHMvhcCQ), and an important project - and [the software kicks ass](http://pump.io/)."
#repost:published="3h"
#repost:author="Ben Werdmuller"
#repost:author_url=http://werd.io/profile/benwerd
#repost:author_photo=http://werd.io/file/51a7f328bed7de2c06dc5ad8

into something like this:

Live implementation: http://www.sandeep.io/36

NOTE: This has evolved into RSSB.

See Also