mirror of
https://github.com/eurfelux/obsidian-another-name-plugin.git
synced 2026-07-22 12:30:24 +00:00
No description
| .github/workflows | ||
| i18n | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| .prettierrc | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| main.ts | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| README.zh-CN.md | ||
| styles.css | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
Another Name
This plugin provide another name under the inline title of your file.
demo
How to use
- Turn "Options > Appearance > Show inline title" on in Obsidian.
- Type
---in the first line of your file, and Properties panel would display. - Input attribute name
another-name(default value, you could change it in plugin settings) and text which you want show under your title. - It should work!
Why I develop this
I'm not an English native speaker, but English is truly important for me. I learn something in my native language(Chinese) and remember its English name so that I know it when I read English paper.
Usually I create a note about a concept in Chinese and attach its English name after Chinese name. But I don't think that's very aesthetically pleasing, so I developed this plugin.