Skip to content

Commit

Permalink
chore(release): 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fevol committed Jul 31, 2023
1 parent 380114b commit 304d15a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "criticmarkup",
"name": "Commentator",
"version": "0.0.5",
"version": "0.1.0",
"minAppVersion": "1.0.0",
"description": "Add review comments to your notes using CriticMarkup syntax",
"author": "kometenstaub and Fevol",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-criticmarkup",
"version": "0.0.5",
"version": "0.1.0",
"description": "A CriticMarkup plugin for Obsidian",
"main": "main.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/editor/suggestion-mode/suggestion-mode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export const suggestionMode = (settings: PluginSettings): Extension => EditorSta

// TODO: Functionality: Double click mouse should also floodfill (problem: no specific userevent attached)
// TODO: Functionality: Pasting images does not result in transaction (problem: prec does not work; how is this handled?)
// TODO: Logic: Inserting/Replacing in Deletion - Result in Substitution or added text in Deletion?
function applySuggestion(tr: Transaction, settings: PluginSettings): Transaction {
const userEvents = getUserEvents(tr);
const vim_mode = app.workspace.activeEditor?.editor?.cm.cm !== undefined;
Expand Down

0 comments on commit 304d15a

Please sign in to comment.