BOOKMRKS-MTHRFCKR/Texttools.md
2022-12-11 00:37:59 -05:00

38 KiB
Raw Blame History

Text Tools


Text Rephrashing

QuillBot AI

Rewrite Tool

Paraphraz

Rewriter, Spinbot

Paraphrasing Tool

ArticleReword

Rephrasely

Paraphraser

SmartArticleWriter

Paraphrase-Online


Formats

Journal.TXT - single-text file journals - the human multi-document format for writers

--- 
day:   Wed 19
---
Let's reinvent push-button publishing on the internets! 
Use a single-file for your journal / diary / blog. That's it.
---
day:   Thu 20
---
Crazy idea? Let's put up a website and a example blog auto-generated from journal.txt.
---
day:   Fri 21
---
Did you know? The single-file format works great for advent calendars 
or beer-of-the-day calendars.

Todo.TXT by Gina Trapani et al -- future-proof task tracking in a file you control; if you want to get it done, first write it down.

(A) Call Mom @Phone +Family
(A) Schedule annual checkup +Health
(B) Outline chapter 5 +Novel @Computer
(C) Add cover sheets @Office +TPSReports
Plan backyard herb garden @Home
Pick up milk @GroceryStore
Research self-publishing services +Novel @Computer
x Download Todo.txt mobile app @Phone

Feed.TXT - free web feeds format in (plain) text w/ structured meta data

|>>>
 title:          My Example Feed
 home_page_url:  https://example.org/
 feed_url:       https://example.org/feed.txt
 </>
 id:  2
 url: https://example.org/second-item
 ---
 This is a second item.
 </>
 id:  1
 url: https://example.org/initial-post
 ---
 Hello, world!
<<<| 

Manuscripts - free book format - write books in (plain) text

---
title:  Strange Case of Dr. Jekyll and Mr. Hyde
year:   1886
author:
  name: Robert Louis Stevenson
---

=Story of the Door=

Mr. Utterson the lawyer was a man of a rugged countenance, that was
never lighted by a smile; cold, scanty and embarrassed in
discourse; backward in sentiment; lean, long, dusty, dreary, and
yet somehow lovable. At friendly meetings, and when the wine was to
his taste, something eminently human beaconed from his eye;
something indeed which never found its way into his talk, but which
spoke not only in these silent symbols of the after-dinner face, but
more often and loudly in the acts of his life...

Bib.TXT - free bibliographies in text (unicode) format - BibTeX for the 21st century - books, articles, & more

[Fau86]
  author:    J.W. Goethe
  title:     Faust. Der Tragödie Erster Teil
  publisher: Reclam
  year:      1986
  address:   Stuttgart

Ledger - double-entry bookkeeping / accounting in (plain) text; follow your money

2016/1/1 set opening balance
   assets:checking       $500.00
   equity:opening balances

2016/1/5 farmer's market
   expenses:groceries     $50.00
   assets:checking

Light Markup

Structured documents in text with formatting conventions

Markdown -- see Awesome Markdown

Wikipedia Markup / Wiki Text

DokuWiki Markup

Wiki Creole

Text with Instruction (.texti) - structured documents in text with formatting conventions; the best of markdown, wikipedia markup, latex & Friends - all together now

AsciiDoc by Stuart Rackham et al

Rimu Markup by Stuart Rackham et al

reStructured Text (.rst)

Org /Org mode (Ecmacs) -- your life in (plain) text; keeping notes, maintaining TODO lists, planning projects, and writing documents in fast and effective (plain) text

txt2tags

More

Datafile Formats

Values, records, hierarchies (trees), types & more

CSV (Comma-Separated Values) -- see Awesome CSV

