mirror of
https://github.com/core-hn/pseudobsidian-ization.git
synced 2026-07-22 06:57:06 +00:00
chore: v0.1.0 — minAppVersion 1.7.2, CSS border-bottom fix, versions.json
This commit is contained in:
parent
79bc9fa6d4
commit
0183c6d034
5 changed files with 6 additions and 9 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "pseudonymizer-tool",
|
||||
"name": "Pseudonymizer Tool",
|
||||
"version": "0.0.6",
|
||||
"version": "0.1.0",
|
||||
"minAppVersion": "1.7.2",
|
||||
"description": "Pseudonymize and correct interactional transcripts (Jefferson, ICOR, SRT, CHAT/CHA). Designed for qualitative researchers in linguistics and conversation analysis.",
|
||||
"author": "Axelle Abbadie",
|
||||
|
|
|
|||
2
package-lock.json
generated
2
package-lock.json
generated
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "pseudonymizer-tool",
|
||||
"version": "0.0.6",
|
||||
"version": "0.1.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "pseudonymizer-tool",
|
||||
"version": "0.0.6",
|
||||
"version": "0.1.0",
|
||||
"description": "Plugin Obsidian de pseudonymisation de transcriptions",
|
||||
"author": "Axelle Abbadie",
|
||||
"homepage": "https://cv.hal.science/axelle-abbadie/",
|
||||
|
|
|
|||
|
|
@ -19,9 +19,7 @@
|
|||
background-color: rgba(60, 200, 100, 0.2);
|
||||
border-radius: 2px;
|
||||
outline: 1px solid rgba(60, 200, 100, 0.35);
|
||||
text-decoration: underline;
|
||||
text-decoration-color: rgba(60, 200, 100, 0.9);
|
||||
text-underline-offset: 2px;
|
||||
border-bottom: 2px solid rgba(60, 200, 100, 0.9);
|
||||
}
|
||||
|
||||
/* Modal de validation sélective */
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
"0.0.3": "1.4.0",
|
||||
"0.0.4": "1.4.0",
|
||||
"0.0.5": "1.4.0",
|
||||
//"0.0.6": "1.6.6",
|
||||
"0.0.6": "1.7.2"
|
||||
// "0.1.0": "1.7.2"
|
||||
"0.0.6": "1.6.6",
|
||||
"0.1.0": "1.7.2"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue