nhannht / emacs-freeplane-2023

Make Emacs-org-mode + freeplane 's combination usable in 2023, also add my personal improvement

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

-*- mode: Org; org-download-image-dir: “./images”; org-download-method:directory -*-

How to install

Load file directly

;; clone or download or copy content to file ox-freeplane.el
(load-file 'path-to-your-ox-freeplane.el)

Use your package management framework

Example of doom emacs

;; package.el
(package! ox-freeplane
  :recipe (:host github :repo "nhannht/emacs-freeplane-2023"
         :files ("ox-freeplane.el")))
;; config.el
(use-package! ox-freeplane)

Examples

  • Org so rich in syntaxs, I use a sample with fairly complexity: A Life Configuring Emacs to testing. With only 1 added line #+OPTIONS: broken-links:mark because some links cannot be resolve (notice this is the problem of default org html export, not from this package ) .Feel free to create issues if you found any “none work” case.

images/Examples/_20231017_032416screenshot.png

Notes

  • All the works belongs to Mr Fnatter . I am just the one that want to use something like Freeplane and Org the same time, but so lazy to implement from scratch, origin authors stop contribute to his project more than 8 years. The default ox-freemind in org-mode source code simply broken. So I decided to maintain it.

About

Make Emacs-org-mode + freeplane 's combination usable in 2023, also add my personal improvement


Languages

Language:Emacs Lisp 100.0%