nextjournal / clerk

⚡️ Moldable Live Programming for Clojure
https://clerk.vision
ISC License
1.74k stars 76 forks source link

Wikilinks #553

Open zampino opened 10 months ago

zampino commented 10 months ago

Adds wikilinks syntax. In the general context of a Clerk notebook's prose, such links will lead to the notebook associated to the (var's) namespace.

We also support internal links via a notebook's path, in this case the title of the notebook will be displayed.

The same applies to regular links [Some Label](var-or-ns-or-path-to-notebook).

In the context of the doc browser, internal links behave as described in cljdoc. In particular [[some-var]] in the current namespace will scroll to the correct height in the page.

Resuscitates #451.