Re: [Bibdesk-users] Menu items for keyboard shortcuts

2021-10-03 Thread Jose Antonio M M
I have now included Preview via its shortcut in my customisation of Touch Bar 
with BetterTouchTool. I couldn’t find the menu item, nor its shortcut in 
BibDesk's Keyboard Shortcut Index.

It’s no big deal if the bottom bar can be toggled. I’m customising Touch Bar 
mainly for the menu items I often use, such as searches in the Library of 
Congress. 

Thanks for your prompt reply,

José Antonio

> El 3 oct 2021, a las 23:31, Christiaan Hofman  escribió:
> 
> 
> 
>> On 3 Oct 2021, at 22:36, Jose Antonio M M  wrote:
>> 
>> Hello and thanks for sharing this great app.
>> 
>> Now I am configuring keyboard shortcuts for my main uses of Bibdesk, but I 
>> cannot find the menu items to Show/Hide Bottom Sidebar and to Preview the 
>> files attached to a reference item -the last one available in BibDesk's 
>> Touch Bar. 
>> 
>> Am I missing them? If not, would it be possible to expose them?
> 
> There is no menu item to toggle the bottom preview area (if that is what you 
> mean). That one can only be resized by dragging, not collapsed.
> 
> When you mean by Preview the Quick Look preview, than that is available in 
> the Edit menu, and already has a shortcut (Command-Y)t.
> 
> Christiaan
> 
> ___
> Bibdesk-users mailing list
> Bibdesk-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bibdesk-users



___
Bibdesk-users mailing list
Bibdesk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-users


Re: [Bibdesk-users] Rendering engine for displayed HTML templates

2021-10-03 Thread Christiaan Hofman


> On 3 Oct 2021, at 22:10, Alexander,J  wrote:
> 
> What engine does BibDesk use for rendering displayed HTML templates in 
> panels? In the following snippet, only the table displays correctly, with the 
> publication type flush-left and the cite-key flush-right, but on the same 
> line.  The paragraph, whose CSS displays correctly in Safari and Chrome, in 
> BibDesk has the cite-key appearing on a new line.
> 
> <$publications>
>   
>   <$pubType.uppercaseString/>
>   
>   (<$citeKey/>)
>   
>   
>   
>   <$pubType/>
>   (<$citeKey/>)
>   
> 
> 


I don’t really know. We pass it to the system to create an attributed string 
from it. Behind the scenes that uses WebKit.
 
Christiaan

___
Bibdesk-users mailing list
Bibdesk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-users


[Bibdesk-users] Rendering engine for displayed HTML templates

2021-10-03 Thread Alexander,J
What engine does BibDesk use for rendering displayed HTML templates in panels? 
In the following snippet, only the table displays correctly, with the 
publication type flush-left and the cite-key flush-right, but on the same line. 
 The paragraph, whose CSS displays correctly in Safari and Chrome, in BibDesk 
has the cite-key appearing on a new line.

<$publications>

<$pubType.uppercaseString/>

(<$citeKey/>)



<$pubType/>
(<$citeKey/>)




___
Bibdesk-users mailing list
Bibdesk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-users


Re: [Bibdesk-users] Menu items for keyboard shortcuts

2021-10-03 Thread Christiaan Hofman


> On 3 Oct 2021, at 22:36, Jose Antonio M M  wrote:
> 
> Hello and thanks for sharing this great app.
> 
> Now I am configuring keyboard shortcuts for my main uses of Bibdesk, but I 
> cannot find the menu items to Show/Hide Bottom Sidebar and to Preview the 
> files attached to a reference item -the last one available in BibDesk's Touch 
> Bar. 
> 
> Am I missing them? If not, would it be possible to expose them?


There is no menu item to toggle the bottom preview area (if that is what you 
mean). That one can only be resized by dragging, not collapsed.

When you mean by Preview the Quick Look preview, than that is available in the 
Edit menu, and already has a shortcut (Command-Y)t.

Christiaan

___
Bibdesk-users mailing list
Bibdesk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-users


[Bibdesk-users] Menu items for keyboard shortcuts

2021-10-03 Thread Jose Antonio M M
Hello and thanks for sharing this great app.

Now I am configuring keyboard shortcuts for my main uses of Bibdesk, but I 
cannot find the menu items to Show/Hide Bottom Sidebar and to Preview the files 
attached to a reference item -the last one available in BibDesk's Touch Bar. 

Am I missing them? If not, would it be possible to expose them?

___
Bibdesk-users mailing list
Bibdesk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-users


Re: [Bibdesk-users] v1.8.6: 'Searching External Databases' is limited to an arbitrary short number of results?

2021-10-03 Thread Christiaan Hofman


> On 3 Oct 2021, at 16:49, Christiaan Hofman  wrote:
> 
> 
> 
>> On 3 Oct 2021, at 15:58, mn  wrote:
>> 
>> On 29.09.21 23:03, Christiaan Hofman wrote:
>> 
>>> 
>>> For efficiency, we don’t fetch all the results at once. If you show
>>> the status bar, you may see the total number of available results.
>>> 
>>> If you search repeatedly, further results will be fetched.
>> 
>> 
>> OK.
>> Is there some way to fetch all results at once?
>> A setting or option to customize the numbers of results fetched?
>> If not, adding those would be most welcome.
>> 
>> — Mike
> 
> No, there isn’t.
> 
> Christiaan
> 


BTW, this is not just our choice. It is also the policy for the server for the 
web interface. And they threaten to block your IP address when you don’t comply 
with their policy, so I don’t think it is a good idea to ignore that.

Christiaan

___
Bibdesk-users mailing list
Bibdesk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-users


Re: [Bibdesk-users] v1.8.6: 'Searching External Databases' is limited to an arbitrary short number of results?

2021-10-03 Thread Christiaan Hofman


> On 3 Oct 2021, at 15:58, mn  wrote:
> 
> On 29.09.21 23:03, Christiaan Hofman wrote:
> 
>> 
>> For efficiency, we don’t fetch all the results at once. If you show
>> the status bar, you may see the total number of available results.
>> 
>> If you search repeatedly, further results will be fetched.
> 
> 
> OK.
> Is there some way to fetch all results at once?
> A setting or option to customize the numbers of results fetched?
> If not, adding those would be most welcome.
> 
> — Mike

No, there isn’t.

Christiaan



___
Bibdesk-users mailing list
Bibdesk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-users


Re: [Bibdesk-users] v1.8.6: 'Searching External Databases' is limited to an arbitrary short number of results?

2021-10-03 Thread mn

On 29.09.21 23:03, Christiaan Hofman wrote:



For efficiency, we don’t fetch all the results at once. If you show
the status bar, you may see the total number of available results.

If you search repeatedly, further results will be fetched.



OK.
Is there some way to fetch all results at once?
A setting or option to customize the numbers of results fetched?
If not, adding those would be most welcome.

— Mike


___
Bibdesk-users mailing list
Bibdesk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-users