mirror of
https://github.com/smortapp/obsidian-smort.git
synced 2026-07-22 06:30:27 +00:00
No description
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| esbuild.config.mjs | ||
| main.ts | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| SmortLogo.svg | ||
| styles.css | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
Smort.io Obsidian Plugin
This is an Obsidian plugin to import Smort.io articles in Markdown.
Open the command palette (using cmd+p on macOS for example) and type Smort. You should see Smort: Get Smort.io article as Markdown. Select that command and enter the smort.io share link. The markdown version of the article will be pasted!
Caveats
- Highlights will be in a single color
- If the highlight in Smort covers stylized sections (bold, italicized, blockquote etc), then it will be split into multiple highlights in the markdown.
Credits: This code was adapted from the Pluck plugin