@future-scholars/paperlib-format-pubname-extension 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -1
- package/readme.md +9 -6
package/package.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@future-scholars/paperlib-format-pubname-extension",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"author": "Paperlib",
|
|
5
5
|
"description": "This extension helps you automatically format the publication name. For example: 2017 ABC Conference -> ABC Conference.",
|
|
6
|
+
"homepage": "https://github.com/Future-Scholars/paperlib-format-pubname-extension",
|
|
6
7
|
"main": "dist/main.js",
|
|
7
8
|
"type": "commonjs",
|
|
8
9
|
"manifest_version": "1.0.0",
|
package/readme.md
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
1
|
-
# Paperlib
|
|
1
|
+
# Paperlib Format Publication Name Extension
|
|
2
2
|
|
|
3
|
-
This
|
|
3
|
+
This extension helps you automatically format the publication name when you import a paper into your library.
|
|
4
|
+
For example: 2017 ABC Conference -> ABC Conference.
|
|
5
|
+
It also supports define your custom formats.
|
|
4
6
|
|
|
5
|
-
|
|
6
|
-
`npm install`
|
|
7
|
+
For existing papers in your library, it provides a command `\format_pubnames`. Run it and boom!
|
|
7
8
|
|
|
8
|
-
##
|
|
9
|
-
|
|
9
|
+
## Custom Formats
|
|
10
|
+
```
|
|
11
|
+
{"some keywords": "target name", "another keywords": "another target name"}
|
|
12
|
+
```
|