danderzei

joined 1 year ago
[–] danderzei@alien.top 1 points 10 months ago

I wrote a website for beginners, focused on writing prose, not code

https://lucidmanager.org/tags/emacs/

[–] danderzei@alien.top 1 points 10 months ago

Create an Emacs theme disco by randomly switching themes manually or automatically (from the Ef Themes collection): https://github.com/pprevos/disco-ef-themes

[–] danderzei@alien.top 1 points 10 months ago

That´s cool. I was working something similar today. I call it Emacs Disco as it changes themes randomly every 10 seconds :) Try this:

(run-with-timer 0 60 'cycle-themes)

[–] danderzei@alien.top 1 points 10 months ago

Well I thought so, but the new editor in Reddit sucks. When I select Markdown it erases the post!

[–] danderzei@alien.top 1 points 10 months ago (1 children)

Thanks - all fixed.

[–] danderzei@alien.top 1 points 10 months ago

Emacs is not a text editor but a programming environment. So it can do anything, as long as it is plain text interface.

[–] danderzei@alien.top 3 points 11 months ago (5 children)

Great questions:

  1. Encryption using PGP
  2. Use auto-fill mode 3.Use the TreeMacs package
  3. Org mode does bold, italics etc.. Colours in Emacs have semantic meaning and are automated through a theme.
  4. Use a note-taking application, such as Denote or Org Roam
  5. Org mode can be exported to many formats. Your documents are in plain text, so conversion is trivial. Aesthetic colouring is managed through export templates if you build a website, book etc.
  6. Use Org mode

My website Emacs Writing Studio explains most of what you like to achieve.