Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

TIPA Support

akdemirdenizakdemirdeniz352 downloads

Adds support for TIPA phonetic notation.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates2

TIPA (TeX IPA) is a system for processing IPA (International Phonetic Alphabet) symbols in LaTeX. This Obsidian plugin implements TIPA notation to Obsidian.

Features

  • Converts TIPA notation to Unicode phonetic symbols
  • Supports \textipa{}, \tipa{}, \nt{}, and \wt{} commands
  • Supports inline notation with $...$
  • Supports code blocks
  • Automatic rendering in both editing and reading modes (for code blocks)

Restrictions

  • Live preview support is non existent for inline syntax (\textschwa for example)

Installation

Automatic Installation

On your Obsidian app, go to Options -> Community Plugins -> Browse and search for 'TIPA Support'. Click on the card and install and then enable.

Manual Installation

  1. Download the latest release.zip from the GitHub repository
  2. Extract the files to your vault's plugins folder:
    YourVault/.obsidian/plugins/tipa-obsidian-plugin/
  3. The folder should contain:
    • main.js
    • manifest.json
    • styles.css
    • versions.json
  4. Restart Obsidian
  5. Go to Settings → Community plugins and enable "TIPA IPA Support"

Usage

Basic Usage

Here is \tipa{["s@mTIN]} for something.

Or use the full form: \textipa{["h{@}loU]} for hello.

Narrow transcription: \nt{o}

Wide transcription: \wt{i}

Support

You can support my development of this plugin by buying me a coffee!

HealthGood
ReviewSatisfactory
About
Convert TIPA/TeX IPA notation to Unicode IPA symbols using \textipa{}, \tipa{}, \nt{}, and \wt{} commands. Render inline $...$ transcriptions and code blocks, with automatic rendering for code blocks in edit and reading modes. Expect no live inline preview for some constructs (e.g. \textschwa).
LaTeXLanguagesScience
Details
Current version
1.0.1
Last updated
8 months ago
Created
10 months ago
Updates
2 releases
Downloads
352
Compatible with
Obsidian 1.10.6+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
akdemirdenizakdemirdeniz
akdemirdeniz.github.io
GitHubakdemirdeniz
  1. Community
  2. Plugins
  3. LaTeX
  4. TIPA Support

Related plugins

Simplified Chinese Word Splitting

Adds Simplified Chinese word splitting support for the editor and Vim mode.

LanguageTool

Unofficial integration of the LanguageTool spell and grammar checker.

Quick Latex

Simplify and speed up LaTeX math typing.

Dictionary

A multilingual dictionary that shows word definitions in the sidebar and popover synonyms.

Calctex

Calculate LaTeX formulas.

Text to Speech

Hear your notes.

Extended MathJax

Enable additional MathJax packages and adds a global preamble for MathJax.

Latex Suite

Make typesetting LaTeX math as fast as handwriting through snippets, text expansion, and editor enhancements.

Typst Mate

Render math expressions with Typst instead of MathJax.

GDScript Syntax Highlighting

Add live GDScript syntax highlighting to code block.