diff --git a/manifest.json b/manifest.json new file mode 100644 index 00000000..daaf95c5 --- /dev/null +++ b/manifest.json @@ -0,0 +1,10 @@ +{ + "title": "logseq-rot13", + "description": "Adds the /ROT13 slash command to rotate all alphabetic characters in blocks on a page by 13 characters. +Doing it again returns the original text. eg This is a test of ROT13 <---> Guvf vf n grfg bs EBG13 ", + "author": "David Moss", + "repo":"admoss0/logseq", + "icon": "./icon.png", + "effect": false, + "sponsors": [] +} diff --git a/packages/logseq-rot13/README.md b/packages/logseq-rot13/README.md new file mode 100644 index 00000000..e64ef6d4 --- /dev/null +++ b/packages/logseq-rot13/README.md @@ -0,0 +1,9 @@ +logseq-rot13 adds a slash command (/ROT13) to logseq that rotates all alphabetic characters on the current page by 13 places in the alphabet. Doing /ROT13 again reveals the original text. + +This is a test of ROT13 <---> Guvf vf n grfg bs EBG13 + +Why would you want to do this? My use case is a page full of passwords to various systems I keep in logseq. I don't want to make it too easy for other people to search my disk for usernames and get passwords. So I ROT13 the page. It also prevents people shoulder-surfing other pages with information I don't want them to know. + +ROT13 is not intended as a security protocol. It is far too easy to crack. It is intended to quickly obfuscate a page of information and just as quickly get the original text back. + +As always, use it at your own risk. diff --git a/packages/logseq-rot13/icon.png b/packages/logseq-rot13/icon.png new file mode 100644 index 00000000..e5be75c4 Binary files /dev/null and b/packages/logseq-rot13/icon.png differ diff --git a/packages/logseq-rot13/manifest.json b/packages/logseq-rot13/manifest.json new file mode 100644 index 00000000..d0492a99 --- /dev/null +++ b/packages/logseq-rot13/manifest.json @@ -0,0 +1,9 @@ +{ + "title": "ROT13", + "description": "Adds a slash command (/ROT13) that rotates every alphabetic character in blocks on a page by 13 places. Doing it again returns the original text." , + "author": "David Moss", + "repo":"admoss0/ROT13", + "icon": "./icon.png", + "effect": false, + "sponsors": [] +}