Sujet : Re: Tinker WriterDeck
De : ec1828 (at) *nospam* somewhere.edu (Ethan Carter)
Groupes : comp.miscDate : 27. Apr 2025, 00:47:13
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <87a58232pq.fsf@somewhere.edu>
References : 1 2 3 4 5 6 7
Lawrence D'Oliveiro <
ldo@nz.invalid> writes:
On Tue, 22 Apr 2025 10:22:51 -0300, Ethan Carter wrote:
>
There's a paper by Leslie Lamport that says that a document should be
/logically/ structured. That's paper 76 on his list on his homepage.
Although he seems more concerned with mathematical papers, most of the
ideas surely apply to everything else.
>
A key thing I find with plain-text-plus-markup is that it can be put into
version-control systems and managed collaboratively, just like program
source code. WYSIWYG document processors may have change tracking, but
they’re invariably pretty primitive compared to the branching and merging
capabilities of a modern VCS like Git.
In other words, they suck.