You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah currently it only looks at the current file name. If added, this should probably behind an option because I can imagine some people don't want this
Since I've only been using this plugin for a few days by now, I find it hard to think of a situation where you would want an option for that. There might be use cases for that option, but I just cannot imagine a specific situation.
After a little thought, i want to put it a little more broadly:
Current behavior:
Change from non-ignored to ignored* -> sync
Change from ignored to non-ignored* -> don't sync
Expected behavior:
Change from non-ignored to ignored* -> don't sync
Change from ignored to non-ignored* -> sync
*That is in each case in both directions (h1 -> filename and filename -> h1)
Steps to Reproduce:
Expected behavior:
Actual behavior:
Possible solution:
The current handleSyncFilenameToHeading checks for the old path only. It should also check whether the new file name is ignored.
The text was updated successfully, but these errors were encountered: