Zakher Masri

Results 30 comments of Zakher Masri

Hi @davidjerleke, I've had this in my tasks list for a while I was planning to eventually get to it but today I decided to take a jab at it...

Hi @davidjerleke thanks for the update, I'm honestly relieved you're in the same boat as us now that you've seen the error yourself 😅 I was worried it's too edgy...

Hi @davidjerleke, I also haven't used Astro before but I'm planning to learn it since it's becoming the go-to for static sites and a lot of people recommended it to...

@pruthvidarji1993 Try following the steps in this article https://borstch.com/snippet/saving-user-preferences-for-column-visibility

You mean something like this? 👇 ![image](https://github.com/lumen-notes/lumen/assets/46135573/4501b24b-a98c-4d1d-a3fc-689051334ba8)

I'm also having the same problem and it's coming specifically from `editor.replaceBlocks()` Here's a sample: ```tsx useEffect(() => { async function loadInitialHTML() { const blocks = await noteEditor.tryParseMarkdownToBlocks( "This is...

The only way I was able to update a tag name/color is by creating a new tag which I think triggers the `useDebounceFormWatch` hook

Unfortunately they're not updated live. If I change a color/name of a tag and then switch to another tag then the first tag I just updated doesn't retain the changes...

Oh I didn't notice the sidebar part. I can confirm that the tag updates when I click on the tag in the sidebar. So in general it seems I have...

I just tested it now and it seems to be working fine, the color changes when I select it and the text changes when I unfocus from the input element...