Re: Yet another browser extension for capturing notes - LinkRemark

2022-01-19 Thread Samuel Wales
just a quick fwiw before i try to reply to the longer message by max. my own suggestion is modest for metadata, [even for science papers and things with funny web construction]. just title like org-capture extension. no need to cite in my case. my needs for saving and restoring, however, are mor

Re: Yet another browser extension for capturing notes - LinkRemark

2022-01-19 Thread Ihor Radchenko
András Simonyi writes: >> As a side note, citeproc-el currently has poor performance on large org >> files. It is unusable for me. > > Could you elaborate? In theory, oc-cs.el's performance should depend > only on the number of citations (as opposed to the size of the Org > document) and be in th

Re: Yet another browser extension for capturing notes - LinkRemark

2022-01-19 Thread András Simonyi
Dear All, On Wed, 19 Jan 2022 at 10:56, Ihor Radchenko wrote: > As a side note, citeproc-el currently has poor performance on large org > files. It is unusable for me. Could you elaborate? In theory, oc-cs.el's performance should depend only on the number of citations (as opposed to the size of

Re: Yet another browser extension for capturing notes - LinkRemark

2022-01-19 Thread Ihor Radchenko
András Simonyi writes: > Just wanted to note that the CSL-based export processor, oc-csl.el, > already supports this: you can add an Org file as a bibliography, cite > items described by ol-bibtex style headings and export the citations. Thanks for telling! oc-csl is tricky because it relies on

Re: Yet another browser extension for capturing notes - LinkRemark

2022-01-19 Thread András Simonyi
Dear All, On Wed, 19 Jan 2022 at 04:24, Ihor Radchenko wrote: > > Scientific papers require more work, it is necessary to make them > > available to org-cite somehow. Some nerds use quite peculiar blog > > engines and strange setting of metadata. So shopping on some sites might > > work better t

Re: Yet another browser extension for capturing notes - LinkRemark

2022-01-18 Thread Ihor Radchenko
Max Nikulin writes: > Scientific papers require more work, it is necessary to make them > available to org-cite somehow. Some nerds use quite peculiar blog > engines and strange setting of metadata. So shopping on some sites might > work better than other cases. I have plans to implement some

Re: Yet another browser extension for capturing notes - LinkRemark

2022-01-18 Thread Max Nikulin
On 18/01/2022 12:43, Samuel Banya wrote: Not sure if it helps, but you could also use the w3m browser's mentality of just keeping an HTML file that contains all of your bookmarks. I'm sure there's probably even a way to use 'eww' in the same fashion too. Maybe even making your own personal wik

Re: Yet another browser extension for capturing notes - LinkRemark

2022-01-18 Thread Max Nikulin
Samuel, since significant part of your message is dedicated to capturing of tab groups I should ask if you have tried version of LinkRemark add-on currently available from browser extension catalogues: - https://addons.mozilla.org/firefox/addon/linkremark/ - https://chrome.google.com/webstore

Re: Yet another browser extension for capturing notes - LinkRemark

2022-01-17 Thread Samuel Banya
Not sure if it helps, but you could also use the w3m browser's mentality of just keeping an HTML file that contains all of your bookmarks. I'm sure there's probably even a way to use 'eww' in the same fashion too. Maybe even making your own personal wiki of a webring of sorts would help too. I

Re: Yet another browser extension for capturing notes - LinkRemark

2022-01-17 Thread Samuel Wales
my amazon example was silly and confusing. the point isn't shopping for something; it's anything. science papers, news outlets, nerd blogs. On 1/16/22, Samuel Wales wrote: > more below. > > On 12/26/20, Maxim Nikulin wrote: >> On 26/12/2020, Samuel Wales wrote: >> >>> [... i can imagine great

Re: Yet another browser extension for capturing notes - LinkRemark

2022-01-16 Thread Samuel Wales
more below. On 12/26/20, Maxim Nikulin wrote: > On 26/12/2020, Samuel Wales wrote: > >> [... i can imagine great things possible with such extensions. for >> example, you could have sets of tabs, selected by right click in >> firefox, to save to a bunch of org entries. then you could load that >

Re: Yet another browser extension for capturing notes - LinkRemark

2020-12-27 Thread Maxim Nikulin
On 26/12/2020 20:49, Ihor Radchenko wrote: > Maxim Nikulin writes: I have reordered some parts of discussion Also, do you pass any of the parsed metadata to org-protocol? If you do, it would be trivial to get it into capture templates on Elisp (and org-capture-ref) side. I decided that captu

Re: Yet another browser extension for capturing notes - LinkRemark

2020-12-26 Thread Ihor Radchenko
Maxim Nikulin writes: > I just inspected pages on several sites using developer tools and added > code that handles noticed elements. I see. I basically did the same, except some minimal support for OpenGraph (though I stopped when I saw that even YouTube is not following the standard, except th

Re: Yet another browser extension for capturing notes - LinkRemark

2020-12-26 Thread Maxim Nikulin
On 25/12/2020, Ihor Radchenko wrote: Reading through the code, I can see that you are familiar with metadata conventions. Do you know good references about what og: metadata is commonly used? I looked through the official OpenGraph specification, but popular websites appear to ignore most of the

Re: Yet another browser extension for capturing notes - LinkRemark

2020-12-26 Thread Maxim Nikulin
On 26/12/2020, Samuel Wales wrote: [... i can imagine great things possible with such extensions. for example, you could have sets of tabs, selected by right click in firefox, to save to a bunch of org entries. then you could load that particular set of entries into firefox whenever you want.

Re: Yet another browser extension for capturing notes - LinkRemark

2020-12-25 Thread Samuel Wales
maxim, it is great to see new work in this area. thanks for sharing. russell, i use the org-capture extension for firefox, which is on the firefox extensions site. it is for if you want a different set of data captured [it uses your org capture template]. it works well for me. [not a suggestio

Re: Yet another browser extension for capturing notes - LinkRemark

2020-12-25 Thread Russell Adams
On Fri, Dec 25, 2020 at 07:44:22PM +0700, Maxim Nikulin wrote: > I am experimenting with a browser add-on that is intended > to be a bridge between browser and Org mode. > In the family of Org mode capture helpers it is among ones > that adds web page metadata to the note. > Source code repository:

Re: Yet another browser extension for capturing notes - LinkRemark

2020-12-25 Thread Ihor Radchenko
Maxim Nikulin writes: > I am experimenting with a browser add-on that is intended > to be a bridge between browser and Org mode. > In the family of Org mode capture helpers it is among ones > that adds web page metadata to the note. > Source code repository: https://github.com/maxnikulin/linkrema