Releases: aksh1618/obsidian-importer
Releases · aksh1618/obsidian-importer
1.5.6-aksh-0.1.1
What's Changed
- Notion: Add option to preserve icon as property by @aksh1618 in #2
- Changes and enhancements from upstream: obsidianmd/obsidian-importer@1.3.1...1.5.6
Full Changelog: 1.3.1-aksh-0.1.0...1.5.6-aksh-0.1.1
How to use?
Caution: Proceed at your own risk!
- Make sure you have the official Obsidian Importer plugin installed.
- Download
obsidian-importer-aksh.zip
from release assets. - Navigate to
<vault>/.obsidian/plugins/obsidian-importer/
. - Backup existing files in the directory.
- Extract the contents of
obsidian-importer-aksh.zip
into this directory, it should be three files:main.js
,styles.css
&manifest.json
- Restart Obsidian for changes to take effect. You should be able to see the additional notion options now!
1.3.1-aksh-0.1.0
Notion Import Enhancements
- Fixed newlines missing in imported code blocks (obsidianmd#107)
- Added support for auto-detection of code language
- Settings for languages to detect as well as min code length for auto-detection
- Added support for removing TOC
How to use?
Caution: Proceed at your own risk!
- Make sure you have the official Obsidian Importer plugin installed.
- Download
main.js
from release assets. - Navigate to
<vault>/.obsidian/plugins/obsidian-importer/
. - Backup existing
main.js
in the directory. - Copy the new downloaded
main.js
to this directory. - Restart Obsidian for changes to take effect. You should be able to see the additional notion options now!