mirror of
https://github.com/foo-dogsquared/wiki.git
synced 2025-01-31 04:58:21 +00:00
a71918683d
As well as tiny bits of extra stuff like Android apps and some corrections. Search techniques does make a lot of improvements over graphical representations (at least for now)!
27 lines
1.6 KiB
Org Mode
27 lines
1.6 KiB
Org Mode
:PROPERTIES:
|
|
:ID: ce6ab58e-b295-4fdb-8af7-fc89c63ec208
|
|
:END:
|
|
#+title: GNU Emacs
|
|
#+date: "2021-06-20 20:42:44 +08:00"
|
|
#+date_modified: "2021-07-22 14:25:21 +08:00"
|
|
#+language: en
|
|
|
|
|
|
The ever-popular Emacs, [[https://insights.stackoverflow.com/survey/2019#technology-_-most-popular-development-environments][at least popular enough to be used by 4.5% of the respondents from the Stack Overflow survey of 2019]].
|
|
It is one of the usual symbol of extensibility and [[id:e8c1218f-35a4-4dd3-a174-5d8f848b74b2][Free software]] due to its ecosystem of plugins and extensions integrating Emacs.
|
|
It also allows the user to customize anything within it.
|
|
|
|
To show how extensible it is, here is a list of extensions that may as well be an entirely new application altogether:
|
|
|
|
- [[https://gitlab.com/phillord/org-drill/][Entirely new spaced repetition on top of Org mode]].
|
|
- [[https://github.com/org-roam/org-roam/][Implementation of Roam Research with Org mode documents]].
|
|
- [[http://magit.vc/][Comprehensive Git client]].
|
|
- [[https://melpa.org/#/?q=window%20manager][Window managers inside Emacs]].
|
|
|
|
Among other things, it is also where [[id:c422175a-5b65-4311-8cc6-11efd55364e8][Org mode]] documents are often written from as well as making use of [[id:5569a49f-c387-4da2-8f68-d8452e35ee5b][Org mode: Babel]] as a component for [[id:6eeb7a24-b662-46d6-9ece-00a5028ff4d8][Reproducible research]].
|
|
|
|
People have been building it with complex workflows all in one environment.
|
|
In a way, Emacs is an entire operating system by itself.
|
|
|
|
As a complex text editor, you can start with [[id:0efb9c51-3a12-4e5a-9e9b-d48cf4bd53ce][Using the built-in help system of Emacs]].
|