This commit is contained in:
Oscar Plaisant
2024-09-25 16:35:23 +02:00
parent 62f0313af1
commit 695358527b
177 changed files with 141941 additions and 25310 deletions

View File

@@ -0,0 +1,9 @@
{
"doConcealEditMode": true,
"regexp": [
"({{1,2}(?![\\s{])(?:c?\\d+(?::{1,2}|\\|))?)(?:[^}]+)(}{1,2})",
"^.*(:):.*",
"(https://(www\\.)?)"
],
"enable": true
}

File diff suppressed because one or more lines are too long

View 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
}

View 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;
}