Skip to content

Releases: NotePlan/plugins

🕸 Map of Contents

12 Jun 22:00
Compare
Choose a tag to compare

What's Changed in 🕸 Map of Contents plugin?

For more details see the plugin's README.

[0.3.1] - 2023-06-16

  • new command /MOC: update plugin settings that allows settings to be changed on iOS/iPadOS.

[0.3.0] - 2023-06-09

  • speeded up generation significantly
  • added a refresh button to MOC notes
  • now supports Chinese character searches (thanks to report by 黑背衝鋒)

[0.2.3] - 2022-09-27

Changed

  • Now automatically excludes the special folders (Archive, Templates, Searches) from being included when creating MOCs. The Trash was already excluded.

[0.2.2] - 2022-08-18

Changed

  • updated to newer logging framework. No functional changes, I think.

[0.2.1] - 17.7.2022

Added

  • fixed problem with #hashtag and @mention in search terms
  • Note: there is an issue in NotePlan with created notes with @ or # in the title: they tend to disappear, which makes the refreshing of MOCs into the existing MOC unreliable.

[0.2.0] - 13.6.2022

Added

  • new option 'Sort order for results', and now defaults to 'alphabetical', with other options 'createdDate' and 'updatedDate' [requested by @John1]
  • new option 'Case insensitive searching?', which defaults to false [suggested by @John1]

Changed

  • now matches search terms on whole words, not parts of words
  • now ignores matches in paths of markdown links, as well as in file:/... and https://... URLs [suggested by @John1]

[0.1.0] - 9.6.2022

Initial release with new command to create Maps of Content (MOCs) /make MOC. I regard this as experimental feature, and I particularly welcome feedback on its usefulness.

🧩 Raindrop.io

08 Jun 00:47
Compare
Choose a tag to compare

KimMachineGun.Raindrop Plugin Changelog

About KimMachineGun.Raindrop Plugin

See Plugin README for details on
available commands and use case.

[0.1.0] - 2022-08-03 (KimMachineGun)

Added

  • added /rd command to search raindrop and create note.
  • added /rd:insert command to search raindrop and insert (or copy) link.

🟰 Math Solver

01 Nov 03:46
Compare
Choose a tag to compare

dwertheimer.MathSolver Changelog

About dwertheimer.MathSolver Plugin

See Plugin README for details on available commands and use case.

[1.2.0] - 2022-10-31 (@dwertheimer)

  • Change default calculation behavior to calculate only the block above the click

[1.1.0] - 2022-08-28 (@dwertheimer)

  • Public release

[1.0.11] - 2022-08-28 (@dwertheimer)

  • Added rounding digits preference and command '/Calculate Math Blocks (no rounding)'

[1.0.10] - 2022-08-28 (@dwertheimer)

  • Basic Time Math & other Math.js units

[1.0.9] - 2022-08-24 (@dwertheimer)

  • Fix for calculation output not consistently showing

[1.0.8] - 2022-08-23 (@dwertheimer)

  • Add columnar output option

[1.0.7] - 2022-08-23 (@dwertheimer)

  • Trap for syntax errors and display errors

[1.0.6] - 2022-08-23 (@dwertheimer)

  • Potential fix for @george65 subtotal assignment issue

[1.0.5] - 2022-08-22 (@dwertheimer)

  • Added /debug Math Code

[1.0.4] - 2022-08-22 (@dwertheimer)

  • Frontmatter changed to require variables under mathPresets
  • Allow users to enter "total = var1 + var2"

[1.0.3] - 2022-08-19 (@dwertheimer)

  • Added ability to assign (sub)total to a variable. Thx @george65#1130
  • Added presets in preferences
  • Added ability to grab variable values from frontmatter variables in this document

[1.0.2] - 2022-08-18 (@dwertheimer)

  • Added [TotalsOnly] button and preference
  • Removed annotations from basic assignment lines

[1.0.1] - 2022-08-18 (@dwertheimer)

  • Fixed percentages. Thx @QualitativeEasing!

🧩 Codedungeon Toolbox

07 Jul 17:06
Compare
Choose a tag to compare

codedungeon.Toolbox Changelog

About codedungeon.Toolbox Plugin

See Plugin README for details on available commands and use case.

[1.4.1] - 2022-07-07 (@mikeerickson)

  • No changes, forcing version update

[1.4.0] - 2022-07-07 (@mikeerickson)

  • Removed dead code
  • Fixed linting errors

[1.3.1] - 2022-05-24 (@mikeerickson)

  • Removed convertToRtf as it has been added to NotePlan

