No description
Find a file
2022-04-05 21:07:22 -07:00
.editorconfig Initial commit 2022-03-22 17:55:06 -07:00
.eslintignore Initial commit 2022-03-22 17:55:06 -07:00
.eslintrc Initial commit 2022-03-22 17:55:06 -07:00
.gitignore Initial commit 2022-03-22 17:55:06 -07:00
.npmrc Initial commit 2022-03-22 17:55:06 -07:00
esbuild.config.mjs FEAT | Obsidian plugin for Smort.io 2022-03-22 23:16:48 -07:00
main.ts REF | Using obsidian requesUrl instead of electron request so that it'll work on mobile too & added checks (1)verify correct URL (2) article id is uuidv4 2022-04-05 20:36:05 -07:00
manifest.json ADD | Updated to v1.0.1 2022-04-05 21:07:22 -07:00
package-lock.json NPM | uuid 2022-04-05 20:33:25 -07:00
package.json NPM | uuid 2022-04-05 20:33:25 -07:00
README.md FEAT | Obsidian plugin for Smort.io 2022-03-22 23:16:48 -07:00
SmortLogo.svg FEAT | Obsidian plugin for Smort.io 2022-03-22 23:16:48 -07:00
styles.css FEAT | Obsidian plugin for Smort.io 2022-03-22 23:16:48 -07:00
tsconfig.json Initial commit 2022-03-22 17:55:06 -07:00
version-bump.mjs Initial commit 2022-03-22 17:55:06 -07:00
versions.json ADD | Updated to v1.0.1 2022-04-05 21:07:22 -07:00

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