How it goes? I'm looking for smth like inline editor and seems like you were going to do it.
среда, 24 июня 2020 г. в 02:55:50 UTC+3, TW Tones: > Michael, > > Nice work. I can see this combined with other prior methods and the recent > command > pallet > <https://groups.google.com/forum/?hl=en#!topic/tiddlywiki/09Ful62YG1g> a > tiddlywiki user/designer could become a "speed machine" building content. > > Thanks > Tony > > > On Wednesday, June 24, 2020 at 7:49:48 AM UTC+10, Michael Arndt wrote: > >> Hi Tony >> >> > Given your one line example in the video makes me ask can we use this >> to edit fields as well?, it would be great to be able to build a list field >> if tiddler titles from keyboard entry, as you example does (without the >> additional text). People could use it to build a list of tiddlers that want >> to include in an export from memory. >> That should be possible and single line is my goal. However CodeMirror >> doesn’t support that out of the box, it should work with some code though. >> > >>> - Could re enter a filter to select more than one title? >>> >>> You mean a list of Tiddlers? That would be a different mode in CM terms, >> and each auto-complete invocation would likely only give a list where the >> user can choose one entry. That is done in JS so if you know likely >> combinations you could include that in the list. >> >>> >>> - Could we allow transclusions rather than links to be placed in the >>> text (Perhaps not transcluding in your view editor)? >>> >>> great idea, I just implemented that today. (See /todo). Once rendered >> the transclusions are not updated til something triggers a re-render >> though. And I needed to edit the CM plugin a bit. >> >>> >>> - Could we provide an additional list or filter to the predictive >>> process such as a list of macronames that the predictive text would >>> insert >>> <<macroname>> (Perhaps not rendering in your view editor)? >>> >>> yes >> >>> >>> - >>> - Perhaps the ability to toggle if transclusions or macros are >>> rendered in this view/update mode. >>> >>> not sure about that one. Would need some control to do that and wire >> that up wir the CM instance. Need to look further how that might work >> (first time TW and first time CM user here 😅) >> >> >> Thanks for your interest! >> Michael >> > >>> - >>> >>> Regards >>> Tony >>> >>> >>> On Monday, June 22, 2020 at 12:09:04 AM UTC+10, Michael Arndt wrote: >>>> >>>> Hi, I'm new to TiddlyWiki. However, I missed something for very quickly >>>> writing something down, so I played around a bit with the API and >>>> CodeMirror. >>>> What do you think? >>>> >>>> https://youtu.be/Y0_eJ-5hE5s >>>> >>>> Some details: it's a new Mode for CodeMirror and it is used through a >>>> template to enable editing directly in view mode. The idea is to have it >>>> always editable and always viewed as markup format. The arrows you see in >>>> front of the Tiddler links are Codemirror widgets. >>>> I could imagine adding something like /TODO or similar. >>>> >>>> I think it'll be nice paired with saqimtiaz's streams :) >>>> >>>> Greetings >>>> Michael >>>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "TiddlyWiki" group. >>> >> To unsubscribe from this group and stop receiving emails from it, send an >>> email to [email protected]. >> >> >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/tiddlywiki/3476ce9b-3746-4518-af1e-277558e2be24o%40googlegroups.com >>> >>> <https://groups.google.com/d/msgid/tiddlywiki/3476ce9b-3746-4518-af1e-277558e2be24o%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >> -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/00bcfde5-4e7e-422f-adc2-7e2679e2d52an%40googlegroups.com.

