[tw5] Dreaming of "TidEdit", an in-browser TiddlyWiki WikiText editor

2021-08-06 Thread Charlie Veniot
Something like StackEdit , but to create and 
edit TID files using TiddlyWiki WikiText.

Essentially just a web page (a seriously stripped-down TiddlyWiki?) that 
looks like a single tiddler in edit mode.  With nothing else except:

   - a save button to download the content as a TID file
   - an open button, to find and open an existing TID file
   - a new button to start editing a new TID
   - *minus* some of the edit buttons that normally exist in a TiddlyWiki
  - excise button
  - wikitext link button
  - wrap in square brackets button
  - wrap in curly brackets button
  - insert picture button
  - insert pre-configured snippet of text button
  - choose the height of the text editor button
   - minus the "tiddler type" and "add a new field" bits

Why?  I like the concept of simple markdown editors for quick note-taking.  

I could use a simple text editor to create and save TID files, but having 
something like StackEdit as a single HTML file meant for editing TID's, 
with the preview pane right there like these markdown editors ... that 
would be pretty frigging cool.

Of course, I do not have the coding chops to build something like this.  I 
imagine for somebody who knows what he/she is doing, it would be a matter 
of grabbing the useful pre-existing bits right out of TiddlyWiki.

I'm hoping somebody might find this dream of mine interesting enough, the 
kind of editor useful enough, to slap it together?

A simple "TidEdit" editor for quick note-taking.  Running in the browser on 
any device.  That would be pretty cool.

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/64e9f859-1027-4ef9-8e97-7f39c47bc5ecn%40googlegroups.com.


Re: [tw5] Re: filter operator: sort by last part of title

2021-08-06 Thread Mohammad Rahmani
Saq,
Would you please have a look at
https://github.com/Jermolene/TiddlyWiki5/discussions/5941

It seems I cannot send the *reverse* flag as a variable for sort filter run
prefix!

Best wishes
Mohammad


On Fri, Aug 6, 2021 at 8:32 PM Saq Imtiaz  wrote:

>
> See this thread
>
> https://groups.google.com/g/tiddlywiki/c/ZXunGNpbG4c/m/ZIzuFq5iAQAJ
> On Friday, August 6, 2021 at 5:54:09 PM UTC+2 Mohammad wrote:
>
>> 1. goto https://tiddlywiki.com/prerelease/
>> 2. create three tiddlers with below titles all tagged with xtx as below
>> one: first
>> two: second
>> three: third
>>
>> 3. In another tiddler enter the below code
>>
>> \define myfilter() [split[:]last[]trim[]!sort[]]
>> <$list filter="[tag[xtx]filter]">
>>
>> 
>>
>> 4. The expected result is
>>
>> three: third
>> two: second
>> one: first
>>
>> BUT it does not work! What is wrong here?
>>
>>
>> Best wishes
>> Mohammad
>>
> --
> 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 tiddlywiki+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/055f2af6-da9b-4f11-a6e1-1d2ff5ee0ba5n%40googlegroups.com
> 
> .
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAAV1gMBQ9b36BixwfJVmgs4uNyfZEfPKvjBOHTd9oXC2L0fXPA%40mail.gmail.com.


Re: [tw5] Re: filter operator: sort by last part of title

2021-08-06 Thread Mohammad Rahmani
Hi Saq,
 It is funny! With no doubt I have Alzheimer's! ;-)


Best wishes
Mohammad


On Fri, Aug 6, 2021 at 8:32 PM Saq Imtiaz  wrote:

>
> See this thread
>
> https://groups.google.com/g/tiddlywiki/c/ZXunGNpbG4c/m/ZIzuFq5iAQAJ
> On Friday, August 6, 2021 at 5:54:09 PM UTC+2 Mohammad wrote:
>
>> 1. goto https://tiddlywiki.com/prerelease/
>> 2. create three tiddlers with below titles all tagged with xtx as below
>> one: first
>> two: second
>> three: third
>>
>> 3. In another tiddler enter the below code
>>
>> \define myfilter() [split[:]last[]trim[]!sort[]]
>> <$list filter="[tag[xtx]filter]">
>>
>> 
>>
>> 4. The expected result is
>>
>> three: third
>> two: second
>> one: first
>>
>> BUT it does not work! What is wrong here?
>>
>>
>> Best wishes
>> Mohammad
>>
> --
> 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 tiddlywiki+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/055f2af6-da9b-4f11-a6e1-1d2ff5ee0ba5n%40googlegroups.com
> 
> .
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAAV1gMDo3sX%3D1gZrPz6GYaKzxbWEQyhChpnFb1oZwZtHfvAbfg%40mail.gmail.com.


[tw5] Re: filter operator: sort by last part of title

2021-08-06 Thread Saq Imtiaz

See this thread

https://groups.google.com/g/tiddlywiki/c/ZXunGNpbG4c/m/ZIzuFq5iAQAJ
On Friday, August 6, 2021 at 5:54:09 PM UTC+2 Mohammad wrote:

> 1. goto https://tiddlywiki.com/prerelease/
> 2. create three tiddlers with below titles all tagged with xtx as below
> one: first
> two: second
> three: third
>
> 3. In another tiddler enter the below code
>
> \define myfilter() [split[:]last[]trim[]!sort[]]
> <$list filter="[tag[xtx]filter]">
>
> 
>
> 4. The expected result is
>
> three: third
> two: second
> one: first
>
> BUT it does not work! What is wrong here?
>
>
> Best wishes
> Mohammad
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/055f2af6-da9b-4f11-a6e1-1d2ff5ee0ba5n%40googlegroups.com.


[tw5] filter operator: sort by last part of title

2021-08-06 Thread Mohammad Rahmani
1. goto https://tiddlywiki.com/prerelease/
2. create three tiddlers with below titles all tagged with xtx as below
one: first
two: second
three: third

3. In another tiddler enter the below code

\define myfilter() [split[:]last[]trim[]!sort[]]
<$list filter="[tag[xtx]filter]">



4. The expected result is

three: third
two: second
one: first

BUT it does not work! What is wrong here?


Best wishes
Mohammad

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAAV1gMCcoh-F7PiSi5Ri2TWgC7CE9FkTu_zed9eS3-6h46Rbpw%40mail.gmail.com.


Re: [tw5] Re: Voting for the v5.2.0 banner artwork

2021-08-06 Thread springer
Congratulations to Frank B! 

I hereby invite people to continue to post here, or send to me, any further 
imagery that you'd like to contribute toward potential tiddlywiki 
branding/logo purposes. The image gallery will remain up 
at https://tw-logo-contest.tiddlyhost.com/

-Springer

On Tuesday, August 3, 2021 at 4:55:09 PM UTC-4 jeremy...@gmail.com wrote:

> I'm delighted to announce that the winner of the v5.2.0 banner artwork 
> competition is Frank B with this design:
>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b47c31d1-a8c1-4b5e-b77f-b386396614c6n%40googlegroups.com.


[tw5] Re: How do I store fields inside *.md files? As if it were a .tid file, without separating fields to the .meta file

2021-08-06 Thread Shareda
Hello! (sorry for my English) 

I have made the converter scripts for html/fb2 books that slices a book to 
the atomic tiddlers and maps all the keywords as links to the keywords 
tiddlers wich are the summary of all occurrences. So I get something like 
tiddlybook or hyperbook. Then I can read the book "non-linear" :)  and make 
any notes, attatch favmarks and so on, getting my own research and 
extract of the source.

Recently I saw the Obsidian Graphs. That is beautiful for me. Not useful 
:^) And now I am making and testing some custom integrations between 
TiddlyWiki on Node.js and Obsidian Markdown vault.

Yesterday I noticed that TiddlyWiki has [[text|link]] syntax, but Obsidian 
has [[link|text]]. Not beautiful :)   

четверг, 5 августа 2021 г. в 17:57:42 UTC+6, PMario: 

> Hi Shereda, 
>
> I think we didn't have this usecase yet. ... As I understand it, you want 
> to keep the .md file extension but use the TW .tid fields section and be 
> able to load the .md files into TW as if they where .tid files. ... That's 
> new!
>
> I'm not sure if we can and if we should provide this functionality. ... 
> Markdown editors expect a common format if they read .md files. Using TW 
> fields at the top is not standard for markdown. 
>
> What is your reasoning behind that? What makes it impossible for you to 
> have a .md.meta file which contains the field info?
>
> -mario
>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/fee4565e-6f97-4940-bcf9-5fec43b86319n%40googlegroups.com.


Re: [tw5] Re: NoteTaking in Streams - hierarchy-preserving flattening in wikitext

2021-08-06 Thread Saq Imtiaz
Hi Mark,

That sounds very disconcerting. Please do let me know if you discover a way 
to recreate the problem.
It seems particularly odd that the configuration tiddlers were affected as 
neither the text splitting code nor relink should be touching those.

There have been problems in the past where splitting longer text into nodes 
using alt+enter and having the configuration for new nodes to use the 
unusedtitle macro resulted in some nodes not being visible in the Stream. I 
have attempted to fix that but it is an area that needs further attention 
and upcoming changes in TW 5.2.0 will help clean it up. However, even if 
that bug is resurfacing, it would not explain the issue with configuration 
tiddlers. I will review the code for splitting longer text into multiple 
tiddlers once more.

Saq


On Friday, August 6, 2021 at 3:55:15 AM UTC+2 Mark S. wrote:

> There might be a problem with the text splitter, or maybe relink or relink 
> with the text splitter.  I was looking at my sample Streams file and found 
> I couldn't see any of the notes I had made previously. But all the tiddlers 
> were still in the TW. After some examination, I found that several Streams 
> configuration tiddlers had swapped titles (or swapped contents, depending 
> on your perspective) There were at least a half dozen such configuration 
> tiddlers. So Maximum node width 
> <#m_5305531832700594985_%24%3A%2Fconfig%2Fsq%2Fstreams%2Fnode-max-width>
>  had \n\n in it and so forth. 
>
> I don't see how that could have happened without code that actually 
> changes things. So either relink got something messed up, or the text 
> splitter moved titles around. None of the code I've added (my own search 
> section) changes tiddler's names or contents. The only other code I've used 
> is the command palette, which I've now disabled.
>
> I know this isn't very helpful, but in case someone else encounters 
> similar problems it may help narrow things down. 
>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8eac74ed-5cdc-4b5e-94d8-5fb2dee6n%40googlegroups.com.