From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jean Louis Newsgroups: gmane.emacs.help Subject: Ideas on Hypertext systems in Emacs needed Date: Mon, 07 Jun 2021 20:15:53 +0300 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="22861"; mail-complaints-to="usenet@ciao.gmane.io" Cc: yantar92@gmail.com To: Help GNU Emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Mon Jun 07 19:49:25 2021 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lqJNN-0005kn-Ep for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 07 Jun 2021 19:49:25 +0200 Original-Received: from localhost ([::1]:58590 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lqJNM-0007M4-Cl for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 07 Jun 2021 13:49:24 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35228) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lqIrJ-0005IF-If for help-gnu-emacs@gnu.org; Mon, 07 Jun 2021 13:16:17 -0400 Original-Received: from stw1.rcdrun.com ([217.170.207.13]:35827) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lqIrH-0006lx-K5 for help-gnu-emacs@gnu.org; Mon, 07 Jun 2021 13:16:17 -0400 Original-Received: from localhost ([::ffff:197.157.0.46]) (AUTH: PLAIN admin, TLS: TLS1.3,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by stw1.rcdrun.com with ESMTPSA id 00000000000AE2EE.0000000060BE545A.000058A2; Mon, 07 Jun 2021 10:16:10 -0700 Received-SPF: pass client-ip=217.170.207.13; envelope-from=support1@rcdrun.com; helo=stw1.rcdrun.com X-Spam_score_int: -1 X-Spam_score: -0.2 X-Spam_bar: / X-Spam_report: (-0.2 / 5.0 requ) BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.249, RCVD_IN_SORBS_WEB=1.5, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:130602 Archived-At: As I am exploring Hypertext¹ systems in Emacs maybe advices from experienced programmers could help me in the endeavor: - I would like to explore options to create a rather relaxed hypertext system. Now I am using tabulated-list-mode and this is working very good. Hyperlinks are everywhere as each line is a hyperlink to something. Jump to related person, group, organization, timestamps, tags, send email, many options are possible as the lines in tabulated-list-mode are rigid structure; Something more relaxed would be something as similar to below: - Is there maybe well known other ways to dynamically create the outline? That would mean that each outline has its action assigned, keys, or buttons, where user could click or press a key. The ELPA package `ztree' seem to be similar to what I could use, yet I am not sure. Maybe there is some other way? Semantic Synchrony: https://github.com/synchrony/smsn is also something similar to what I would need. Org may be dynamically created and that is one way of doing it. Maybe there are other ways? - The HTML and eww Hypertext is not an option for me, that could be only good for reporting, but not for dynamically bound list of functions to specific hyperlinks; One same link on my side can provide different target depending of the key or function invoked. - I am thinking if I could maybe use Info mode on the fly to dynamically create Info pages as it is pretty much complete Hypertext system. It would probably be harder to assign various functions to the same hyperlink. If this is maybe possible in the Texinfo mode to assign various functions to single hyperlink, I would like to know. Any other suggestions are welcome. Thanks in advance, Jean Louis [1]: https://en.wikipedia.org/wiki/Hypertext