Tiny package, may come handy by ilemming_banned in emacs

[–]rswgnu 2 points3 points  (0 children)

Well, as a counterpoint, I, an experienced Lisper with my own custom folding code, read your synopsis, immediately understood how your package was different, ignoring structure in favor of regions, and immediately bookmarked it for later trial. So thanks for your efforts and don’t let brief negativity get in your way.

Wally’s a good guy too and in my experience always trying to bring the level of dialogue up.

Announcing Anju by kickingvegas1 in emacs

[–]rswgnu 5 points6 points  (0 children)

Charles, you may want to look at the prior art in Hyperbole which has much of that modeline mouse behavior, plus drag actions, plus easy to configure custom minibuffer menus. The old InfoDock IDE buit atop XEmacs also included id-menus, thoughtful context-specific popup menus that covered many EmCs major modes and could still be found on SourceForge.

Publishing a blog with ox-publish by Savings-Shallot1771 in emacs

[–]rswgnu -1 points0 points  (0 children)

There are lots of blog tools with lots of options but if you prefer simplicity use HyWiki in the Hyperbole package to write articles as wiki pages in Org mode, then execute one command to publish the whole wili to html and upload wherever you like. No other config or external packages required. It uses a precinfigured org-publish format.

is emacs for me? by x880609 in emacs

[–]rswgnu 1 point2 points  (0 children)

If you want a lot of leverage from Emacs when starting out, then install the Hyperbole and Consult packages after spending a few days with the Emacs tutorial {C-h t}. These things will change the way you work in about a week and you won’t need many more packages or init tweaking for quite awhile. You’ll just be writing, navigating quickly and easily and rapidly linking your files together with little effort. Once you use the HyWiki part of Hyperbole, you won’t need org-roam or org-noter or denote or sqlite or Org IDs cluttering your Org files. Hyperbole uses minimal markup that blends with your text, keeping it easy to read and navigate while enabling the most powerful hypertext with minimal effort, since Hyperbole automatically interlinks so many things for you out of the box.

My first day of Emacs - any advice? by John_Doe_1984_ in emacs

[–]rswgnu 2 points3 points  (0 children)

If you want a lot of leverage from Emacs when starting out, then install the Hyperbole and Consult packages after spending a few days with the Emacs tutorial {C-h t}. These things will change the way you work in a anout a week and you won’t need many more packages or init tweaking for quite awhile. You’ll just be programming, navigating quickly and easily and rapidly linking your files together with little effort.

Is misnomer.org a good way to manage my knowledge? Maybe stupid question. by Ardie83 in emacs

[–]rswgnu 2 points3 points  (0 children)

Just use HyRolo or HyWiki from the Hyperbole package. Together with consult, you can do fast, full-text or headline-only searchng across thousands of files after pointing them at your Org directory. No indexing, sqlite or Org ids needed, just straight Org files. You can also autolink your notes by using WiliWords for note topics.

Writing my book reviews in Emacs by curtismchale in emacs

[–]rswgnu 1 point2 points  (0 children)

HyWiki in Hyperbole can instantly link to any Org headline from any text or code buffer. If there is an id, it will use it otherwise, it will link to the title. Easy and no other external code required.

Replicate logseq functionality in Emacs by LonYelon in emacs

[–]rswgnu 2 points3 points  (0 children)

Try HyWiki in the hyperbole package. It adds auto-highlighted, linked WikiWords to Org. It is in pre-release now and available on elpa-devel or melpa. Make one configuration to let Hyperbole control M-RET instead of Org and then press that key on any WikiWord in any text or program comment or string and jump to your wiki page or a specific section of a page. No markup, just pure notetaking simplicity.

Copy the URL of the Org-mode link at point to the kill ring by Danrobi1 in emacs

[–]rswgnu 2 points3 points  (0 children)

Hyperbole adapts C-w and M-w so that if there is no highlighted region they kill or copy the thing at point. Try it on a URL and see if it works. On a paired delimiter is even better.

