Skip to content

Commit

Permalink
Reduce empty lines to be below linter line limit
Browse files Browse the repository at this point in the history
  • Loading branch information
jbfil committed Mar 1, 2024
1 parent 648ac14 commit 7c66397
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main/frontend/commands.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@
["C" (->priority "C")]]

;; advanced

[["Query" [[:editor/input "{{query }}" {:backward-pos 2}]
[:editor/exit]] query-doc]
["Zotero" (zotero-steps) "Import Zotero journal article"]
Expand All @@ -290,15 +289,11 @@
(println "draw file created, " path))
text)) "Draw a graph with Excalidraw"]
["Embed HTML " (->inline "html")]

["Embed Video URL" [[:editor/input "{{video }}" {:last-pattern command-trigger
:backward-pos 2}]]]

["Embed Youtube timestamp" [[:youtube/insert-timestamp]]]

["Embed Twitter tweet" [[:editor/input "{{tweet }}" {:last-pattern command-trigger
:backward-pos 2}]]]

["Code block" [(case (state/get-preferred-format)
:markdown [:editor/input "```\n```\n" {:type "block"
:backward-pos 5
Expand Down

0 comments on commit 7c66397

Please sign in to comment.