Releases: Superschnizel/Obsidian-Moviegrabber
Releases · Superschnizel/Obsidian-Moviegrabber
1.1.20
1.1.19
Added ability to use javascript string functions on data
1.1.18
1.1.17
1.1.16
1.1.15
- Added the possibility to add a year to the search by addind it in parentheses to the search (e.g.
(2024)
) - Added some description text to the search to better show what is available.
1.1.14
Adding Regex Transformations to Templates.
Regex Transformation can be used to transform the data by applying regular expressions.
They are given as an additional option after pre- and suffix. Inside this Transformation every regular expression given inside <$ $>
delimiters will be replaced by the matching string from the input.
Example:
This Regex Transformation will transform the "Actors" data in the form of Firstname Lastname
into a link in the form of [[Lastname, Firstname|@Firstname Lastname]]
(see issue #21):
{{Actors|"[[|]]"|<$\w+$$>, <$^\w+$>\|@<$^\w+$> <$\w+$$>}}
1.1.13
1.1.12
- Added support for templated filenames:
- Supports the same tags normaly available in note templates.
1.1.11
- allowed the option to choose between 'short' and 'full' options for plot length.
- fixed an issue that caused an issue with spaces after commas dissapearing.