Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jelly_neuron_excitability_switch
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
compneurophys
jelly_neuron_excitability_switch
Commits
0cfacdff
Commit
0cfacdff
authored
4 years ago
by
Jan-Hendrik Schleimer
Browse files
Options
Downloads
Patches
Plain Diff
a papis cofnig file
parent
000a5a46
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cfg/config
+77
-0
77 additions, 0 deletions
cfg/config
with
77 additions
and
0 deletions
cfg/config
0 → 100644
+
77
−
0
View file @
0cfacdff
#
# This is a general section, the settings set here will be set for
# all libraries
#
[settings]
#
# General file opener program, rifle is a nice python program
# If you're on macOS, you can write "open", if you're on linux
# you can also write "xdg-open", on windows-cygwin, you can set it to
# "cygstart"
#
# opentool = rifle
# Use ranger as a file browser, a nice python program
# file-browser = ranger
# Ask for confirmation when doing papis add
# add-confirm = True
# Edit the info.yaml file before adding a doc into the library
# papis add --edit
# add-edit = True
# Open the files before adding a document into the library
# papis add --open
# add-open = True
#
# Define custom default match and header formats
#
match-format = {doc[tags]}{doc.subfolder}{doc[title]}{doc[author]}{doc[year]}
#
# Define header format with colors and multiline support
#
header-format = <red>{doc.html_escape[title]}</red>
<span color='#ff00ff'> {doc.html_escape[author]}</span>
<yellow> ({doc.html_escape[year]})</yellow>
ref-format = {doc[author]:.6} {doc[year]} {doc[title]:.15}
[tui]
# editmode = vi
# options_list.selected_margin_style = bg:ansigreen fg:ansired
# options_list.unselected_margin_style =
# Define a lib
[papers]
dir = ~/Documents/papers
# override settings from the section tui only for the papers library
# you have to prepend "tui-" to the settings
# tui-editmode = emacs
# tui-options_list.unselected_margin_style = bg:blue
# use whoosh as a database for papers
# database-backend = whoosh
# rename files added by author and title
add-file-name = {doc[author]}{doc[title]}
# Define a lib for books
# [books]
# dir = ~/Documents/books
# database-backend = whoosh
# Define a lib for Videos
# [videos]
# dir = ~/Videos/courses
# Define a lib for contacts, why not?
# To make it work you just have to define some default settings
# [contacts]
# dir = ~/contacts/general
# database-backend = papis
# mode = contact
# header-format = {doc[first_name]} {doc[last_name]}
# match-format = {doc[org]} {doc[first_name]} {doc[last_name]}
# browse-query-format = {doc[first_name]} {doc[last_name]}
# add-open = False
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment