@saqimtiaz It was one year before that you had given me some suggestions regarding the Notation editor. Although I had checked Floats and Nlite editor at that time, I didn’t had the sufficient knowledge in TW to modify it for my purpose at that time. After that I had tried to create different versions of modal based tiddler search and editors by studying others peoples implementations with relatively good results. Today I tried to modify some parts of the Nlite editor to my liking and got this.
I am quite satisfied with it, except that the text field is not seen in the preview on the right side. Instead only the tiddler title is displayed in the Preview. Can you suggest where I am going wrong? This is the demo wiki link - My TiddlyWiki — a non-linear personal web notebook
Also is there any way to highlight the searched word in the editor and in the search results?
Pressed for time and cannot take a detailed look at the code but trying replace the following for the preview: {{!!text}}
with: <$transclude tiddler={{!!text}} mode="block"/>
Thank you @saqimtiaz .
This seem to be working when I checked in my mobile and I have updated the demo. Will do more testing once I am back on my desktop.
Can you give some suggestions regarding this when you have free time. It is not an urgent matter.
I added some more modifications to the editor to add different view modes using radio buttons (inspired by a previous implementation by Charlie Veniot) - See this tiddler - My TiddlyWiki — a non-linear personal web notebook This is just for experimental purposes. I want to try out which view modes I can use reliably on both desktop and mobile.
Why the radio buttons are placed vertically instead of horizontally. When I pasted the code for radio buttons alone in a tiddler, they are arranged horizontally, but in this editor it’s seen vertically aligned. Dont know why. I tried to add some classes to the radio buttons - but its not working
I tried to add the context search into this editor - but I couldn’t make it work properly. I guess this is the not the way to do it or context won’t work like that in this editor.
Is it possible to navigate the search results using up and down arrows. I checked this out - but what ever I tried didn’t work. May be because I changed the dropdown pattern of the search results
When the Editor radio button is selected, the edit text widget displayed with cursor placed at the bottom of the text. Is there any way to keep the cursor at the beginning of the text.