toshism/org-super-links — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me an Emacs Lisp package for Org notes that lets me create normal Org links, but also automatically adds a back link on the heading I linked to.

I want it to stay plain Org text, with no database or special reader needed, so the files still work on my phone and when exporting. When I choose a target heading, the package should add an ID if needed, insert the link where my cursor is, and add a timestamped back link in a drawer on the target heading. I also want commands to store a link, insert a stored link, quickly make a link from search results, delete both sides of a link, and convert an existing normal Org link into this two way style.

Please make the behavior configurable, like drawer names, whether links go inline or into a related drawer, and optional prefixes or postfixes. Add sensible keybinding examples and a clear README with install and usage examples.

Want more depth? Deep Reverse