Arcane Obfuscate

by Shusako
5
4
3
2
1
Score: 32/100

Description

Category: Note Enhancements

The Arcane Obfuscate plugin for Obsidian allows you to mark text as obfuscated, replacing it with animated runic characters that can't be easily deciphered. In edit mode, the original text is still visible, while in reading mode, it's transformed into an intriguing and secure format. The plugin also offers flexibility, allowing you to reveal specific words or phrases by surrounding them with special syntax or using a shortcut. This unique feature adds an extra layer of security and whimsy to your Obsidian notes, making it perfect for storing sensitive information or simply adding an air of mystery to your writing.

Reviews

No reviews yet.

Stats

2
stars
675
downloads
0
forks
677
days
702
days
702
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
3
total issues
3
open issues
0
closed issues
10
commits

Latest Version

2 years ago

Changelog

Sentence case for settings

README file from

Github

Arcane Obfuscate

This plugin for Obsidian adds the ability to mark text to be obfuscated in an animated runic (by default) look.

Edit mode: before Reading mode: after

This plugin was made to be used in conjunction with Obsidian Webpage Export, and that drove a lot of the design decisions. The source text isn't exposed in the resulting HTML (it's prerendered as random runic characters with withspace and escaped characters being plain-text), but because the structure of the text is still there it would still be prone to dictionary/pattern matching attacks (so don't hide things you truly care about with this, they are not perfectly private).

Syntax

Basic syntax would be to surround text like so: `~text here~` This will result in all of that text being obfuscated.

There is the option to have some text show through the obfuscation for any reason. `~test visib\l\e~` will show the two letters 'le' as plain text.

There is also a shortcut by prepending a word with '!' to reveal the whold word. `~test !visible~` will reveal the entire word 'visible'

How to develop

  • Clone this repo.
  • Make sure your NodeJS is at least v16 (node --version).
  • npm i or yarn to install dependencies.
  • npm run dev to start compilation in watch mode.

Manually installing the plugin

  • Copy over main.js, styles.css, manifest.json to your vault VaultFolder/.obsidian/plugins/arcane-obfuscate/.

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Text Generator
4 years ago by Noureddine Haouari
Text Generator is a versatile plugin for Obsidian that allows you to generate text content using various AI providers, including OpenAI, Anthropic, Google and local models.
Translator
4 years ago by Haifeng Lu
A plugin for Obsidian to translate selected text.
Text Dataset Aid Plugin
4 years ago by Conner Ohnesorge
This is a obsidian plugin to help with the creation of personal jsonl datasets for text generation models.
Toggle Case
3 years ago by automattech
Obsidian plugin to toggle between `lowercase` `UPPERCASE` and `Title Case`
Text Extractor
3 years ago by Simon Cambier
A (companion) plugin to facilitate the extraction of text from images (OCR) and PDFs.
Jelly Snippets
3 years ago by Spencer Gouw
A simple text snippets plugin for Obsidian.md. BACKUP SNIPPETS BEFORE UPDATING.
Colored Text
3 years ago by Erinc Ayaz
Colored Tags
3 years ago by Pavel Frankov
Colorizes tags in different colors.
Text Transform
3 years ago by ipshing
Text Conversions
3 years ago by Juan D Frias
Text conversions for Obsidian
Dynamic Text Concealer
2 years ago by Matt Cole Anderson
Obsidian.md Plugin to conceal or replace user configured text patterns in Live Preview and Read Mode.
Text Focus
2 years ago by usysrc
Focus the text area when opening a new note.
Regex Mark
2 years ago by Mara-Li
Remove Newlines
2 years ago by Elias Jaffe
A plugin for Obsidian.md which removes newlines and blank lines from selected or pasted text.
Text expand
6 years ago by MrJackphil
A simple text expand plugin for Obsidian.md
Text Snippets
5 years ago by Ariana Khitrova
Snippets plugin for obsidian
Text Format
5 years ago by Benature
Format seleted text in Obsdidian.md
Text Transporter
5 years ago by TfTHacker
Text Transporter - advanced text management for Obsidian.
Colorizelt
2 years ago by Artsem Holub (WiNE-iNEFF)
Easy color and clear selected text
Text Finder
2 years ago by hafuhafu
Provides a find/replace window in edit mode similar to VSCode (supports regular expressions and case sensitivity).
Textgrams
2 years ago by Akop Kesheshyan
Create and store ASCII graphics in your Obsidian
Snippetsaurus
2 years ago by Christian Humbert