[1.3.0] - 2021-09-26 (@mikeerickson)

  • Modified convertToHtml to remove attributes by default
  • Modified convertSelectionToHtml to remove attributes by default

[1.2.1] - 2021-09-04 (@mikeerickson)

Added

  • Updated to use new NotePlan helper modules

[1.1.0] - 2021-08-29 (@mikeerickson)

Added

convertToRtf - Converts current note to RTF and copies to clipboard
reorderList - Reorders an ordered list (select list items which you wish to reorder)

[1.0.1..1.0.2] - 2021-08-28 (@mikeerickson)

Fixed

[1.0.0] - 2021-08-26 (@mikeerickson)

Initial Release

Added

covertToHtml - Convert current note to html and copies to clipboard
convertSelectionToHtml - Convert current selection to html and copies to clipboard

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

Plugin Versioning Uses Semver

All NotePlan plugins follow semver versioning. For details, please refer to semver website

📅 Date Automations

18 May 06:36
Compare
Choose a tag to compare

dwertheimer.DatAutomations Changelog

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[1.3.2] 2022-05-17 @dwertheimer (thx to @Mattcito)

  • Fix en-GB in settings instructions

[1.3.1] 2022-04-16 @dwertheimer (thx to @oschrenk)

  • Fixed bug in /now-8601 (wasn't showing the time)
  • Added more to the readme

[1.3.0] 2022-04-15 @dwertheimer (thx to @oschrenk)

  • Removed reliance on _configuration file
  • Added plugin-specific settings

[1.2.0] - 2021-09-03 (dwertheimer) added date8601 back in for templates -- got dropped along the way

[1.1.1] - 2021-08-22 (mikeerickson)

Fixed

  • fixed /formatted direct call, was forcing default instead of using _configuration

[1.1.0] - 2021-08-21 (mikeerickson)

Added

  • Added formatted option (using /formatted) and selecting formatted from /dp choice

1.0.9 Now compiled for macOS versions back to 10.13.0.

1.0.1 Removing "macOS.minVersion" - no longer necessary with transpiling

1.0.0 Adding /now - ISO 8601 standard

        Fix bug in /time

0.0.2 Adding "macOS.minVersion": "10.15.7"

0.0.1 Initial version

💶️ Expenses

23 Feb 15:05
c324b01
Compare
Choose a tag to compare

m1well.Expenses Plugin Changelog

[1.7.1] - 2022-02-22 (@dwertheimer)

Fixed

  • updateOrInstall was pulling wrong JSON file

[1.7.0] - 2022-02-10 (@m1well)

Added

  • Add possiblity to do configuration via the new plugin settings section
  • But also downwards compatible

[1.6.0] - 2022-01-05 (@m1well)

Changed

  • Load tracking notes via DataStore to not open them all the time

[1.5.1] - 2022-01-04 (@m1well)

Fixed

[1.5.0] - 2022-01-01 (@m1well)

Fixed

  • error calculating the current month in fixed tracking

Changed

  • note processing (depend on note object, not on editor object)
  • add multiple lines at once on fixed tracking and aggregation

[1.4.0] - 2021-12-15 (@m1well)

Changed

  • configurable amount format (full with always 2 fraction digits or short with no fraction digits and always rounded)

[1.3.0] - 2021-12-09 (@m1well) (some ideas from @dwertheimer)

because of breaking changes, normally this should give a new major version.
but because I assume that no one has yet installed this plugin, a minor version would be ok

Changed

  • config: added configurable delimiter
  • config: added configurable date format
  • config: added configurable column order
  • config: changed shortcuts from string to object datastructure
  • tracking: added some more checks (if category is configured and amount is "ok")
  • commands: added 3 new commands for individual tracking, shortcuts tracking and fixed tracking
  • aggratation: changed whole aggregation because of new date and column order
  • tests: added tests

[1.2.0] - 2021-12-06 (@m1well)

Changed

  • trim input from user for the text @individual tracking

[1.1.0] - 2021-12-03 (@m1well)

Changed

  • changed exception handling for aggregation quality check
  • moved tests to new folder
  • changed wordings: 'fixExpenses' to 'fixedExpenses' and 'cluster' to 'category'

[1.0.0] - 2021-11-24 (@m1well)

Added

  • initial releaase

⭐️ Favorites

17 Nov 06:10
Compare
Choose a tag to compare

Favorites Plugin Changelog

[1.0.0] - 2021-11-16 (@dwertheimer)

Added

  • Initial plugin functions: /fave, /unfave, /faves