All Projects → ozntel → oz-image-in-editor-obsidian

ozntel / oz-image-in-editor-obsidian

Licence: other
This Obsidian plugin to view Images, Transclusions, iFrames and PDF Files within the Editor without a necessity to switch to Preview.

Programming Languages

typescript
32286 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to oz-image-in-editor-obsidian

obsidian-icon-swapper
Allows swapping out Obsidian's icons
Stars: ✭ 30 (-87.65%)
Mutual labels:  obsidian-plugin, obsidian-md
longform
A plugin for Obsidian that helps you write and edit novels, screenplays, and other long projects.
Stars: ✭ 311 (+27.98%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-link-archive
Link Archive plugin for Obsidian
Stars: ✭ 94 (-61.32%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-todoist-plugin
Materialize Todoist tasks in Obsidian notes
Stars: ✭ 521 (+114.4%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-plugin-template
Template for Obsidian.md Plugins
Stars: ✭ 32 (-86.83%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-budget-wysiwyg
Obsidian plugin that automatically switches between preview and source mode.
Stars: ✭ 25 (-89.71%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-pandoc
Pandoc document export plugin for Obsidian (https://obsidian.md)
Stars: ✭ 393 (+61.73%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-emoji-toolbar
No description or website provided.
Stars: ✭ 35 (-85.6%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-fullscreen-plugin
No description or website provided.
Stars: ✭ 30 (-87.65%)
Mutual labels:  obsidian-plugin, obsidian-md
oz-clear-unused-images-obsidian
Obsidian plugin to clear the images that are not used in note files anymore
Stars: ✭ 92 (-62.14%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-tracker
A plugin tracks occurrences and numbers in your notes
Stars: ✭ 661 (+172.02%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-hypothesis-plugin
An Obsidian.md plugin that syncs highlights from Hypothesis.
Stars: ✭ 164 (-32.51%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-rollover-daily-todos
An obsidian plugin that rolls over todo items from the previous daily note
Stars: ✭ 52 (-78.6%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-convert-url-to-iframe
Plugin for Obsidian.md to convert a selected URL to an iframe.
Stars: ✭ 132 (-45.68%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-gist
📒 Gist View for Obsidian(https://obsidian.md)
Stars: ✭ 23 (-90.53%)
Mutual labels:  obsidian-plugin, obsidian-md
statusbar-pomo-obsidian
A status bar pomodoro timer plugin for Obsidian.
Stars: ✭ 51 (-79.01%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-things-logbook
Sync your Things 3 Logbook with Obsidian
Stars: ✭ 49 (-79.84%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-tweet-to-markdown
An Obsidian.md plugin to save tweets as Markdown files.
Stars: ✭ 35 (-85.6%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian42-jump-to-date
Jump to a date via a convenient popup form. This plugin is a part of the Obsidian42 family of Obsidian plugins.
Stars: ✭ 28 (-88.48%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-simple-embeds
A plugin for Obsidian that automatically turns links into embeds.
Stars: ✭ 131 (-46.09%)
Mutual labels:  obsidian-plugin, obsidian-md

Ozan's Image in Editor Plugin

GitHub release (latest SemVer) GitHub all releases

📕 Brief Explanation

  • Plugin helps you to view images, iframes, PDF Files, excalidraw drawings and transclusions directly under the Editor view without a necessity to switch to Preview mode.
  • The plugin allows you to see both your local images and images from internet.
  • Both Markdown and Wikilinks formats are supported as described below.
  • You can resize the view of images using ALT-TEXT options provided below to ensure that they don't take too much place in your screen as long as it is not needed.

📕 Formats Supported

  • !( ALT-TEXT )[ IMAGE-NAME ] Sample: ![ #x-small ]( myimage.png )

  • ![[ IMAGE-NAME | ALT-TEXT ]] Sample: ![[ myimage.png | #x-small ]]

  • ![[ IMAGE-NAME ]] Sample: ![[ myimage.gif ]]

Scanned Image Formats : jpg, jpeg, png, gif, svg, bmp

📕 Image View Size

Relative and Absolute Path will give you possibility to add alt text for the image. You can decide about the size of the image using following alt texts:

  1. #small
  2. #x-small
  3. #xx-small

New Sizing Feature:

You can now use the formats below to scale the images:

  1. Width x Height: ![100x100](image.png)

  2. Width: ![300](image.png)

Invert Color Feature

Similar to Minimal Theme, you can add #invert within the alt-text to view the images in invert color mode:

  • ![[image.png|#invert]]
  • ![#invert](image.png)

📕 Transclusions Rendering

The plugin now renders the Transclusions within the Editor. You can use as file transclusion, block id and header:

  • ![[myFile]]
  • ![[myFile#^316sd1]]
  • ![[myFile#Header2]]

To be able to use this functionality, you need to enable render in plugin settings.

Sample Views:

📕 Wikilink to Markdown & Markdown to Wikilink

Plugin's link conversion functions are moved to Obsidian Link Converter Plugin with many additional functionalities. You can download from Community Plugins.

📕 Excalidraw View

After a nice collaboration with Zsolt, you can now view excalidraw drawings within the Editor, as well. Reference: Excalidraw Plugin

Usage with excalidraw extension:

  • ![[drawing.excalidraw|ALT-TEXT]]
  • !(ALT-TEXT)[drawing.excalidraw]

Usage with the new format (You don't need to add .md extension anymore):

  • ![[drawing|ALT-TEXT]]
  • !(ALT-TEXT)[drawing]

Important: If you are using 1.2.x version of Excalidraw plugin, Wikilinks format needs to include .md extension, otherwise, drawing won't be rendered in Editor.

  • You can now turn on/off rendering option for Excalidraw drawings.

📕 PDF Render Feature

You can turn on option for rendering the PDF files in the Editor mode. You can view both from local files and from the internet. You can also start viewing the PDF file from certain page number using the following pattern:

  • ![[myfile.pdf#page=12]]
  • ![](myfile.pdf#page=12)

Samples

Local PDF File

PDF File From a Link

📕 iFrame Render Feature

You can turn on the iFrame option from settings to render iframes within the editor:

📕 New Settings Options

Refresh Images After Changes

You can now turn on option to refresh images after each file update. It is especially useful for excalidraw drawings:

Turn On / Turn Off Image Rendering

You have an option now to toggle image rendering in your editor:

You can do toggle rendering by a command from the pallette:

📕 Sample Image Render Views

Markdown Format

Wikilinks format

📕 Contact

If you have any issue or you have any suggestion, please feel free to reach me out directly using contact page of my website ozan.pl/contact/ or directly to [email protected].

Support

If you are enjoying the plugin then you can support my work and enthusiasm by buying me a coffee:

Buy Me a Coffee at ko-fi.com
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].