update
This commit is contained in:
9
.obsidian/plugins/dynamic-text-concealer/data.json
vendored
Normal file
9
.obsidian/plugins/dynamic-text-concealer/data.json
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"doConcealEditMode": true,
|
||||
"regexp": [
|
||||
"({{1,2}(?![\\s{])(?:c?\\d+(?::{1,2}|\\|))?)(?:[^}]+)(}{1,2})",
|
||||
"^.*(:):.*",
|
||||
"(https://(www\\.)?)"
|
||||
],
|
||||
"enable": true
|
||||
}
|
369
.obsidian/plugins/dynamic-text-concealer/main.js
vendored
Normal file
369
.obsidian/plugins/dynamic-text-concealer/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
11
.obsidian/plugins/dynamic-text-concealer/manifest.json
vendored
Normal file
11
.obsidian/plugins/dynamic-text-concealer/manifest.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"id": "dynamic-text-concealer",
|
||||
"name": "Dynamic Text Concealer",
|
||||
"version": "1.1.1",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Conceal or replace user configured text patterns in Live Preview and Read Mode.",
|
||||
"author": "Matt Cole Anderson",
|
||||
"authorUrl": "https://github.com/mattcoleanderson",
|
||||
"fundingUrl": "https://www.buymeacoffee.com/mattcoleanderson",
|
||||
"isDesktopOnly": false
|
||||
}
|
15
.obsidian/plugins/dynamic-text-concealer/styles.css
vendored
Normal file
15
.obsidian/plugins/dynamic-text-concealer/styles.css
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
|
||||
This CSS file will be included with your plugin, and
|
||||
available in the app when your plugin is enabled.
|
||||
|
||||
If your plugin does not need CSS, delete this file.
|
||||
|
||||
*/
|
||||
.dtc-setting {
|
||||
flex: auto;
|
||||
}
|
||||
|
||||
.dtc-hide-match {
|
||||
display: none;
|
||||
}
|
Reference in New Issue
Block a user