[tw5] Re: Any Ideas on how to Remove Advanced Search from TiddlyWiki?

2021-01-22 Thread Finn Lancaster
Yep, @ludwa6, much of the saving is a bit buggy, including the comments. After your post, I checked in on it, it looks like if you save and then refresh, the changes disappear sometimes. If you redo the changes though, and then save and refresh, they're there. Thanks for contributing on my

[tw5] Re: Any Ideas on how to Remove Advanced Search from TiddlyWiki?

2021-01-22 Thread ludwa6
Cool, @flanc... It works! Made a slight edit on the "Web Projects" tiddler, clicked save, and the change persists (tho server threw and error msg about it). Saving a comment didn't work tho, AFAICT. If this eventually hardens into a production-ready solution, i'd be interested to know about

[tw5] Re: Any Ideas on how to Remove Advanced Search from TiddlyWiki?

2021-01-21 Thread Finn Lancaster
Update: I have fixed Github Bug by pulling a "hacky trick" to their search algorithm that detects PAT in file. Hopefully they don't realize their issue in the code anytime soon and fix it:) Unfortunately, when bypassing their code, the html wiki file was reset, so it'll take about another day

[tw5] Re: Any Ideas on how to Remove Advanced Search from TiddlyWiki?

2021-01-21 Thread Finn Lancaster
@ludwa6, the site is still under construction. What you saw is the most recent of my bugs. The issue occurs because the Github save config is only saved on my PC. I have slightly modified the file since then with a localStorage change, but Github security policies keep revoking my PAT since it

[tw5] Re: Any Ideas on how to Remove Advanced Search from TiddlyWiki?

2021-01-21 Thread ludwa6
Sounds like an interesting project, @flanc... So i visited the site, added a comment (seemed to work fine; nice!), made a slight edit on a tiddler, pushed save... And the edit didn't stick, it just downloaded the .html file, as would be the case with any TW5 file hosted on any server. Is that

[tw5] Re: Any Ideas on how to Remove Advanced Search from TiddlyWiki?

2021-01-20 Thread Finn Lancaster
Great! It seems to work perfectly! Thanks for helping and sharing your extensive knowledge! On Wednesday, January 20, 2021 at 5:39:49 PM UTC-5 TW Tones wrote: > Hi, > > @TW Tones could elaborate on the remove the sidebar component of his idea. > > Sure, If you install Mohammad's trashbin

[tw5] Re: Any Ideas on how to Remove Advanced Search from TiddlyWiki?

2021-01-20 Thread TW Tones
Hi, @TW Tones could elaborate on the remove the sidebar component of his idea. Sure, If you install Mohammad's trashbin then open the tiddler $:/plugins/kookma/trashbin/sidebar-tab edit and remove the $:/tags/SideBar tag. You can always reopen $:/plugins/kookma/trashbin/sidebar-tab via

[tw5] Re: Any Ideas on how to Remove Advanced Search from TiddlyWiki?

2021-01-20 Thread Finn Lancaster
The ideas so far have been great! I have implemented many of them. Also, I was wondering if @TW Tones could elaborate on the remove the sidebar component of his idea. I have installed the proper plugin already. On Wednesday, January 20, 2021 at 12:00:40 AM UTC-5 TW Tones wrote: > Also you

[tw5] Re: Any Ideas on how to Remove Advanced Search from TiddlyWiki?

2021-01-19 Thread TW Tones
Also you could use Mohamad's trash plugin and remove its sidebar component, then they would have to restore the trash view and restore a tiddler. Tones On Wednesday, 20 January 2021 at 12:44:19 UTC+11 flanc...@gmail.com wrote: > Hi all! > I have recently been working on a collaborative

[tw5] Re: Any Ideas on how to Remove Advanced Search from TiddlyWiki?

2021-01-19 Thread TW Tones
To add to Marks Suggestion, you can remove the tag $:/tags/PageControl from $:/core/ui/Buttons/advanced-search to remove it from the PageControls Menu and edit $:/core/ui/SideBarSegments/search and remove the following to remove it from the sidebar <$button to="$:/AdvancedSearch"

[tw5] Re: Any Ideas on how to Remove Advanced Search from TiddlyWiki?

2021-01-19 Thread 'Mark S.' via TiddlyWiki
You could open up $:/AdvancedSearch for editing, delete the contents and save. Hopefully your users won't figure out that the counter-intuitive way to restore the advanced search is to delete it. On Tuesday, January 19, 2021 at 5:44:19 PM UTC-8 flanc...@gmail.com wrote: > Hi all! > I have