Tobias Büschel

Results 20 comments of Tobias Büschel

> Now that [Obsidian](https://obsidian.md/) has implemented proper PDF embedding in their notes, the main thing that's missing is still this issue of being able to search in pdfs. This a...

@HadrienPierart good point :) This has already been fixed by the following: https://github.com/a5hik/ng-sortable/commit/5652dbdbd7f831c766762d967b79d63eabb07d5c @a5hik I think we can close this?

Adding to that, shall we include some documentation on how to define your own custom toast types? @timolins Also thanks for the great library 👍

> Has anybody tried to do this yet? If so, I'd be interested how far you got. Go for it @sebinsua 🚀 Sorry, I haven't had much time in the...

+1 on this, this would be a great option to simplify daily notes and meeting note taking :) Here's one example of how this could work (for my use case):...

> For whoever is interested, we've released two packages that make testing components much nicer than the current state of things in Jest. It is similar to https://github.com/DockYard/svelte-inline-compile but less...

For the moment, one may also use LaTeX to generate code listings: ##### Add this to `preamble.tex`: ``` % CODE BLOCKS \usepackage[utf8]{inputenc} \usepackage{listings} \usepackage{color} \lstdefinestyle{inText}{ language=c, basicstyle=\small\ttfamily, % basicstyle=\linespread{0.8}\small\ttfamily, upquote=true,...

@tpict this might be related: https://github.com/jgm/pandoc/issues/1253

Adding to what @jonathanzong said, it would be great to support this as it would help to easily build features such as: **Input text** ``` Hello @jukben how are you?...

@jukben that could be a fun project, I wish I would have some more time! We would probably have to do something like this: https://github.com/lovasoa/react-contenteditable/blob/master/src/react-contenteditable.tsx Happy Wednesday!