You must have edited a few core tiddlers and maybe added a few buttons? I'm not sure if you changed the images intentionally or not.
I notice you have two ViewTemplate files, one with two dots before the extension instead of one. If none of these changes were intentional you can delete all of them. Normally when I make custom buttons and stuff I name it a different prefix like $:/arlen/ unless I actually need to override a core tiddler. This helps to keep upgrade cleaner. I'm not seeing anything here yet that should be affecting it. On Sun, May 3, 2020 at 8:25 PM Kevin Kleinfelter < [email protected]> wrote: > *kevin@boxtop3*:*/data/containers/tiddlywiki/data*$ find . -print | grep > __core > > ./pkb/tiddlers/$*__core*_images_right-arrow.tid > > ./pkb/tiddlers/$*__core*_images_cancel-button.tid > > ./pkb/tiddlers/$*__core*_ui_Buttons_more-page-actions.tid > > ./pkb/tiddlers/$*__core*_images_new-journal-button.tid > > ./pkb/tiddlers/$*__core*_ui_ViewTemplate..tid > > ./pkb/tiddlers/$*__core*_images_menu-button.tid > > ./pkb/tiddlers/$*__core*_ui_Buttons_cancel-and-close.tid > > ./pkb/tiddlers/$*__core*_images_edit-button.tid > > ./pkb/tiddlers/$*__core*_images_new-button.tid > > ./pkb/tiddlers/$__config_ViewToolbarButtons_Visibility_$*__core* > _ui_Buttons_close-others.tid > > ./pkb/tiddlers/$*__core*_images_done-button.tid > > ./pkb/tiddlers/$*__core*_images_delete-button.tid > > ./pkb/tiddlers/$*__core*_images_save-button.tid > > ./pkb/tiddlers/$*__core*_images_left-arrow.tid > > ./pkb/tiddlers/$__config_PageControlButtons_Visibility_$*__core* > _ui_Buttons_advanced-search.tid > > ./pkb/tiddlers/$*__core*_images_close-button.tid > > ./pkb/tiddlers/$*__core*_images_new-image-button.tid > > ./pkb/tiddlers/$*__core*_images_down-arrow.tid > > ./pkb/tiddlers/$*__core*_images_up-arrow.tid > > ./pkb/tiddlers/$*__core*_ui_Buttons_save-and-close.tid > > ./pkb/tiddlers/$*__core*_images_advanced-search-button.tid > > ./pkb/tiddlers/$*__core*_images_export-button.tid > > ./pkb/tiddlers/$*__core*_images_options-button.tid > > ./pkb/tiddlers/$*__core*_ui_ViewTemplate.tid > > ./dtl/tiddlers/$*__core*_images_advanced-search-button.tid > > ./dtl/tiddlers/$*__core*_images_left-arrow.tid > > ./dtl/tiddlers/$__config_ViewToolbarButtons_Visibility_$*__core* > _ui_Buttons_close-others.tid > > ./dtl/tiddlers/$__config_PageControlButtons_Visibility_$*__core* > _ui_Buttons_advanced-search.tid > > ./dtl/tiddlers/$*__core*_images_delete-button.tid > > ./dtl/tiddlers/$*__core*_images_down-arrow.tid > > ./dtl/tiddlers/$*__core*_ui_Buttons_more-page-actions.tid > > ./dtl/tiddlers/$*__core*_images_new-image-button.tid > > ./dtl/tiddlers/$*__core*_images_new-journal-button.tid > > ./dtl/tiddlers/$*__core*_images_save-button.tid > > ./dtl/tiddlers/$*__core*_images_cancel-button.tid > > ./dtl/tiddlers/$*__core*_images_export-button.tid > > ./dtl/tiddlers/$*__core*_images_menu-button.tid > > ./dtl/tiddlers/$*__core*_images_up-arrow.tid > > ./dtl/tiddlers/$*__core*_images_edit-button.tid > > ./dtl/tiddlers/$*__core*_ui_Buttons_save-and-close.tid > > ./dtl/tiddlers/$*__core*_ui_ViewTemplate.tid > > ./dtl/tiddlers/$*__core*_images_done-button.tid > > ./dtl/tiddlers/$*__core*_ui_Buttons_cancel-and-close.tid > > ./dtl/tiddlers/$*__core*_images_new-button.tid > > ./dtl/tiddlers/$*__core*_images_options-button.tid > > ./dtl/tiddlers/$*__core*_images_close-button.tid > > ./dtl/tiddlers/$*__core*_images_right-arrow.tid > > ./dtl/tiddlers/$*__core*_ui_ViewTemplate..tid > > On Sun, May 3, 2020 at 8:08 PM Arlen Beiler <[email protected]> wrote: > >> check if you have any files in the tiddlers folder of your data folder >> that start with $__core >> >> If you do, please paste the names here. >> >> On Sun, May 3, 2020 at 7:00 PM Kevin Kleinfelter < >> [email protected]> wrote: >> >>> No output from `which tiddlywiki`. The only way I can use a >>> "tiddlywiki" command is to first run something like: >>> `alias tiddlywiki=node >>> /usr/local/lib/node_modules/tiddlywiki/tiddlywiki.js`. >>> So I usually run it as `node /usr/local/lib/node_modules/ >>> tiddlywiki/tiddlywiki.js` >>> >>> As I mentioned earlier, the only non-plugin tiddlywiki.js is >>> /usr/local/lib/node_modules/tiddlywiki/tiddlywiki.js and that >>> reports 5.1.22. >>> >>> I think it is clear that the version I HAVE after attempting to upgrade >>> is 5.1.21, and npm is somehow broken and thinks I have 5.1.22. >>> >>> >>> On Sun, May 3, 2020 at 5:12 PM Arlen Beiler <[email protected]> wrote: >>> >>>> can you run `which tiddlywiki`? >>>> >>>> Also, is you current folder a data folder? Meaning is there a >>>> tiddlywiki.info file in the folder you are running the tiddlywiki >>>> command from? >>>> >>>> On Sun, May 3, 2020 at 1:34 PM Kevin Kleinfelter < >>>> [email protected]> wrote: >>>> >>>>> >>>>> - `node /usr/local/lib/node_modules/tiddlywiki/tiddlywiki.js >>>>> --version` reports 5.1.21. >>>>> - `npm show tiddlywiki version` reports 5.1.22 >>>>> - `find / -name tiddlywiki.js` reports: >>>>> - /usr/local/lib/node_modules/tiddlywiki/tiddlywiki.js >>>>> - >>>>> >>>>> /usr/local/lib/node_modules/tiddlywiki/plugins/tiddlywiki/codemirror-mode-x-tiddlywiki/files/mode/tiddlywiki/tiddlywiki.js >>>>> >>>>> >>>>> -- >>>>> 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/5dfa53d0-47ca-4adc-a7c4-fd3e6c5d4390%40googlegroups.com >>>>> <https://groups.google.com/d/msgid/tiddlywiki/5dfa53d0-47ca-4adc-a7c4-fd3e6c5d4390%40googlegroups.com?utm_medium=email&utm_source=footer> >>>>> . >>>>> >>>> -- >>>> You received this message because you are subscribed to a topic in the >>>> Google Groups "TiddlyWiki" group. >>>> To unsubscribe from this topic, visit >>>> https://groups.google.com/d/topic/tiddlywiki/LKLuEaMB8vk/unsubscribe. >>>> To unsubscribe from this group and all its topics, send an email to >>>> [email protected]. >>>> To view this discussion on the web visit >>>> https://groups.google.com/d/msgid/tiddlywiki/CAJ1vdSRr%2BKbW4c5VT-w59N05qa3rGa_98v3mQj%3D35kLemAeAsQ%40mail.gmail.com >>>> <https://groups.google.com/d/msgid/tiddlywiki/CAJ1vdSRr%2BKbW4c5VT-w59N05qa3rGa_98v3mQj%3D35kLemAeAsQ%40mail.gmail.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/CAKBuMvKjUHqzyL5OqrPVy1H45PrmY6w2-id%2BVgcVfLo4aC2YJA%40mail.gmail.com >>> <https://groups.google.com/d/msgid/tiddlywiki/CAKBuMvKjUHqzyL5OqrPVy1H45PrmY6w2-id%2BVgcVfLo4aC2YJA%40mail.gmail.com?utm_medium=email&utm_source=footer> >>> . >>> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "TiddlyWiki" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/tiddlywiki/LKLuEaMB8vk/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/tiddlywiki/CAJ1vdSTi%2B78qEQAF7fyo%3DXSwrrK5RZYNZxgMKCaRD073NUnFKA%40mail.gmail.com >> <https://groups.google.com/d/msgid/tiddlywiki/CAJ1vdSTi%2B78qEQAF7fyo%3DXSwrrK5RZYNZxgMKCaRD073NUnFKA%40mail.gmail.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/CAKBuMvJYpogzUBROV41D%2ByBHNNiNd6yv2j1XtwAAg5gKp64g-g%40mail.gmail.com > <https://groups.google.com/d/msgid/tiddlywiki/CAKBuMvJYpogzUBROV41D%2ByBHNNiNd6yv2j1XtwAAg5gKp64g-g%40mail.gmail.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/CAJ1vdSSsAxrFC97vOgEEUbnBY4RyqVR3tYCG%2BgOn0y2382%2BBvA%40mail.gmail.com.

