org-screenshot with flameshot - instructions unclear

This page summarizes the projects mentioned and recommended in the original post on /r/emacs

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
  • org-screenshot

    screenshots integrated with emacs org mode attachments

  • I am reading in https://github.com/dfeich/org-screenshot

  • galactic-emacs

    An Emacs distribution coming from the space ...

  • (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))

  • 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.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • galactic-emacs: An Emacs distribution coming from the space

    1 project | /r/planetemacs | 5 Dec 2023
  • Seeking reverse of slime-switch-to-output-buffer

    2 projects | /r/Common_Lisp | 9 Sep 2022
  • Emacs "distro" for total noob

    2 projects | /r/emacs | 17 Jul 2021
  • Ask HN: Doom Emacs vs. Neovim or Vim?

    1 project | news.ycombinator.com | 27 Feb 2021
  • tmuxinator behaviour in emacs

    1 project | /r/emacs | 24 Dec 2020