2023-03-19 13:50:25 +00:00
|
|
|
documentlist:
|
|
|
|
defaultstyle: multiline
|
|
|
|
marked-icon: '*'
|
|
|
|
multilinestyle:
|
|
|
|
rows:
|
|
|
|
- <red>{doc.html_escape["ref"]}</red>
|
|
|
|
- <bold>{doc.html_escape["title"]}<bold>
|
|
|
|
- <cyan>{doc.html_escape["author"]}</cyan>
|
|
|
|
tablestyle:
|
|
|
|
columns:
|
|
|
|
- content: '{doc.html_escape["ref"]}'
|
|
|
|
header: Ref
|
|
|
|
width: 15
|
|
|
|
- content: '{doc.html_escape["author"]}'
|
|
|
|
header: Author
|
|
|
|
width: 30
|
|
|
|
- content: '{doc.html_escape["year"]}'
|
|
|
|
header: Year
|
|
|
|
width: 4
|
|
|
|
- content: '{doc.html_escape["title"]}'
|
|
|
|
header: Titel
|
|
|
|
width: 400
|
|
|
|
cursorrowstyle: black_white
|
|
|
|
headerstyle: underline|bold
|
|
|
|
rowstyle: white_bg
|
|
|
|
separator: " \u2502 "
|
|
|
|
keymappings:
|
2023-08-25 14:31:09 +00:00
|
|
|
' ': mark_down
|
2023-03-19 13:50:25 +00:00
|
|
|
/: search_mode
|
|
|
|
<key_down>: scroll_down
|
|
|
|
<key_up>: scroll_up
|
2023-08-25 14:31:09 +00:00
|
|
|
<ctrl-f>: page_down
|
|
|
|
<ctrl-b>: page_up
|
2023-03-19 13:50:25 +00:00
|
|
|
'?': help
|
|
|
|
G: jump_to_bottom
|
|
|
|
gg: jump_to_top
|
|
|
|
j: scroll_down
|
|
|
|
k: scroll_up
|
|
|
|
o: open
|
2023-08-25 14:31:09 +00:00
|
|
|
e: edit
|
|
|
|
n: papis edit -n papis_id:{doc['papis_id']}
|
2023-03-19 13:50:25 +00:00
|
|
|
q: quit
|
2023-08-25 14:31:09 +00:00
|
|
|
t: tag
|
|
|
|
ii:
|
|
|
|
- info_toggle
|
|
|
|
- "Toggle info window"
|
|
|
|
ij:
|
|
|
|
- info_cycle
|
|
|
|
- "Cycle info windows"
|
|
|
|
infowindow:
|
|
|
|
default_on: False
|
|
|
|
views:
|
|
|
|
apa:
|
|
|
|
content: "{format_reference(doc)}"
|
|
|
|
abstract:
|
|
|
|
content: "{doc['abstract']}"
|
|
|
|
linewrap: True
|
|
|
|
height: 8
|
2023-03-19 13:50:25 +00:00
|
|
|
statusbar:
|
|
|
|
left:
|
|
|
|
default: <black_white> {info["mode_upper"]} <black_white>
|
|
|
|
right:
|
|
|
|
default: <black_white> {info["idx"]} < {info["marked"]} < {info["view"]} < {info["items"]} <black_white>
|