Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for org-mode format #30

Open
EncodePanda opened this issue Apr 25, 2021 · 1 comment · May be fixed by #31
Open

Add support for org-mode format #30

EncodePanda opened this issue Apr 25, 2021 · 1 comment · May be fixed by #31

Comments

@EncodePanda
Copy link

EncodePanda commented Apr 25, 2021

Org mode for Emacs is a highly flexible structured plain text file format used in Emacs.

In essence, it will be similar to what markdown produces. Should be an easy feature to add.

Markdown produces:

[Nix manual](https://nixos.org/manual/nix/stable/#chap-introduction)

org-mode should produce:

[[https://nixos.org/manual/nix/stable/][Nix Manual]]
@EncodePanda EncodePanda linked a pull request Apr 25, 2021 that will close this issue
@malcook
Copy link

malcook commented Jul 6, 2023

This can be accomplished by configuration with no code change.

org mode links can be created by defining the following custom link format in the extensions options dialog:

Name Format Filter
orgmode [[%url%][%text%]]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants