Will Foran
Will Foran
oh maybe undefined references will be caught by [`noUndefinedReferences`](https://www.npmjs.com/package/remark-lint-no-undefined-references?activeTab=readme) already used in [config.js](https://github.com/sindresorhus/awesome-lint/blob/main/config.js#L32)!
:+1: `[[*Header2]]` and/or `` support like original org-mode ("leave it to the document author to avoid duplicate ids.") Maybe this is only news to me. It's mentioned in #52 but...
To complete the git issue/PR graph: this address issues #349 (bridge), part of #80 (integration). And has related issue on the gitea side at https://github.com/go-gitea/gitea/issues/6519
I'm trying to package [ANTs](https://github.com/ANTsX/ANTs/) and need some specific tweaks to the guix [image-processing/insight-toolkit package](https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/image-processing.scm#n1321), namely the buld must include 3rd party repos (`Modules/Remote`) for ITKGenericLabelInterpolator and ITKAdaptiveDenoising and use...
official guix is a little behind and doesn't prepackage the remote modules. but having a link is still pretty useful!
Any ideas for how to start? Maybe in [`slack_attachment_to_html`](https://github.com/dylex/slack-libpurple/blob/master/slack-message.c#L209) (references [api]( https://api.slack.com/docs/message-attachments)) with cues taken from [`purple_image_new_from_data`](https://github.com/EionRobb/purple-hangouts/blob/master/purple2compat/image.h#L8) (redefined [`purple_imgstore_add`](https://github.com/Tasssadar/libpurple/blob/master/imgstore.c#L39)) in [`purple-hangouts/hangouts_events.c`](https://github.com/EionRobb/purple-hangouts/blob/master/hangouts_events.c#L540)?
company-mode backend in commit b6fda21 but very slow.
I think dokuwiki (and zim-wiki) [link syntax](https://zim-wiki.org/manual/Help/Wiki_Syntax.html#Links) is `[[path|text]]` (vs `[[path][text]]` ) but it looks like the way this is searching for a path, it shouldn't matter. I hope there's...
sorry I'm writing in circles. I think [`zim-wiki-wiki2path`](https://github.com/WillForan/zim-wiki-mode/blob/master/zim-wiki-mode.el#L177) has solidly handled wiki path to file path: `:a:foo bar` to `(zim-wiki-root)/a/foo_bar.txt`. And as of the most recent commit, extracting the complete...