changeset 42:84b97e86f4db

learn - editor
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 29 Dec 2023 16:03:59 -0700
parents fbf2a8deee98
children 6fbe00837fa8
files src/learn.html.luan
diffstat 1 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/learn.html.luan	Wed Dec 27 12:04:40 2023 -0700
+++ b/src/learn.html.luan	Fri Dec 29 16:03:59 2023 -0700
@@ -33,7 +33,13 @@
 		title = "Text Editor and JSON"
 		content = function()
 %>
-<p>later</p>
+<p>A text editor is a basic tool for reactionary programmers.  We use simple flexible tools.  Modern scum use an <a href="https://en.wikipedia.org/wiki/Integrated_development_environment">IDE</a> which is big, <a href="http://www.mikraite.org/Changed-my-mind-about-IDE-s-tp2769.html">complicated</a>, and inflexible.  We don't use such tools.</p>
+
+<p>I reviewed the available text editors and I think <a href="https://www.sublimetext.com/">Sublime Text</a> is the best one available.  So please download it and learn how it works.</p>
+
+<p><a href="https://en.wikipedia.org/wiki/JSON">JSON</a> is the most popular data format.  I think JSON was the last good programming idea from modern culture, developed around 2001, before modern culture became fully depraved.  Do your own research on JSON to understand it.  It is fairly simple.</p>
+
+<p>I paired Sublime Text with JSON because Sublime Text uses JSON files for its <a href="https://www.sublimetext.com/docs/settings.html">settings</a>.  (Actually not quite pure JSON because it includes comments which are lines starting with "<code>//</code>".)  Experiment with Sublime Text settings to learn more about both Sublime Text and JSON.</p>
 <%
 		end
 	}