Skip to content

A package provides a function to show linked contents instantly on the posframe without jumping to the contents.

Notifications You must be signed in to change notification settings

tomoyukim/org-roam-linktip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

org-roam-linktip

org-roam-linktip is an extension of org-roam. This package provides a function to show linked contents instantly on the posframe without jumping to the contents.

demo

Installation

Using straight.el

(straight-use-package
 '(org-roam-linktip :type git :host github :repo "tomoyukim/org-roam-linktip"))

Or with use-package

(use-package
  :straight (org-roam-linktip :type git :host github :repo "tomoyukim/org-roam-linktip")

Configuration

(use-package
  :straight (org-roam-linktip :type git :host github :repo "tomoyukim/org-roam-linktip")
  :custom
  (org-roam-linktip-background-color "gray80")
  (org-roam-linktip-border-width 2)
  (org-roam-linktip-border-color "gray30")
  :hook
  (org-mode-hook . org-roam-linktip-mode))

About

A package provides a function to show linked contents instantly on the posframe without jumping to the contents.

Resources

Stars

Watchers

Forks

Packages

No packages published