YAML (YAML Ain't Markup Language) -- see Awesome YAML

JSON (JavaScript Object Notation) -- see Awesome JSON (What's Next?)

TOML (Tom's Obvious, Minimal Language) by Tom Preston-Werner et al

Markdown Configuration (.mdconf) by TJ Holowaychuk et al

More

Plain Text Project by Scott Nesbitt et al

Plain Text Accounting by Simon Michael et al

Mundi Mark - all about markup & markdown


Mundi Mark

All About Markup & Markdown

Markdown Tools

Markdown Tool - List of Open Source Markdown Converter Libraries & Tools - Add Your Tool!

Markdown Tools Books - List of Open Source Tools for Building / Compiling Books from Markdown Manuscripts - Add Your Tool!

Markdown Can I Use ___?

Markdown Can I Use ___? - Tables, Footnotes, Inline Notes, Citations, Task Lists, etc.

Awesome Markdown

awesome-markdown awesome-markdown-editors /awesome-markdown-alternatives /awesome-books

More

Markdown Quick References / Cheat Sheets Markdown vs LaTeX / TeX Markup Why Markdown?

Up & Down Press

Markdown Lint Rules / Style Checker by Mark Harrison - Text in Manuscripts


Rich-text editors using contenteditable

  • Slate - Rich text editor built on top of React and Immutable
  • TipTap - Rich text editor for Vue.js
  • Trix - Basecamp's rich text editor
  • CKEditor - Started back in 2003. Has both iframe and inline style rich-text editing
  • Squire - HTML5 rich text editor
  • ProseMirror - From the maker of CodeMirror
  • Scribe - From the Guardian team
  • Quill - Quill is a free, open source WYSIWYG editor built for the modern web
  • Summernote - Bootstrap dependent rich-text editor
  • wysihtml - Made by Voog
  • Etherpad - Open Source online editor providing collaborative editing in really real-time
  • TinyMCE - Used by much of the wordpress and drupal community
  • Medium.js - Warning: Not actually used by Medium
  • Textbox.IO - From the makers of TinyMCE
  • Froala - A simple to use rich text editor, with mobile support, lots of examples, high performance and inline editing
  • Redactor - Advanced, clean and smooth, Redactor Rich Text Editor offers an excellent immersive user experience
  • Ritzy - Collaborative web-based rich text editor
  • Aloha Editor - Open Source browser based html5 enabled rich text editor
  • WYMeditor - Open Source XHTML editor focusing on semantic markup
  • Dijit Editor - a Dojo-based rich text editor component
  • YUI Rich Text Editor - a Yahoo! rich text editor component
  • KindEditor - Open Source HTML editor
  • Hallo - Simple rich text editor (contentEditable) for jQuery UI
  • markitup - universal markup jQuery editor
  • openwysiwyg - Free cross-browser WYSIWYG editor
  • tejQuery - Lightweight (19.5 KB) and very useful HTML editor
  • Trumbowyg - light, translatable and customisable jQuery plugin
  • NicEdit - Abandoned in 2012
  • jWYSIWYG - WYSIWYG jQuery Plugin
  • Alloy - a modern WYSIWYG editor built on top of CKEDITOR
  • Draft.js - a rich text editor framework for React
  • MediumEditor - A clone of medium.com inline editor toolbar. Uses contenteditable API to implement a rich text solution.

Code editors

  • CodeJar - CodeJar is a micro code editor for the browser
  • CodeMirror - CodeMirror is a versatile text editor implemented in JavaScript for the browser
  • Ace - Ace is an embeddable code editor written in JavaScript
  • EditArea
  • Behave.js - lightweight library for adding IDE style behaviors to plain text areas

Markdown editors

  • markdown-js - A Markdown parser for javascript
  • pagedown - PageDown is the JavaScript Markdown previewer used on Stack Overflow and the rest of the Stack Exchange network

Heuristic for contenteditable rich-text editors

Editor should:

  • Be stable
  • Be open source
  • Handle soft breaks
  • Be able to manipulate styles on block level elements
  • Be able to manipulate styles on inline level elements
  • Be able to manipulate classes on block level elements
  • Be able to manipulate classes on inline level elements
  • Be able to alter custom attributes on block level elements
  • Be able to alter custom attributes on inline level elements
  • Cache the selection
  • Have iframing capabilities as well as inline mode capability
  • Change the tag type of nodes
  • Clear the format
  • Have a concise api
  • Support various module loaders
    • AMD & Common.js
  • Should have an organization backing the service and have a potential paid support plan
  • Should copy & paste from Microsoft word

Text Adventures

iFiction (Index), IFDB (Index), Ifarchive (drive), Pac-Txt, AI Dungeon, A Dark Room, Addventure, The Never Ending Quest, The Text Adventure, Seedship, TextAventures, Crank, Umbra, Web Adventures, WrittenRealms, MudPortal


Text / Code Collaboration

Google Colaboratory, Mattermost, HackMD, Taskade, CryptPad, Socket, Python Online, Whimsical, Firepad, Etherpad, FidusWriter, overleaf


Text Editors

Online Text Editors


Text Rephrashing

QuillBot AI, Rewrite Tool, Paraphraz, Rewriter, Spinbot, Paraphrasing Tool, ArticleReword, Rephrasely, Paraphraser, SmartArticleWriter, Paraphrase-Online


Text to Speech


▷ Text Tools