emacs-notes VS galactic-emacs

Compare emacs-notes vs galactic-emacs and see what are their differences.

emacs-notes

My Emacs configuration file and other useful Emacs related files (this repo is mostly for personal use only) (by ashok-khanna)

galactic-emacs

An Emacs distribution coming from the space ... (by daviderestivo)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
emacs-notes galactic-emacs
1 2
3 120
- -
10.0 7.6
over 2 years ago 25 days ago
Emacs Lisp Emacs Lisp
GNU Affero General Public License v3.0 GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

emacs-notes

Posts with mentions or reviews of emacs-notes. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-09.

galactic-emacs

Posts with mentions or reviews of galactic-emacs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-02.
  • galactic-emacs: An Emacs distribution coming from the space
    1 project | /r/planetemacs | 5 Dec 2023
  • org-screenshot with flameshot - instructions unclear
    2 projects | /r/emacs | 2 Oct 2021
    (use-package org-download :after org :bind (:map org-mode-map (("s-Y" . org-download-screenshot) ("s-y" . org-download-yank))) :config (if (memq window-system '(mac ns)) (setq org-download-screenshot-method "screencapture -i %s") ;; (setq org-download-screenshot-method "maim -s %s") (setq org-download-screenshot-method "flameshot gui --raw > %s") ) (defun my-org-download-method (link) "This is a helper function for org-download. It creates a folder in the root directory (~/.org/img/) named after the org filename (sans extension) and puts all images from that file in there. Inspired by https://github.com/daviderestivo/emacs-config/blob/6086a7013020e19c0bc532770e9533b4fc549438/init.el#L701" (let ((filename (file-name-nondirectory (car (url-path-and-query (url-generic-parse-url link))))) ;; Create folder name with current buffer name, and place in root dir (dirname (concat "./images/" (replace-regexp-in-string " " "_" (downcase (file-name-base buffer-file-name)))))) ;; Add timestamp to filename (setq filename-with-timestamp (format "%s%s.%s" (file-name-sans-extension filename) (format-time-string org-download-timestamp) (file-name-extension filename))) ;; Create folder if necessary (unless (file-exists-p dirname) (make-directory dirname t)) (expand-file-name filename-with-timestamp dirname))) (setq org-download-method 'my-org-download-method))

What are some alternatives?

When comparing emacs-notes and galactic-emacs you can also consider the following projects:

elisp - Emacs Lisp functions that I wrote

org-screenshot - screenshots integrated with emacs org mode attachments

emacs-from-scratch - An example of a fully custom Emacs configuration developed live on YouTube!

doom-emacs - An Emacs framework for the stubborn martian hacker [Moved to: https://github.com/doomemacs/doomemacs]

.emacs.d - Centaur Emacs - A Fancy and Fast Emacs Configuration

emacs-gtd - Get Things Done with Emacs

.emacs.d - My .emacs.d directory

loopy - A looping and iteration macro.

emacs.d - The emacs configuration of a vim convert.