initial commit
This commit is contained in:
commit
d051ed47d4
20 changed files with 67373 additions and 0 deletions
65032
.obsidian/plugins/obsidian-ocr/main.js
vendored
Normal file
65032
.obsidian/plugins/obsidian-ocr/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
11
.obsidian/plugins/obsidian-ocr/manifest.json
vendored
Normal file
11
.obsidian/plugins/obsidian-ocr/manifest.json
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"id": "obsidian-ocr",
|
||||
"name": "Obsidian OCR",
|
||||
"version": "2.0.1",
|
||||
"minAppVersion": "0.12.0",
|
||||
"description": "Add ocr capabilities to obsidian",
|
||||
"author": "Jonas Mohr",
|
||||
"authorUrl": "https://github.com/MohrJonas/obsidian-ocr",
|
||||
"fundingUrl": "https://ko-fi.com/mohrjonas",
|
||||
"isDesktopOnly": true
|
||||
}
|
35
.obsidian/plugins/obsidian-ocr/styles.css
vendored
Normal file
35
.obsidian/plugins/obsidian-ocr/styles.css
vendored
Normal file
|
@ -0,0 +1,35 @@
|
|||
.suggestion-col {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#left-col {
|
||||
flex: 25%;
|
||||
}
|
||||
|
||||
#right-col {
|
||||
flex: 75%;
|
||||
}
|
||||
|
||||
#suggestion-heading {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#suggestion-text-preview {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#suggestion-thumbnail {
|
||||
display: block;
|
||||
margin: auto;
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
#suggestion-indexing-warning {
|
||||
color: #ff3333;
|
||||
}
|
||||
|
||||
.bar-element {
|
||||
margin-left: 3px;
|
||||
margin-right: 3px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue