Hi,
I am new to Obsidian, and have spent quite some time trying to figure out a workflow that would suit my needs.
My main use would be documenting the progress of projects:
from idea through prototypes to finished project, and then being able to reuse part of that knowledge in new projects.
So this would involve code snippets, howto recipes, links, screenshots, images and short videos of prototypes.
Up to now I have been doing most of my writing in scrivener and trying to create a wiki using dokuwiki, but I want a better way to organise my notes.
I understand Obsidian is primarily for text, but I hope to find a way to easily include the occasional image and video.
I prefer to keep both images and video locally, and this seems to reduce my options when it comes to formatting.
What I’m trying to do
To use dokuwiki as an example of what I would like to achieve in Obsidian:
The syntax in dokuwiki for adding image and video:
{{:lidarplatform01.jpg?200|}}
{{:lidarplatform.mp4 |}}
This would add an image resized to 200 pixels. When I click on the image it links to the full size image.
The video player includes an option to go full screen.
So both image and video are quite small and inobtrusive as default.
Things I have tried
if I drag an imagefile to my note I would get something like this:
![[teensypinout.jpg]]
I am able to resize it like this:
![[teensypinout.jpg|200]]
I have not figured out if it is possible to add a link to this type of notation which could link to the fullsize image, so by clicking on the small image I should somehow activate [[teensypinout.jpg]]
I looked at the DarkArts theme with custom css to zoom the image when clicking on it, but it didnt go fullsize, only slighly bigger, and it is not very practical for my purposes.
I have also explored the <img approach, and then it is easy to adjust size and add a link, but I have not been able to do this with an image on my disk, only referring to an online image.
It seems this it will be easier to use video, by using the media extended plugin.
HC