File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"id" : " readwise-mirror" ,
3
- "name" : " Readwise Mirror " ,
3
+ "name" : " Readwise mirror " ,
4
4
"version" : " 1.5.0-beta.22" ,
5
5
"minAppVersion" : " 1.1.1" ,
6
6
"description" : " Mirror your Readwise library directly to an Obsidian vault" ,
Original file line number Diff line number Diff line change @@ -254,15 +254,15 @@ export default class ReadwiseMirrorSettingTab extends PluginSettingTab {
254
254
} ,
255
255
{
256
256
id : 'files' ,
257
- name : 'File Tracking & Naming ' ,
257
+ name : 'File tracking and naming ' ,
258
258
render : ( container ) => {
259
259
this . renderFileTracking ( container ) ;
260
260
this . renderFilenameSettings ( container ) ;
261
261
} ,
262
262
} ,
263
263
{
264
- id : 'structure-display ' ,
265
- name : 'Structure & Display ' ,
264
+ id : 'highlights ' ,
265
+ name : 'Highlights ' ,
266
266
render : ( container ) => {
267
267
this . renderAuthorSettings ( container ) ;
268
268
this . renderHighlightSettings ( container ) ;
You can’t perform that action at this time.
0 commit comments