Skip to content

Releases: SmortApp/obsidian-smort

1.0.1

06 Apr 04:18
Compare
Choose a tag to compare
  • Replaced Electron request with Obsidian's requestUrl which allows the plugin to work on mobile
  • Added checks for incorrect URL and article ID

1.0.0

23 Mar 06:53
Compare
Choose a tag to compare

This is the v1.0.0 plugin to import Smort.io articles in Markdown to Obsidian.md

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

  • Desktop only at the moment
  • 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