Skip to content

Khordad

Compare
Choose a tag to compare
@kookma kookma released this 03 Jun 19:39
· 14 commits to master since this release

Release 1.8.3

June 5th, 2022
[FIXED] The doi displayed in reference list, now appends https://doi.org/ and opens link in a new tab/window
[NEW] The Process New Entries button, check doi field of newly added BibTeX entries and addes https://doi.org/ prefix if not exist

Release 1.8.2

June 4th, 2022
[FIXED] The showrefs handles references with no author, few words of title are shown instead, or Unknown author if title is not existed
[FIXED] The defualt template path for reference style was corrected
[FIXED] Websites output style can display retrieved date
[FIXED] Documentation improved

Release 1.8.1

June 3rd, 2022

  • [NEW] the find-refs macro has been updated to handle extra parameters in ref macro. Thanks to @Marxsal see: #25
  • [NEW] The reference list now has a link back to reference tiddlers. Thanks to @byzheng see #28
  • [FIXED] citeIn macro now handles citation with three or more parameters, thanks to @byzheng see #27
  • [FIXED] the ref macro can accept all forms of parameters in calling format e.g. <<ref "tidname" n>> and <<ref [[tidname]] n>> and <<ref 'tidname' n>> and then showrefs handles all those forms.
  • [FIXED] for author names with camelCase, wikification has been fixed
  • [FIXED] search-ui in Bibliography sidebar uses its own temp tiddler, before 1.8.1 release it used the same temp tiddler as standard search
  • [FIXED] wikification of CamelCase words in abstract, title, author fields of BibTeX entries when displayed using Viewtemplates are disabled. Thanks to @ericshulman TW Forum