mirror of
https://github.com/logos-storage/logos-storage-docs-obsidian.git
synced 2026-01-06 23:33:07 +00:00
Adds "commentator" plugin
This commit is contained in:
parent
8635b15f00
commit
db79549020
1
.obsidian/community-plugins.json
vendored
1
.obsidian/community-plugins.json
vendored
@ -1,5 +1,6 @@
|
||||
[
|
||||
"obsidian42-brat",
|
||||
"commentator",
|
||||
"query-control",
|
||||
"calendar",
|
||||
"nldates-obsidian",
|
||||
|
||||
60
.obsidian/plugins/commentator/data.json
vendored
Normal file
60
.obsidian/plugins/commentator/data.json
vendored
Normal file
@ -0,0 +1,60 @@
|
||||
{
|
||||
"version": "0.2.3",
|
||||
"default_edit_mode": 0,
|
||||
"default_preview_mode": 0,
|
||||
"diff_gutter": true,
|
||||
"editor_styling": true,
|
||||
"diff_gutter_hide_empty": true,
|
||||
"annotation_gutter": true,
|
||||
"annotation_gutter_included_types": 31,
|
||||
"annotation_gutter_hide_empty": true,
|
||||
"annotation_gutter_default_fold_state": false,
|
||||
"annotation_gutter_fold_button": true,
|
||||
"annotation_gutter_resize_handle": true,
|
||||
"annotation_gutter_focus_on_click": true,
|
||||
"annotation_gutter_width": 200,
|
||||
"comment_style": "icon",
|
||||
"tag_completion": true,
|
||||
"tag_correcter": true,
|
||||
"clipboard_remove_syntax": true,
|
||||
"edit_info": true,
|
||||
"toolbar_preview_button": true,
|
||||
"toolbar_edit_button": true,
|
||||
"toolbar_show_buttons_labels": true,
|
||||
"status_bar_preview_button": true,
|
||||
"status_bar_edit_button": true,
|
||||
"status_bar_metadata_button": true,
|
||||
"database_workers": 2,
|
||||
"post_processor": true,
|
||||
"live_preview": true,
|
||||
"alternative_cursor_movement": true,
|
||||
"enable_metadata": true,
|
||||
"enable_author_metadata": true,
|
||||
"enable_timestamp_metadata": true,
|
||||
"enable_completed_metadata": false,
|
||||
"enable_style_metadata": false,
|
||||
"enable_color_metadata": false,
|
||||
"add_metadata": true,
|
||||
"add_author_metadata": true,
|
||||
"add_timestamp_metadata": true,
|
||||
"add_completed_metadata": false,
|
||||
"add_style_metadata": false,
|
||||
"add_color_metadata": false,
|
||||
"author": "mc2",
|
||||
"suggestion_mode_operations": {
|
||||
"cursor_movement": {
|
||||
"addition": "ignore_metadata",
|
||||
"deletion": "ignore_metadata",
|
||||
"substitution": "ignore_metadata",
|
||||
"highlight": "ignore_metadata",
|
||||
"comment": "ignore_completely"
|
||||
},
|
||||
"bracket_movement": {
|
||||
"addition": "stay_inside",
|
||||
"deletion": "stay_inside",
|
||||
"substitution": "stay_inside",
|
||||
"highlight": "stay_inside",
|
||||
"comment": "stay_inside"
|
||||
}
|
||||
}
|
||||
}
|
||||
106
.obsidian/plugins/commentator/main.js
vendored
Normal file
106
.obsidian/plugins/commentator/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
.obsidian/plugins/commentator/manifest.json
vendored
Normal file
1
.obsidian/plugins/commentator/manifest.json
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"id":"commentator","name":"Commentator","version":"0.2.3","minAppVersion":"1.5.0","description":"Add review comments to your notes using CriticMarkup syntax","author":"kometenstaub and Fevol","authorUrl":"https://github.com/fevol","isDesktopOnly":false}
|
||||
1
.obsidian/plugins/commentator/styles.css
vendored
Normal file
1
.obsidian/plugins/commentator/styles.css
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user