Refnotes plugin has got a major update
Refnotes is a reference manager tool that allows you to maintain a “personal library” of references, citations, footnotes and abbreviations in Tiddlywiki.
Release 1.8.0
- May 27th, 2022
- [NEW] Cited in shows the list of tiddlers has cited current reference. See Backlinks in bibtex references
- [NEW] Process new bibtex entries button uses slugify operator to convert titles to lowercase, remove spaces and all nasty characters
- [NEW] The
ref
macro supports pranthetical and narrative in-text citation in accordance with APA7 style - [NEW] The
ref
macro supports page numbers with in-text citation in accordance with APA7 style - [FIXED] The
showrefs
now displays the references in correct form based APA7 style - [FIXED] The defualt citation style (e.g. APA) now shows the author names in-text citation in correct form
- [FIXED] Documentation is updated to reflect recent changes
- [FIXED] Some global macros now are local and tag
$:/tags/Macro
was removed
If you like it go to Code page and star it!
Release 1.8.5
- Dec 12th, 2022
- [NEW] Refnotes 1.8.4 and later needs Tiddlywiki 5.2.1 above. It uses some new features like
$let
,format:titlelist
, … - [NEW] The new
bibliography
macro insert a bibliography section which is different from work cited (or reference list which is created byshowrefs
). See Terminology - [NEW] The
cite
is a new synonym forref
macro. There is a plan to deprecateref
and usecite
which is more semantic. - [NEW]
ExperimentalWarning
- APA style for patents (has some issues)
- [NEW] Output style for patent (APA 7)
- [FIXED] Some typos in $:/plugins/kookma/refnotes/macros/apa/ref fixed
- [FIXED] The helper macros from $:/plugins/kookma/refnotes/macros/apa/ref is moved to $:/plugins/kookma/refnotes/macros/apa/ref-helper. This avoids creating some unnesseray global macros/variables
- [FIXED] The readability of $:/plugins/kookma/refnotes/macros/bibtex/find-refs improved, it also find
<<cite .>>
in text - [FIXED] Documentation is improved
Release 1.8.6
- Mar 9th, 2023
- [NEW] Updated to Tiddlywiki 5.2.5
- [FIXED] Cited in now supports both
ref
andcite
macros.
Release 1.8.7
- May 2nd, 2023
- [NEW] Updated to TW 5.2.7
- [FIXED] The footnote counter in $:/plugins/kookma/refnotes/styles/footnote-counter now resets on
tc-single-tiddler-window
to work when tiddler is opened in a separate new window