Citer
BibTeX 对于 Sublime Text 3 的引用
详细信息
安装
- 总计 5K
- Win 2K
- Mac 2K
- Linux 978
8月6日 | 8月5日 | 8月4日 | 8月3日 | 8月2日 | 8月1日 | 7月31日 | 7月30日 | 7月29日 | 7月28日 | 7月27日 | 7月26日 | 7月25日 | 7月24日 | 7月23日 | 7月22日 | 7月21日 | 7月20日 | 7月19日 | 7月18日 | 7月17日 | 7月16日 | 7月15日 | 7月14日 | 7月13日 | 7月12日 | 7月11日 | 7月10日 | 7月9日 | 7月8日 | 7月7日 | 7月6日 | 7月5日 | 7月4日 | 7月3日 | 7月2日 | 7月1日 | 6月30日 | 6月29日 | 6月28日 | 6月27日 | 6月26日 | 6月25日 | 6月24日 | 6月23日 | 6月22日 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
Mac | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
BibTeX 对于 Sublime Text 的引用
此 Sublime Text 3 插件提供了存储在 BibTeX 文件中的引用的搜索和 Tab 补全。配置文件路径,您即可开始使用!
默认设置优化为与 AcademicMarkdown 一起使用。
使用 sciunto 的 bibtexparser 库。
配置
您必须在 Citer-sublime-settings
首选项文件中指定 BibTeX 文件或文件的位置。可以将多个文件作为列表添加。
可选地,您可以定义 - search_fields
当使用 Citer 时在 BibTeX 字段中搜索 - citation_format
引用格式 - completions_scopes
限制插件操作的列表(默认情况下,Citer 会在纯文本范围内建议引用,并在源代码中禁用) - excluded_scopes
要从 Citer 补全中显式排除的作用域列表 - enable_completions
启用/禁用引用补全(当您按 @ 时) - quickview_format
当在快速查看面板中列出库条目时自定义格式(例如,使用 Citer: Show All 命令)。将变量放置在 {}
括号内。可用的变量是 citekey
,title
,author
,year
。 - auto_merge_citations
是否自动合并相邻插入的引用。 [@Fred2000][@Mary2001]
变为 [@Fred2000; @Mary2001]
。相当于在每次插入时运行 Citer: Combine adjacent citations
以下为示例(默认)配置
{
//REQUIRED:
"bibtex_file ": "example/path/to/file.bib",
// You can also specify a list
//"bibtex_file_path": ["example/path/to/file.bib", "example/path/to/fileTwo.bib"],
//OPTIONAL:
//By default Citer Search looks for your keyword in the
//author, title, year, and Citekey (id) fields
"search_fields": ["author", "title", "year", "id"] ,
//Default format is @Citekey
"citation_format": "@%s",
//list of scopes. Could be top level "text" or "source", or limit to
// e.g "text.html.markdown"
"completions_scopes": ["text"],
"enable_completions": true,
//Customise the quickview of you library, using python format syntax
"quickview_format": "{citekey} - {title}",
"auto_merge_citations": false,
"excluded_scopes": [],
}
命令
搜索功能:搜索 - 输入搜索词。所有在作者、标题、引文键或年份字段中找到该词的结果将显示出来(可配置要搜索的字段)
搜索功能:显示所有 - 快速查看您的BibTeX中的所有条目(您可以在标题中进行搜索)
搜索功能:插入标题 - 在可搜索的快速查看中显示您的BibTeX中的所有条目,并插入标题
搜索功能:合并相邻引用 - 合并相邻引用,例如 [@Fred2000][@Mary2001]
变为 [@Fred2000; @Mary2001]
自动完成
Citer为您的引文键提供自动完成功能,这些功能默认启用且可以在配置中禁用。
兼容性
Citer已与由Mendeley、Jabref和Zotero生成的BibTeX进行了测试。它应与任何良好形成的BibTeX文件兼容。
待办项
- [ ] 考虑在Markdown文件中提供pandoc文献引用格式的片段
许可
LGPLv3。详细信息请参阅COPYING。