Skip to content

OpTi9/obsidian-tekken-notation

Repository files navigation

Obsidian Tekken Notation

Render Tekken Notation Diagrams in Obsidian

Demonstration

Usage

Create a fenced codeblock using tekken as the language. Specify your notations inside.

List of inputs is in the Wiki

Examples

  • default inputs:
```tekken
f,n,d,df,2
```

  • adding name: to add a name you need to start your notation with "name":
```tekken
"EWGF",f,n,d,df,2
```

  • adding info at the end: to add info at the end (ex: damage etc) you need to end your notation with "text":
```tekken
"EWGF",f,n,d,df,2,"50 damage"
```

  • adding custom text as input: to add custom text as part of the input you need to just write it as text WITHOUT quotes:
```tekken
"EWGF",f,n,d,df,2,same frame input,"50 damage"
```

  • adding combo arrows / brackets: to add combo arrows or brackets:
```tekken
1,-,1+2,-,[,3,4,]
```

Installation

Settings > Community plugins > Community Plugins > Browse and search for Tekken Notation.

Supporting creator

Buy Me a Coffee

About

Renders Tekken Notation in Obsidian.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 21