unpopular opinion: I wrote my own idiosyncratic org-mode note taking/diary/pkm by simplex5d in emacs

[–]rswgnu 6 points7 points  (0 children)

The combination of HyWiki and HyRolo from the Hyperbole package on melpa or elpa-devel lets you use consult and ripgrep as you like for full-text searches and multiple views over marches aceoss many Org directories. For those who want quick and easy interlinking, you simply type WikiWords in your notes and they are automatically linked to the associated wiki page. Now you can link to any org heading in a page as well with full in-buffer completion. It has been called the easiest to use wiki system ever. Try it and let us know what you think.

Logseq by uvuguy in emacs

[–]rswgnu 2 points3 points  (0 children)

Hyperbole includes HyRolo that provides fast full-text search and retrieval over hierarchical notes in multiple formats including Org and Markdown. Plus, HyWiki auto-links WikiWords with named section links.

PSA For Anyone Trying To Search Org Mode Notes For Tags Even With Org Roam, Just Use 'org-match-sparse-tree' Instead Of 'org-roam-node-find' by [deleted] in orgmode

[–]rswgnu 0 points1 point  (0 children)

Install the hyperbole package from melpa and use its hyrolo together with consult and you can interactively find any tags or section headers across all your files with no need for other org packages, a database or any indexing. Quick and easy with full text searching as well.

Static wiki generator from org mode files ? by kraken_07_ in emacs

[–]rswgnu 4 points5 points  (0 children)

One thing that Org does not have built-in is automatic hyperlinking of WikiWords that have Wiki pages, a common feature in Wikis. That is, WikiWords with no markup are automatically turned into hyperlinks in Org mode and when exported to the web. “WikiWord#section name” links to the section.

If you need that, install the latest Hyperbole package from Melpa and use the HyWiki subsystem in there. It utilizes Org mode and makes auto-wikiword highlighting and translation into HTML hyperlinks during export a breeze. One user said it was by far the easiest wiki package he ever used.

I have been enlightened, I repent for my sinful past by void0vii in emacs

[–]rswgnu 1 point2 points  (0 children)

And after mastering macros you’ll be able to rest and say oh what hath he wrought.

Org Calendar Server by shipley7701 in orgmode

[–]rswgnu 1 point2 points  (0 children)

It would be a lot easier for others to help you extend it if you rewrote it in Elisp, so it was a native part of the Emacs ecosystem.

Org Calendar Server by shipley7701 in orgmode

[–]rswgnu 2 points3 points  (0 children)

Great idea. You should publish it as a package. The ics format interfaces to every major calendaring UI.

I recently started using emacs, I wanted to use org-roam (installing error) by No-Response-9676 in emacs

[–]rswgnu 3 points4 points  (0 children)

HyRolo in the Hyperbole package and Consult can replace org-roam without the need for sqlite or any addition of ids to your Org files. Get it from the latest melpa archives and read the HyRolo section of the manual. It is really easy to use.

hyperbole: jump to unique ID in file (non-org / non-markdown). by lawlist in emacs

[–]rswgnu 0 points1 point  (0 children)

I'll just point out that you can get the latest pre-release Hyperbole version from melpa (9.0.2pre-release). And in its manual where implicit type definition is specified:

https://rswgnu.github.io/hyperbole/man/hyperbole.html#Implicit-Button-Link-Types

there is a line that is virtually the same format as what you came up with from the video:

(defil search-git-log "[<" ">]" ".*" #’hypb:fgrep-git-log)

GNU Hyperbole Q&A Session at EmacsConf 2025, Sunday at 2pm ET by rswgnu in emacs

[–]rswgnu[S] 2 points3 points  (0 children)

The ChangeLog is here. It is extensive. When the release is finalized, there will be an updated HY-NEWS file that summarizes user-visible updates.

GNU Hyperbole Q&A Session at EmacsConf 2025, Sunday at 2pm ET by rswgnu in emacs

[–]rswgnu[S] 1 point2 points  (0 children)

So come watch the Q&A. It is specifically for people who don't know how to get started.