Commit Graph

118 Commits

Author SHA1 Message Date
arne314
36cc032222 minor(snip): fix typo 2025-10-02 15:07:56 +02:00
arne314
472eaf4d72 fix(snip): engine wordtrig edge case 2025-09-17 12:32:37 +02:00
arne314
721a200fa2 fix(snip): unicode engine edge case 2025-09-06 21:23:00 +02:00
arne314
64ba7e3541 minor(snip)!: add mid to set snippet 2025-09-03 15:43:03 +02:00
arne314
63bc8a716b feat(snip): add tp for transpose 2025-08-30 12:38:30 +02:00
arne314
9c81ac9cf1 refactor(snip): remove unnecessary priorities 2025-08-27 18:04:46 +02:00
arne314
740849eb67 minor(snip): update sum and integral snippets 2025-08-27 17:55:56 +02:00
arne314
6a9e5cccb7 feat(snip): add product snippets 2025-08-27 17:49:31 +02:00
arne314
97efdf064e feat(snip): otn for generic number series 2025-08-26 21:19:14 +02:00
arne314
00f484ce15 fix(draw): handle empty documents 2025-08-04 17:11:19 +02:00
arne314
a76daa88a9 minor(draw): rename rnote open command config 2025-08-04 13:07:28 +02:00
arne314
a9c72148b6 Merge branch 'rnote' into dev 2025-08-03 12:25:27 +02:00
arne314
b9a9512ee9 minor(snip)!: require space after simple functions 2025-08-03 12:25:27 +02:00
arne314
517d60b72a feat(snip)!: update latin greek map with reasons 2025-08-03 12:25:27 +02:00
arne314
c157b4dcf9 minor(draw): rnote export strokes not full page 2025-08-03 12:18:29 +02:00
arne314
d3fdae824b feat(draw): manually choose program to open file 2025-08-02 16:56:44 +02:00
arne314
60bacb22ad minor: fix wrong argument order 2025-08-02 16:41:53 +02:00
arne314
60b6073ca6 docs(draw): rnote usage and installation 2025-08-02 16:41:53 +02:00
arne314
7c862f2fdc feat(draw): auto export rnote on save 2025-08-01 15:52:58 +02:00
arne314
5827f6e553 feat(draw)!: insert and open rnote drawings
`:TypstarOpenExcalidraw` has been renamed to `:TypstarOpenDrawing` to
handle both Excalidraw and Rnote
2025-08-01 12:40:16 +02:00
arne314
d4fd7c47e7 refactor: rename excalidraw to drawings.lua 2025-08-01 07:58:14 +02:00
arne314
fcd3edbad2 minor: vim.loop -> vim.uv 2025-07-31 18:42:26 +02:00
arne314
092f78cd3e minor(snip)!: add cot to f(x) conflicts 2025-07-12 20:05:23 +02:00
arne314
ba16744411 minor(snip): remove additional comma in matrix 2025-07-02 13:14:34 +02:00
arne314
bfc9bff1a5 feat(snip): precise visual snippet configuration 2025-06-27 23:42:26 +02:00
arne314
50634a190d feat(snip): smart_jump() for node traversal 2025-06-27 18:11:40 +02:00
arne314
38d6c0d9bd minor(snip)!: use diff instead of partial 2025-06-22 13:36:38 +02:00
arne314
aed782d189 fix(snip): undo breakpoints 2025-06-22 13:21:42 +02:00
arne314
2565e815cf minor(snip)!: add root to f(x) conflicts 2025-06-17 21:07:34 +02:00
arne314
7cd4751162 fix(snip): markup/math detection edge cases 2025-06-14 14:41:48 +02:00
arne314
8da248151f minor(snip)!: add Pi and Xi to index conflicts 2025-06-14 13:21:26 +02:00
arne314
b73f580d1c fix(snip): markup detection edge case 2025-06-12 19:17:29 +02:00
arne314
96651972b0 feat(snip): add undo breakpoints 2025-06-11 17:07:26 +02:00
arne314
a2931f0c68 minor(snip): add partial snippets 2025-06-11 16:25:56 +02:00
arne314
849cd69f47 minor(snip)!: add log to conflicts 2025-05-19 18:13:24 +02:00
arne314
c7a2c13383 minor(snip)!: list helper 2025-05-18 00:15:56 +02:00
arne314
73191eb32c refactor(snip): improve line prepend implementation 2025-05-17 23:51:00 +02:00
arne314
0fdcfcc9c0 refactor(snip): separate engine and helpers 2025-05-15 00:33:36 +02:00
arne314
abb355c505 refactor(snip): syntax of line prepended snippets 2025-05-14 19:25:30 +02:00
Eagle4398
8295b2e4b6 feat(snip): prepend to expanded lines (#15)
* changed add_to_newl behavior to auto-indent

* commented debug messages

* fixed dm inine according to into_newl change

* oops. no visual doubling with inline dm

* in theory indent and prepend block functionality...

* parameter switch

* comments

* added prepend parameters to intonewl

* refinement

* necessary changes for dm snippet

* backup in comment

* style: format code

* refactor: remove commented code

---------

Co-authored-by: Arne <73391160+arne314@users.noreply.github.com>
2025-05-14 18:50:55 +02:00
arne314
93ad652b88 fix: breaking treesitter changes of nvim 0.11 2025-05-04 16:50:51 +02:00
arne314
db88f070ec fix: survive multiple plugin setup calls 2025-05-04 15:49:55 +02:00
arne314
45afd171f6 fix(snip): allow trigger options in start snip 2025-04-30 23:36:45 +02:00
arne314
64ef6a4d6e minor(snip): add f(x) trigger blacklist 2025-04-30 00:58:43 +02:00
arne314
71c1e15ce2 feat(snip): trigger blacklist option 2025-04-30 00:44:16 +02:00
arne314
7ffa4efe3c refactor(snip)!: trigger options parameter 2025-04-30 00:43:18 +02:00
arne314
b47e98e478 feat(snip): indent multiline visual operations 2025-04-28 00:08:49 +02:00
arne314
5297c53a56 minor(snip): add agl for angle brackets 2025-04-27 00:12:39 +02:00
arne314
28046452a7 minor(snip): add fox for f(x) and variations 2025-04-27 00:10:08 +02:00
arne314
daed44d47a revert: theorem trigger 2025-04-27 00:03:57 +02:00