Skip to content

Releases: maxnikulin/burl

bURL-0.4

08 Jun 12:09
Compare
Choose a tag to compare

Support of orco - Org Column add-on for Thunderbird:

  • Extract mid: links by default.
  • Allow to add custom URI schemes through -scheme CLI options.
  • CLI options to specify emacsclient arguments or alternative
    executable: -emacsarg and -emacsclient.
  • Allow to change list of extension IDs in manifest
    through -chrome-extension and -firefox-extension options.
  • burl.linkSet RPC method to get list of URIs matching
    passed list of prefix variants and the -disable-link-set
    CLI option to disable it.

New CLI options mostly may be used multiple times,
to reset default values specify empty argument ''.

bURL-0.3.1 bugfix

18 Nov 11:36
Compare
Choose a tag to compare
  • File path was not passed to emacsclient in linkremark.visit method. As a result proper position in the file was shown only that file was already open in the current buffer.

bURL-v0.3

29 Sep 05:47
Compare
Choose a tag to compare

It is still proof-of-concept project.

Changes:

  • linkremark.capture returns structure notifying whether browser add-on
    should display preview page in accordance to changes in LinkRemark.
  • Fix a typo in Chrome manifest.
  • Avoid passing capture text through clipboard despite add-on settings.
    It was marginally valid case when org-capture template pulls content from
    clipboard.
  • Not so noisy error if Emacs server is not running.
  • A hack in wrapper to generate browser-friendly error if burl_backend
    binary is not found.

Initial release

31 Jul 08:54
Compare
Choose a tag to compare

Capture, check if URL has been captured already, and open found line in Emacs should work with current master HEAD of LinkRemark.

Data format has not stabilized yet and be changed.