From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: [ANN] org-sidebar-tree: Sidebar tree-view buffer for outline navigation Date: Tue, 01 Oct 2019 09:01:48 -0500 Message-ID: <87lfu4k1ir.fsf@alphapapa.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:34896) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iFIm3-0000tG-9i for emacs-orgmode@gnu.org; Tue, 01 Oct 2019 10:05:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iFIm2-0007uW-3e for emacs-orgmode@gnu.org; Tue, 01 Oct 2019 10:05:07 -0400 Received: from 195-159-176-226.customer.powertech.no ([195.159.176.226]:54512 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iFIm1-0007sK-Tl for emacs-orgmode@gnu.org; Tue, 01 Oct 2019 10:05:06 -0400 Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1iFIly-000ocj-W4 for emacs-orgmode@gnu.org; Tue, 01 Oct 2019 16:05:02 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Hi friends, I've published an easy-to-use version of a tool that I think Org has long needed: a sidebar tree-view buffer for navigating outlines. https://github.com/alphapapa/org-sidebar#org-sidebar-tree There have been some similar, unpolished tools floating around, including an answer I posted on Emacs.StackExchange several years ago. And the org-panes package has been around even longer, but hasn't been touched for 5 years, and it isn't on MELPA, so few people know about it. So I've put together org-sidebar-tree and released it as part of org-sidebar, which makes it easy to use and customize. Here are some screenshots: https://github.com/alphapapa/org-sidebar/raw/master/images/tree.gif https://github.com/alphapapa/org-sidebar/raw/master/images/sidebar-with-tree.png https://github.com/alphapapa/org-sidebar/raw/master/images/tree-and-item-sidebars.png It seems to work well, but I'm sure wider testing will reveal some improvements to be made. I'd appreciate any feedback. Thanks, Adam