All Projects → cute-jumper → org-table-sticky-header

cute-jumper / org-table-sticky-header

Licence: other
Sticky header for org-mode tables

Programming Languages

emacs lisp
2029 projects

Projects that are alternatives of or similar to org-table-sticky-header

org-preview-html
Automatically preview org-exported HTML files within Emacs.
Stars: ✭ 160 (+416.13%)
Mutual labels:  org-mode
dotfiles
I showed you my source code, pls respond
Stars: ✭ 45 (+45.16%)
Mutual labels:  org-mode
CppConsoleTable
C++ Console Table: make text table in console easy and set up as you need
Stars: ✭ 53 (+70.97%)
Mutual labels:  table
org-recent-headings
Go to recently used Org headings
Stars: ✭ 47 (+51.61%)
Mutual labels:  org-mode
react-datasheet-grid
An Airtable-like / Excel-like component to create beautiful spreadsheets.
Stars: ✭ 227 (+632.26%)
Mutual labels:  table
dotfiles
My dotfiles - Emacs centric OSX Big Sur
Stars: ✭ 29 (-6.45%)
Mutual labels:  org-mode
au-datatable
Aurelia Datatable, A highly customizable html datatable, build for the Aurelia Framework.
Stars: ✭ 21 (-32.26%)
Mutual labels:  table
docker-hub
Docker Hub in your terminal
Stars: ✭ 43 (+38.71%)
Mutual labels:  table
termtable
Simple and highly customizable library to display tables in the terminal.
Stars: ✭ 41 (+32.26%)
Mutual labels:  table
my-emacs
My Emacs configuration
Stars: ✭ 35 (+12.9%)
Mutual labels:  org-mode
react-bolivianite-grid
React grid component for virtualized rendering large tabular data.
Stars: ✭ 95 (+206.45%)
Mutual labels:  table
tabled
An easy to use library for pretty print tables of Rust structs and enums.
Stars: ✭ 1,337 (+4212.9%)
Mutual labels:  table
emacs-ob-racket
Emacs Org-Mode Babel code block Racket support
Stars: ✭ 22 (-29.03%)
Mutual labels:  org-mode
trio
Datatype agnostic triple store & query engine API
Stars: ✭ 78 (+151.61%)
Mutual labels:  org-mode
this-month-in-org
A monthly blog on developments with Org
Stars: ✭ 40 (+29.03%)
Mutual labels:  org-mode
ox-leanpub
Org-mode exporter for Leanpub books - mirrored from GitLab
Stars: ✭ 18 (-41.94%)
Mutual labels:  org-mode
table-link
📂 The easiest way to add links in your table rows, cells or elements that are not anchors!
Stars: ✭ 25 (-19.35%)
Mutual labels:  table
agenda
Org agenda in the console
Stars: ✭ 112 (+261.29%)
Mutual labels:  org-mode
Table
CLI tables in Swift
Stars: ✭ 53 (+70.97%)
Mutual labels:  table
tallboy
Declarative API for drawing unicode/ascii character tables in crystal lang
Stars: ✭ 49 (+58.06%)
Mutual labels:  table

org-table-sticky-header-mode

https://melpa.org/packages/org-table-sticky-header-badge.svg

A minor mode to show the sticky header for org-mode tables.

Overview

Similar to semantic-stickyfunc-mode, this package uses the header line to show the table header when it is out of sight.

Usage

Recommend: install from melpa.

To install manually:

(add-to-list 'load-path "/path/to/org-table-sticky-header.el")

M-x org-table-sticky-header-mode to enable the minor mode in an org-mode buffer.

To automatically enable the minor mode in all org-mode buffers, use

(add-hook 'org-mode-hook 'org-table-sticky-header-mode)

Demo

./screenshots/demo.gif

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].