Poom27 downloadsแปลงตัวอักษร ฃ ให้กลายเป็น [ และ ฅ ให้กลายเป็น ] ทันทีที่พิมพ์ในตัวแก้ไข
An Obsidian plugin that remaps two rarely-used Thai characters to square brackets while typing in the editor:
ฃ inserts [ insteadฅ inserts ] insteadฃ and ฅ are obsolete Thai consonants that no longer appear in modern Thai spelling, so this plugin repurposes their keyboard positions as convenient shortcuts for typing square brackets — handy for wiki-links ([[...]]) and Markdown syntax without reaching for a different keyboard layout.
The remap happens instantly as you type, with no extra keystrokes needed.
khunpoom/Thai-bracket-remapmanifest.json and main.js from the latest release.thai-bracket-remap inside your vault's .obsidian/plugins/ directory.YourVault/.obsidian/plugins/thai-bracket-remap/
├── manifest.json
└── main.js
Open main.js and edit the CHAR_MAP object:
const CHAR_MAP = {
'ฃ': '[',
'ฅ': ']',
};
Add or change character pairs as you like, then reload the plugin for changes to take effect.
ปลั๊กอิน Obsidian เล็กๆ ที่แปลงตัวอักษรไทยที่แทบไม่ได้ใช้แล้ว (ฃ, ฅ) ให้กลายเป็นวงเล็บเหลี่ยมขณะพิมพ์:
ฃ → ได้ [ฅ → ได้ ]ทำงานทันทีที่พิมพ์ในหน้าต่างแก้ไข (editor) ของ Obsidian โดยไม่ต้องกด backspace ลบเอง เหมาะสำหรับพิมพ์ wiki-link ([[...]]) หรือ syntax Markdown โดยไม่ต้องสลับ layout คีย์บอร์ด
.obsidian/plugins/ (ถ้าไม่มีโฟลเดอร์ plugins ให้สร้างขึ้นมาเอง)thai-bracket-remapmanifest.json และ main.js ใส่ในโฟลเดอร์นั้นเปิดไฟล์ main.js แล้วแก้ใน object CHAR_MAP ตามต้องการ แล้วรีโหลดปลั๊กอิน