zadam
11412a258b
converted recent changes dialog to new pattern
2022-06-14 22:55:07 +02:00
zadam
f8fd8e47a9
added rename note bulk action
2022-06-12 23:29:11 +02:00
zadam
2115b76047
bulk action dialog converted to widget
2022-06-11 23:29:52 +02:00
zadam
4837dd050b
fix bug when giving focus again to autocomplete input when coming back from note type chooser
2022-06-02 23:21:17 +02:00
zadam
98b579524c
create note from template WIP
2022-05-31 22:45:57 +02:00
zadam
dcf31f8f95
toc fixes
2022-05-30 17:45:59 +02:00
zadam
37cb5f5e9a
added previous/next buttons to the find widget
2022-05-25 20:43:52 +02:00
zadam
82fcc97ed2
Merge branch 'custom-search-dialog'
2022-05-25 20:32:22 +02:00
zadam
53e9c8cdac
upgrades
2022-05-24 21:34:32 +02:00
zadam
13ccd2ba67
remove the canvas dependency (transitive dep of jsdom) in postinstall
2022-05-22 13:45:49 +02:00
zadam
fca0b82610
find widget fixes
2022-05-17 22:11:45 +02:00
zadam
8318ab7ac0
added triggerCommand and triggerEvent into frontend API
2022-05-13 22:33:57 +02:00
Tom
a37d75a08f
upd package-lock version
2022-05-03 22:01:53 +02:00
Tom
8d510a3fdd
Merge remote-tracking branch 'upstream/master' into excalidraw
...
conflict in
- package-lock (accept incoming),
- routes (remove the option to have image without filename, since it is not really necessary for canvas_note)
- note_detail
2022-05-03 21:56:52 +02:00
zadam
643a5e5b16
moving deleteNote
and deleteBranch
into entities to make them accessible to scripts, #2792
2022-04-19 23:06:46 +02:00
Tom
05c8c6cfaa
set express same as master 4.17.3
2022-04-19 00:24:41 +02:00
Tom
9771b441ad
missing path2d support for freedawings, remove node-side rendering, allow async getContent()
...
* ## Excalidraw and SVG
* 2022-04-16 - @thfrei
*
* Known issues:
* - excalidraw-to-svg (node.js) does not render any hand drawn (freedraw) paths. There is an issue with
* Path2D object not present in node-canvas library used by jsdom. (See Trilium PR for samples and other issues
* in respective library. Link will be added later). Related links:
* - https://github.com/Automattic/node-canvas/pull/2013
* - https://github.com/google/canvas-5-polyfill
* - https://github.com/Automattic/node-canvas/issues/1116
* - https://www.npmjs.com/package/path2d-polyfill
* - excalidraw-to-svg (node.js) takes quite some time to load an image (1-2s)
* - excalidraw-utils (browser) does render freedraw, however NOT freedraw with background
*
* Due to this issues, we opt to use **only excalidraw in the frontend**. Upon saving, we will also get the SVG
* output from the live excalidraw instance. We will save this **SVG side by side the native excalidraw format
* in the trilium note**.
*
* Pro: we will combat bit-rot. Showing the SVG will be very fast, since it is already rendered.
* Con: The note will get bigger (maybe +30%?), we will generate more bandwith.
* (However, using trilium desktop instance, does not care too much about bandwidth. Size increase is probably
* acceptable, as a trade off.)
2022-04-19 00:21:20 +02:00
Tom
aefc9f1593
add excalidraw excalidraw/utils, react and react-dom as npm-dependencies
2022-04-19 00:20:13 +02:00
Tom
f354821f25
basic support for using api/images with canvas-note
...
http://localhost:8080/api/images/ <noteId>/some-rando-text
2022-04-19 00:17:16 +02:00
zadam
a45cf033aa
fix hiding of linked images in shared notes, closes #2791
2022-04-15 23:09:07 +02:00
zadam
a04becc4ec
dep upgrades
2022-04-10 14:13:45 +02:00
zadam
091d6a1cf1
added #shareRaw label
2022-03-22 21:20:47 +01:00
zadam
5481375347
DB dump tool feature complete
2022-02-12 22:20:15 +01:00
zadam
398376108d
added integrity check button into advanced options.
2022-02-01 21:22:43 +01:00
zadam
2075e89239
improved logging
2022-01-31 21:25:18 +01:00
zadam
52b118df7f
add #shareRoot label to define an "index" note, closes #2567
2022-01-17 23:13:56 +01:00
zadam
6fbd5a77e4
forgotten note_types
2022-01-14 19:53:59 +01:00
zadam
ce046b2e20
small dark theme tweaks
2022-01-12 20:13:11 +01:00
zadam
28df5d4aa2
etapi improvements and more tests
2022-01-12 19:32:23 +01:00
zadam
91dec23d5e
ETAPI auth, spec improvements etc.
2022-01-10 17:09:20 +01:00
zadam
7159b13c9d
add memberId to entity_changes to avoid having to resend all changes second time
2022-01-09 20:16:39 +01:00
zadam
9ee1c9f3da
ETAPI delete/patch, refactoring
2022-01-07 19:33:59 +01:00
zadam
2b10023055
electron update
2022-01-04 22:10:35 +01:00
zadam
e7faebfac3
sharing WIP
2021-12-21 16:12:59 +01:00
zadam
16d97b95af
optimized custom script/widget loading
2021-12-19 22:08:52 +01:00
zadam
e0378c5064
optimized #keyboardShortcuts retrieval
2021-12-19 10:50:38 +01:00
zadam
2d339dec6b
share functionality WIP
2021-12-05 23:10:35 +01:00
zadam
bbceb6251a
backlinks WIP, #2349
2021-12-01 23:12:54 +01:00
zadam
1ee2abcc42
keep some types (e.g. mermaid diagrams) of notes full width
2021-11-24 21:27:55 +01:00
Myzel394
b23ead8097
Fix: Highlighting searched term should ignore accents ( #2364 )
...
* fixed accent highlighting not working
* fixed
* fixes
* improvements
2021-11-21 16:27:50 +01:00
zadam
ae29c6bac4
global note map should respect hoisting, #2365
2021-11-21 10:40:48 +01:00
zadam
89322c4b03
upgrade to electron v16 and node v16
2021-11-16 22:43:08 +01:00
zadam
20a187fab9
fix exporting root note, closes #2346
2021-11-15 21:23:19 +01:00
Myzel394
fcc0a80f4e
Add tray ( #2325 )
...
* copied tray from old thread
* added visibility changer to tray
2021-11-14 13:36:39 +01:00
zadam
8996f35cc0
Merge remote-tracking branch 'origin/next49'
2021-11-14 13:18:13 +01:00
zadam
e378435fbe
added "switch to mobile version" button to web edition, closes #1889
2021-10-31 16:56:23 +01:00
zadam
35fc4ba9a4
fix wrapping of code blocks in note revisions, #2216
2021-10-28 20:38:35 +02:00
zadam
bcabe5786f
fix ordering of note contexts, fixes #2283
2021-10-27 21:32:03 +02:00
zadam
a434aa113d
fix repeated invocation of actions in note actions dropdown, closes #2255
2021-10-21 20:53:35 +02:00
zadam
980309ae2a
sharing WIP
2021-10-19 22:48:38 +02:00