Danila Nikolaev
Danila Nikolaev
@TimothyBramlett Right mouse button. Should've think about Mac users.
@joethei thanks for the review! I've made some amends: - I check for Dataview in the beginning of onLoad() in main.ts (https://github.com/dartungar/obsidian-simple-note-review/blob/master/main.ts) and show notice (and stop loading plugin) if...
@joethei I've made further improvements - now Simple Note Review will load, but show notices every time some Dataview-related function is called. See https://github.com/dartungar/obsidian-simple-note-review/blob/master/src/dataview/dataviewFacade.ts, https://github.com/dartungar/obsidian-simple-note-review/blob/18605dc673270c11c8be42407a7719279f528df5/src/queue/queueService.ts#L34, and https://github.com/dartungar/obsidian-simple-note-review/blob/18605dc673270c11c8be42407a7719279f528df5/src/queue/selectQueueModal.ts#L36. I've tried it...
@liamcain Thanks for the thorough review! I've corrected these. > * [getNextFilePath](https://github.com/dartungar/obsidian-simple-note-review/blob/18605dc673270c11c8be42407a7719279f528df5/src/queue/queueService.ts#L110) Is this supposed to be removing items from the queue? Or is that all handled by re-running the...
@liamcain hello there, I've corrected some minor bugs that became apparent during the last week in which I used the plugin myself. I've also tested it on mobile. It would...
Second this. I'm surprised there's not already a plugin that allows to bind a snippet to a custom command.
@johnie hey, cool idea! The principal question I have is - why translate, and not just paste your own list of emotions in whatever language you prefer, via the settings?...
@net-frog I'm tight on time right now; will look at it when I get a breather. As a temporary fix, you can do the same thing @gemlad did and see...
@gemlad @net-frog I've made a quick fix that should fix Obsidian's hanging up because of empty noteset queues - please try version 1.2.5 and check if it's indeed fixed.
@gemlad @net-frog uh, turns out that was not all of the problem. How about trying new 1.2.6? I think I finally got it. Sorry for freezing your Obsidian.