tiddlywiki 5.3.6 → 5.3.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/ci.yml +7 -7
- package/.github/workflows/pr-check-build-size.yml +55 -0
- package/.github/workflows/pr-comment-build-size.yml +36 -0
- package/.github/workflows/pr-path-validation.yml +18 -0
- package/bin/build-site.sh +22 -14
- package/boot/boot.js +28 -20
- package/boot/bootprefix.js +4 -0
- package/core/acknowledgements.tid +1 -5
- package/core/copyright.tid +1 -1
- package/core/images/language.tid +5 -0
- package/core/language/en-GB/ControlPanel.multids +10 -6
- package/core/language/en-GB/Fields.multids +3 -3
- package/core/modules/commander.js +0 -5
- package/core/modules/commands/build.js +0 -5
- package/core/modules/commands/clearpassword.js +0 -5
- package/core/modules/commands/commands.js +0 -6
- package/core/modules/commands/deletetiddlers.js +0 -5
- package/core/modules/commands/editions.js +0 -5
- package/core/modules/commands/fetch.js +0 -5
- package/core/modules/commands/help.js +0 -5
- package/core/modules/commands/import.js +0 -5
- package/core/modules/commands/init.js +0 -5
- package/core/modules/commands/listen.js +0 -5
- package/core/modules/commands/load.js +0 -5
- package/core/modules/commands/makelibrary.js +0 -5
- package/core/modules/commands/output.js +0 -5
- package/core/modules/commands/password.js +0 -5
- package/core/modules/commands/render.js +0 -6
- package/core/modules/commands/rendertiddler.js +0 -5
- package/core/modules/commands/rendertiddlers.js +0 -5
- package/core/modules/commands/save.js +0 -6
- package/core/modules/commands/savelibrarytiddlers.js +0 -5
- package/core/modules/commands/savetiddler.js +0 -5
- package/core/modules/commands/savetiddlers.js +0 -5
- package/core/modules/commands/savewikifolder.js +0 -5
- package/core/modules/commands/server.js +0 -5
- package/core/modules/commands/setfield.js +0 -5
- package/core/modules/commands/unpackplugin.js +0 -5
- package/core/modules/commands/verbose.js +0 -5
- package/core/modules/commands/version.js +0 -5
- package/core/modules/config.js +0 -5
- package/core/modules/deserializers.js +0 -5
- package/core/modules/editor/engines/framed.js +0 -5
- package/core/modules/editor/engines/simple.js +0 -5
- package/core/modules/editor/factory.js +0 -5
- package/core/modules/editor/operations/bitmap/clear.js +0 -5
- package/core/modules/editor/operations/bitmap/resize.js +0 -5
- package/core/modules/editor/operations/bitmap/rotate-left.js +0 -5
- package/core/modules/editor/operations/text/excise.js +0 -5
- package/core/modules/editor/operations/text/focus-editor.js +0 -5
- package/core/modules/editor/operations/text/insert-text.js +0 -5
- package/core/modules/editor/operations/text/make-link.js +0 -5
- package/core/modules/editor/operations/text/prefix-lines.js +0 -5
- package/core/modules/editor/operations/text/replace-all.js +0 -5
- package/core/modules/editor/operations/text/replace-selection.js +0 -5
- package/core/modules/editor/operations/text/save-selection.js +0 -5
- package/core/modules/editor/operations/text/wrap-lines.js +0 -5
- package/core/modules/editor/operations/text/wrap-selection.js +0 -5
- package/core/modules/filterrunprefixes/all.js +0 -5
- package/core/modules/filterrunprefixes/and.js +0 -5
- package/core/modules/filterrunprefixes/cascade.js +0 -5
- package/core/modules/filterrunprefixes/else.js +0 -5
- package/core/modules/filterrunprefixes/except.js +0 -5
- package/core/modules/filterrunprefixes/filter.js +0 -5
- package/core/modules/filterrunprefixes/intersection.js +0 -5
- package/core/modules/filterrunprefixes/map.js +0 -5
- package/core/modules/filterrunprefixes/or.js +0 -5
- package/core/modules/filterrunprefixes/reduce.js +0 -5
- package/core/modules/filterrunprefixes/sort.js +0 -5
- package/core/modules/filterrunprefixes/then.js +0 -5
- package/core/modules/filters/addprefix.js +0 -5
- package/core/modules/filters/addsuffix.js +0 -5
- package/core/modules/filters/after.js +0 -5
- package/core/modules/filters/all/current.js +0 -5
- package/core/modules/filters/all/missing.js +0 -5
- package/core/modules/filters/all/orphans.js +0 -5
- package/core/modules/filters/all/shadows.js +0 -5
- package/core/modules/filters/all/tags.js +0 -5
- package/core/modules/filters/all/tiddlers.js +0 -5
- package/core/modules/filters/all.js +0 -5
- package/core/modules/filters/backlinks.js +0 -5
- package/core/modules/filters/backtranscludes.js +0 -6
- package/core/modules/filters/before.js +0 -5
- package/core/modules/filters/commands.js +0 -5
- package/core/modules/filters/compare.js +0 -5
- package/core/modules/filters/contains.js +0 -5
- package/core/modules/filters/count.js +0 -5
- package/core/modules/filters/crypto.js +0 -5
- package/core/modules/filters/days.js +0 -5
- package/core/modules/filters/deserialize.js +0 -5
- package/core/modules/filters/deserializers.js +0 -5
- package/core/modules/filters/duplicateslugs.js +0 -5
- package/core/modules/filters/each.js +0 -5
- package/core/modules/filters/eachday.js +0 -5
- package/core/modules/filters/editiondescription.js +0 -5
- package/core/modules/filters/editions.js +0 -5
- package/core/modules/filters/else.js +0 -5
- package/core/modules/filters/encodings.js +0 -5
- package/core/modules/filters/enlist.js +0 -5
- package/core/modules/filters/field.js +0 -5
- package/core/modules/filters/fields.js +0 -5
- package/core/modules/filters/filter.js +0 -5
- package/core/modules/filters/format/date.js +0 -5
- package/core/modules/filters/format/json.js +0 -5
- package/core/modules/filters/format/relativedate.js +0 -5
- package/core/modules/filters/format/timestamp.js +0 -4
- package/core/modules/filters/format/titlelist.js +0 -5
- package/core/modules/filters/format.js +0 -5
- package/core/modules/filters/function.js +11 -11
- package/core/modules/filters/get.js +0 -5
- package/core/modules/filters/getindex.js +0 -5
- package/core/modules/filters/getvariable.js +0 -5
- package/core/modules/filters/has.js +0 -5
- package/core/modules/filters/haschanged.js +0 -5
- package/core/modules/filters/indexes.js +0 -5
- package/core/modules/filters/insertafter.js +0 -5
- package/core/modules/filters/insertbefore.js +0 -5
- package/core/modules/filters/is/binary.js +0 -5
- package/core/modules/filters/is/blank.js +0 -5
- package/core/modules/filters/is/current.js +0 -5
- package/core/modules/filters/is/draft.js +0 -5
- package/core/modules/filters/is/image.js +0 -5
- package/core/modules/filters/is/missing.js +0 -5
- package/core/modules/filters/is/orphan.js +0 -5
- package/core/modules/filters/is/shadow.js +0 -5
- package/core/modules/filters/is/system.js +0 -5
- package/core/modules/filters/is/tag.js +0 -5
- package/core/modules/filters/is/tiddler.js +0 -5
- package/core/modules/filters/is/variable.js +0 -5
- package/core/modules/filters/is.js +0 -5
- package/core/modules/filters/json-ops.js +0 -6
- package/core/modules/filters/limit.js +0 -5
- package/core/modules/filters/links.js +0 -5
- package/core/modules/filters/list.js +0 -5
- package/core/modules/filters/listed.js +0 -5
- package/core/modules/filters/listops.js +0 -5
- package/core/modules/filters/lookup.js +0 -5
- package/core/modules/filters/match.js +0 -5
- package/core/modules/filters/math.js +1 -6
- package/core/modules/filters/minlength.js +0 -5
- package/core/modules/filters/moduleproperty.js +10 -8
- package/core/modules/filters/modules.js +0 -5
- package/core/modules/filters/moduletypes.js +0 -5
- package/core/modules/filters/next.js +0 -5
- package/core/modules/filters/plugintiddlers.js +0 -5
- package/core/modules/filters/prefix.js +0 -5
- package/core/modules/filters/previous.js +0 -5
- package/core/modules/filters/range.js +0 -5
- package/core/modules/filters/reduce.js +0 -5
- package/core/modules/filters/regexp.js +0 -5
- package/core/modules/filters/removeprefix.js +0 -5
- package/core/modules/filters/removesuffix.js +0 -5
- package/core/modules/filters/sameday.js +0 -5
- package/core/modules/filters/search.js +0 -5
- package/core/modules/filters/shadowsource.js +0 -5
- package/core/modules/filters/slugify.js +0 -5
- package/core/modules/filters/sort.js +0 -5
- package/core/modules/filters/sortsub.js +0 -5
- package/core/modules/filters/splitbefore.js +0 -5
- package/core/modules/filters/storyviews.js +0 -5
- package/core/modules/filters/strings.js +0 -5
- package/core/modules/filters/subfilter.js +0 -5
- package/core/modules/filters/substitute.js +0 -5
- package/core/modules/filters/subtiddlerfields.js +0 -5
- package/core/modules/filters/suffix.js +0 -5
- package/core/modules/filters/tag.js +0 -5
- package/core/modules/filters/tagging.js +0 -5
- package/core/modules/filters/tags.js +0 -5
- package/core/modules/filters/then.js +0 -5
- package/core/modules/filters/title.js +0 -5
- package/core/modules/filters/transcludes.js +0 -6
- package/core/modules/filters/unknown.js +0 -5
- package/core/modules/filters/untagged.js +0 -5
- package/core/modules/filters/variables.js +0 -5
- package/core/modules/filters/wikiparserrules.js +0 -5
- package/core/modules/filters/x-listops.js +0 -5
- package/core/modules/filters.js +2 -7
- package/core/modules/indexers/field-indexer.js +0 -5
- package/core/modules/indexers/tag-indexer.js +0 -5
- package/core/modules/info/platform.js +0 -5
- package/core/modules/keyboard.js +0 -5
- package/core/modules/language.js +0 -5
- package/core/modules/macros/changecount.js +0 -5
- package/core/modules/macros/contrastcolour.js +0 -5
- package/core/modules/macros/csvtiddlers.js +0 -5
- package/core/modules/macros/displayshortcuts.js +0 -5
- package/core/modules/macros/jsontiddler.js +0 -4
- package/core/modules/macros/jsontiddlers.js +0 -5
- package/core/modules/macros/makedatauri.js +0 -5
- package/core/modules/macros/now.js +0 -5
- package/core/modules/macros/qualify.js +0 -5
- package/core/modules/macros/resolvepath.js +0 -5
- package/core/modules/macros/unusedtitle.js +1 -6
- package/core/modules/macros/version.js +0 -5
- package/core/modules/parsers/audioparser.js +0 -6
- package/core/modules/parsers/binaryparser.js +0 -6
- package/core/modules/parsers/csvparser.js +0 -6
- package/core/modules/parsers/htmlparser.js +0 -6
- package/core/modules/parsers/imageparser.js +1 -6
- package/core/modules/parsers/parseutils.js +0 -5
- package/core/modules/parsers/pdfparser.js +0 -6
- package/core/modules/parsers/textparser.js +0 -5
- package/core/modules/parsers/videoparser.js +0 -5
- package/core/modules/parsers/wikiparser/rules/codeblock.js +0 -5
- package/core/modules/parsers/wikiparser/rules/codeinline.js +0 -5
- package/core/modules/parsers/wikiparser/rules/commentblock.js +0 -5
- package/core/modules/parsers/wikiparser/rules/commentinline.js +0 -5
- package/core/modules/parsers/wikiparser/rules/conditional.js +0 -6
- package/core/modules/parsers/wikiparser/rules/dash.js +0 -5
- package/core/modules/parsers/wikiparser/rules/emphasis/bold.js +0 -5
- package/core/modules/parsers/wikiparser/rules/emphasis/italic.js +0 -5
- package/core/modules/parsers/wikiparser/rules/emphasis/strikethrough.js +0 -5
- package/core/modules/parsers/wikiparser/rules/emphasis/subscript.js +0 -5
- package/core/modules/parsers/wikiparser/rules/emphasis/superscript.js +0 -5
- package/core/modules/parsers/wikiparser/rules/emphasis/underscore.js +0 -5
- package/core/modules/parsers/wikiparser/rules/entity.js +0 -5
- package/core/modules/parsers/wikiparser/rules/extlink.js +0 -5
- package/core/modules/parsers/wikiparser/rules/filteredtranscludeblock.js +0 -5
- package/core/modules/parsers/wikiparser/rules/filteredtranscludeinline.js +0 -5
- package/core/modules/parsers/wikiparser/rules/fnprocdef.js +1 -7
- package/core/modules/parsers/wikiparser/rules/hardlinebreaks.js +0 -5
- package/core/modules/parsers/wikiparser/rules/heading.js +0 -4
- package/core/modules/parsers/wikiparser/rules/horizrule.js +0 -5
- package/core/modules/parsers/wikiparser/rules/html.js +0 -5
- package/core/modules/parsers/wikiparser/rules/image.js +0 -5
- package/core/modules/parsers/wikiparser/rules/import.js +0 -5
- package/core/modules/parsers/wikiparser/rules/list.js +0 -5
- package/core/modules/parsers/wikiparser/rules/macrocallblock.js +0 -5
- package/core/modules/parsers/wikiparser/rules/macrocallinline.js +0 -5
- package/core/modules/parsers/wikiparser/rules/macrodef.js +1 -6
- package/core/modules/parsers/wikiparser/rules/parameters.js +0 -5
- package/core/modules/parsers/wikiparser/rules/parsermode.js +0 -5
- package/core/modules/parsers/wikiparser/rules/prettyextlink.js +0 -5
- package/core/modules/parsers/wikiparser/rules/prettylink.js +0 -5
- package/core/modules/parsers/wikiparser/rules/quoteblock.js +0 -5
- package/core/modules/parsers/wikiparser/rules/rules.js +0 -5
- package/core/modules/parsers/wikiparser/rules/styleblock.js +0 -5
- package/core/modules/parsers/wikiparser/rules/styleinline.js +0 -5
- package/core/modules/parsers/wikiparser/rules/syslink.js +0 -5
- package/core/modules/parsers/wikiparser/rules/table.js +0 -5
- package/core/modules/parsers/wikiparser/rules/transcludeblock.js +0 -5
- package/core/modules/parsers/wikiparser/rules/transcludeinline.js +0 -5
- package/core/modules/parsers/wikiparser/rules/typedblock.js +0 -5
- package/core/modules/parsers/wikiparser/rules/whitespace.js +0 -5
- package/core/modules/parsers/wikiparser/rules/wikilink.js +0 -5
- package/core/modules/parsers/wikiparser/rules/wikilinkprefix.js +0 -5
- package/core/modules/parsers/wikiparser/wikiparser.js +0 -5
- package/core/modules/parsers/wikiparser/wikirulebase.js +0 -5
- package/core/modules/pluginswitcher.js +0 -5
- package/core/modules/saver-handler.js +5 -8
- package/core/modules/savers/andtidwiki.js +1 -5
- package/core/modules/savers/custom.js +0 -4
- package/core/modules/savers/download.js +6 -7
- package/core/modules/savers/fsosaver.js +0 -5
- package/core/modules/savers/gitea.js +0 -5
- package/core/modules/savers/github.js +0 -5
- package/core/modules/savers/gitlab.js +0 -5
- package/core/modules/savers/manualdownload.js +0 -5
- package/core/modules/savers/msdownload.js +0 -5
- package/core/modules/savers/put.js +0 -5
- package/core/modules/savers/tiddlyfox.js +0 -5
- package/core/modules/savers/tiddlyie.js +0 -5
- package/core/modules/savers/twedit.js +0 -5
- package/core/modules/savers/upload.js +1 -6
- package/core/modules/server/authenticators/basic.js +0 -5
- package/core/modules/server/authenticators/header.js +0 -4
- package/core/modules/server/routes/delete-tiddler.js +0 -6
- package/core/modules/server/routes/get-favicon.js +0 -6
- package/core/modules/server/routes/get-file.js +0 -6
- package/core/modules/server/routes/get-index.js +0 -6
- package/core/modules/server/routes/get-login-basic.js +1 -7
- package/core/modules/server/routes/get-status.js +0 -6
- package/core/modules/server/routes/get-tiddler-html.js +0 -6
- package/core/modules/server/routes/get-tiddler.js +0 -6
- package/core/modules/server/routes/get-tiddlers-json.js +0 -6
- package/core/modules/server/routes/put-tiddler.js +0 -6
- package/core/modules/server/server.js +0 -5
- package/core/modules/startup/browser-messaging.js +0 -5
- package/core/modules/startup/commands.js +0 -5
- package/core/modules/startup/favicon.js +0 -5
- package/core/modules/startup/info.js +0 -5
- package/core/modules/startup/load-modules.js +0 -5
- package/core/modules/startup/password.js +0 -5
- package/core/modules/startup/plugins.js +1 -5
- package/core/modules/startup/render.js +0 -5
- package/core/modules/startup/rootwidget.js +0 -5
- package/core/modules/startup/startup.js +10 -13
- package/core/modules/startup/story.js +0 -5
- package/core/modules/startup/windows.js +0 -5
- package/core/modules/story.js +0 -6
- package/core/modules/storyviews/classic.js +0 -5
- package/core/modules/storyviews/pop.js +0 -5
- package/core/modules/storyviews/zoomin.js +0 -5
- package/core/modules/syncer.js +0 -5
- package/core/modules/tiddler.js +2 -7
- package/core/modules/upgraders/plugins.js +0 -5
- package/core/modules/upgraders/system.js +0 -5
- package/core/modules/upgraders/themetweaks.js +0 -5
- package/core/modules/utils/crypto.js +0 -5
- package/core/modules/utils/csv.js +0 -5
- package/core/modules/utils/dom/animations/slide.js +0 -5
- package/core/modules/utils/dom/animator.js +0 -5
- package/core/modules/utils/dom/browser.js +0 -5
- package/core/modules/utils/dom/dom.js +0 -5
- package/core/modules/utils/dom/dragndrop.js +0 -5
- package/core/modules/utils/dom/http.js +2 -7
- package/core/modules/utils/dom/keyboard.js +0 -5
- package/core/modules/utils/dom/modal.js +1 -5
- package/core/modules/utils/dom/notifier.js +0 -5
- package/core/modules/utils/dom/popup.js +0 -5
- package/core/modules/utils/dom/scroller.js +0 -5
- package/core/modules/utils/edition-info.js +0 -5
- package/core/modules/utils/errors.js +0 -4
- package/core/modules/utils/escapecss.js +1 -5
- package/core/modules/utils/fakedom.js +0 -5
- package/core/modules/utils/filesystem.js +0 -5
- package/core/modules/utils/linked-list.js +2 -3
- package/core/modules/utils/logger.js +0 -5
- package/core/modules/utils/parsetree.js +0 -5
- package/core/modules/utils/performance.js +0 -5
- package/core/modules/utils/pluginmaker.js +0 -5
- package/core/modules/utils/repository.js +0 -6
- package/core/modules/utils/transliterate.js +0 -5
- package/core/modules/utils/utils.js +0 -5
- package/core/modules/widgets/action-confirm.js +0 -5
- package/core/modules/widgets/action-createtiddler.js +0 -5
- package/core/modules/widgets/action-deletefield.js +0 -5
- package/core/modules/widgets/action-deletetiddler.js +0 -5
- package/core/modules/widgets/action-listops.js +0 -6
- package/core/modules/widgets/action-log.js +0 -5
- package/core/modules/widgets/action-navigate.js +0 -5
- package/core/modules/widgets/action-popup.js +0 -5
- package/core/modules/widgets/action-sendmessage.js +0 -5
- package/core/modules/widgets/action-setfield.js +0 -5
- package/core/modules/widgets/action-setmultiplefields.js +0 -6
- package/core/modules/widgets/browse.js +8 -5
- package/core/modules/widgets/button.js +0 -5
- package/core/modules/widgets/checkbox.js +6 -8
- package/core/modules/widgets/codeblock.js +0 -5
- package/core/modules/widgets/count.js +0 -5
- package/core/modules/widgets/data.js +0 -6
- package/core/modules/widgets/diff-text.js +0 -5
- package/core/modules/widgets/draggable.js +0 -5
- package/core/modules/widgets/droppable.js +0 -5
- package/core/modules/widgets/dropzone.js +0 -5
- package/core/modules/widgets/edit-binary.js +0 -5
- package/core/modules/widgets/edit-bitmap.js +0 -5
- package/core/modules/widgets/edit-shortcut.js +5 -6
- package/core/modules/widgets/edit-text.js +0 -5
- package/core/modules/widgets/edit.js +2 -16
- package/core/modules/widgets/element.js +0 -5
- package/core/modules/widgets/encrypt.js +0 -5
- package/core/modules/widgets/entity.js +0 -5
- package/core/modules/widgets/error.js +0 -5
- package/core/modules/widgets/eventcatcher.js +0 -5
- package/core/modules/widgets/fieldmangler.js +0 -5
- package/core/modules/widgets/fields.js +0 -5
- package/core/modules/widgets/fill.js +4 -6
- package/core/modules/widgets/genesis.js +10 -9
- package/core/modules/widgets/image.js +0 -5
- package/core/modules/widgets/importvariables.js +0 -5
- package/core/modules/widgets/jsontiddler.js +0 -5
- package/core/modules/widgets/keyboard.js +0 -5
- package/core/modules/widgets/let.js +0 -5
- package/core/modules/widgets/link.js +0 -6
- package/core/modules/widgets/linkcatcher.js +0 -5
- package/core/modules/widgets/list.js +0 -5
- package/core/modules/widgets/log.js +0 -5
- package/core/modules/widgets/macrocall.js +0 -5
- package/core/modules/widgets/messagecatcher.js +0 -5
- package/core/modules/widgets/navigator.js +4 -6
- package/core/modules/widgets/parameters.js +0 -5
- package/core/modules/widgets/password.js +0 -5
- package/core/modules/widgets/qualify.js +0 -5
- package/core/modules/widgets/radio.js +4 -5
- package/core/modules/widgets/range.js +4 -5
- package/core/modules/widgets/raw.js +0 -5
- package/core/modules/widgets/reveal.js +0 -5
- package/core/modules/widgets/scrollable.js +0 -5
- package/core/modules/widgets/select.js +5 -6
- package/core/modules/widgets/setmultiplevariables.js +0 -6
- package/core/modules/widgets/setvariable.js +0 -5
- package/core/modules/widgets/slot.js +0 -5
- package/core/modules/widgets/testcase.js +2 -6
- package/core/modules/widgets/text.js +0 -5
- package/core/modules/widgets/tiddler.js +0 -5
- package/core/modules/widgets/transclude.js +8 -8
- package/core/modules/widgets/vars.js +0 -5
- package/core/modules/widgets/view.js +0 -5
- package/core/modules/widgets/widget.js +38 -21
- package/core/modules/widgets/wikify.js +0 -5
- package/core/modules/wiki-bulkops.js +0 -5
- package/core/modules/wiki.js +6 -7
- package/core/palettes/Blanca.tid +18 -13
- package/core/palettes/BrightMute.tid +1 -0
- package/core/palettes/ContrastDark.tid +33 -27
- package/core/palettes/ContrastLight.tid +12 -7
- package/core/palettes/CupertinoDark.tid +33 -27
- package/core/palettes/DarkPhotos.tid +20 -15
- package/core/palettes/DesertSand.tid +11 -6
- package/core/palettes/FlexokiDark.tid +30 -30
- package/core/palettes/FlexokiLight.tid +20 -20
- package/core/palettes/GruvBoxDark.tid +22 -20
- package/core/palettes/Nord.tid +27 -25
- package/core/palettes/Rocker.tid +16 -10
- package/core/palettes/SolarFlare.tid +46 -36
- package/core/palettes/SolarizedDark.tid +16 -6
- package/core/palettes/SolarizedLight.tid +15 -5
- package/core/palettes/Twilight.tid +5 -4
- package/core/palettes/Vanilla.tid +7 -7
- package/core/templates/exporters/CsvFile.tid +1 -0
- package/core/templates/exporters/JsonFile.tid +1 -0
- package/core/templates/exporters/TidFile.tid +1 -0
- package/core/ui/AdvancedSearch/Standard.tid +1 -1
- package/core/ui/ControlPanel/Saving/TiddlySpot.tid +0 -6
- package/core/ui/ControlPanel/Saving/gitea.tid +1 -1
- package/core/ui/ControlPanel/Settings/DefaultTiddlerInfoTab.tid +19 -0
- package/core/ui/EditTemplate/tags.tid +1 -3
- package/core/ui/EditorToolbar/link-dropdown.tid +9 -14
- package/core/ui/ExportTiddlyWikiCore.tid +1 -1
- package/core/ui/ImportListing.tid +2 -0
- package/core/ui/PageControls/advanced-search.tid +1 -0
- package/core/ui/PageControls/controlpanel.tid +1 -0
- package/core/ui/PageControls/export-tiddlywikicore.tid +1 -1
- package/core/ui/PageControls/language.tid +1 -5
- package/core/ui/PageControls/manager.tid +1 -0
- package/core/ui/PageControls/savewiki.tid +9 -2
- package/core/ui/PageControls/tag-button.tid +1 -0
- package/core/ui/SideBar/Tools.tid +23 -28
- package/core/ui/ViewTemplate/body/{rendered-plain-text.tid → rendered-plain-text/css.tid} +2 -1
- package/core/ui/ViewTemplate/body/rendered-plain-text/html.tid +4 -0
- package/core/ui/WikiInformation.tid +122 -0
- package/core/wiki/config/OfficialPluginLibrary.tid +1 -1
- package/core/wiki/config/ViewTemplateBodyFilters.multids +1 -0
- package/core/wiki/languageswitcher.tid +2 -15
- package/core/wiki/macros/export.tid +1 -0
- package/core/wiki/macros/toc.tid +2 -3
- package/core/wiki/paletteswitcher.tid +1 -1
- package/core/wiki/tags/ViewTemplateBodyFilter.tid +1 -1
- package/editions/classicparserdemo/tiddlers/$__coreURL.tid +4 -0
- package/editions/classicparserdemo/tiddlywiki.info +4 -1
- package/editions/codemirrordemo/tiddlers/$__coreURL.tid +4 -0
- package/editions/codemirrordemo/tiddlers/HelloThere.tid +1 -0
- package/editions/codemirrordemo/tiddlywiki.info +10 -2
- package/editions/dev/tiddlers/$__github-ribbon.tid +9 -0
- package/editions/dev/tiddlers/build/Releasing a new version of TiddlyWiki.tid +10 -6
- package/editions/dev/tiddlers/from tw5.com/JavaScript Macros.tid +1 -2
- package/editions/dev/tiddlers/javascript-widget-tutorial/domwidget.js +0 -4
- package/editions/dev/tiddlers/javascript-widget-tutorial/donothing.js +0 -5
- package/editions/dev/tiddlers/javascript-widget-tutorial/hello-attribute-optimized.js +0 -6
- package/editions/dev/tiddlers/javascript-widget-tutorial/hello-attribute.js +0 -6
- package/editions/dev/tiddlers/javascript-widget-tutorial/hello.js +0 -5
- package/editions/dev/tiddlers/javascript-widget-tutorial/refreshcount.js +0 -6
- package/editions/dev/tiddlers/javascript-widget-tutorial/tiddlerfield-norefresh.js +0 -6
- package/editions/dev/tiddlers/javascript-widget-tutorial/tiddlerfield.js +0 -6
- package/editions/dev/tiddlers/new/Filter Operators.tid +0 -6
- package/editions/dev/tiddlers/new/Hook_ th-before-importing.tid +0 -5
- package/editions/dev/tiddlers/new/ParserSubclassingMechanism.tid +0 -4
- package/editions/dev/tiddlers/new/WidgetSubclassingMechanism.tid +0 -4
- package/editions/dev/tiddlers/system/tw5.com-dev-styles.tid +2 -0
- package/editions/dynaviewdemo/tiddlers/$__coreURL.tid +4 -0
- package/editions/dynaviewdemo/tiddlywiki.info +4 -1
- package/editions/geospatialdemo/tiddlers/$__coreURL.tid +4 -0
- package/editions/geospatialdemo/tiddlywiki.info +3 -0
- package/editions/highlightdemo/tiddlers/$__coreURL.tid +4 -0
- package/editions/highlightdemo/tiddlywiki.info +4 -1
- package/editions/innerwikidemo/tiddlers/system/$__coreURL.tid +4 -0
- package/editions/innerwikidemo/tiddlywiki.info +3 -0
- package/editions/introduction/tiddlers/slides/Translations.tid +2 -26
- package/editions/introduction/tiddlywiki.info +4 -0
- package/editions/ja-JP/tiddlers/Hidden Setting_ Import Content Types for Editor.tid +13 -0
- package/editions/ja-JP/tiddlers/TiddlyWiki Docs PR Maker.tid +14 -0
- package/editions/ja-JP/tiddlers/about/About.tid +11 -0
- package/editions/ja-JP/tiddlers/about/Acknowledgements.tid +11 -0
- package/editions/ja-JP/tiddlers/about/Archive.tid +83 -0
- package/editions/ja-JP/tiddlers/about/Contributors.tid +45 -0
- package/editions/ja-JP/tiddlers/about/Funding TiddlyWiki.tid +21 -0
- package/editions/ja-JP/tiddlers/about/History of TiddlyWiki.tid +88 -0
- package/editions/ja-JP/tiddlers/about/License.tid +21 -0
- package/editions/ja-JP/tiddlers/about/Open Collective.tid +16 -0
- package/editions/ja-JP/tiddlers/commands/NamedCommandParameters.tid +24 -0
- package/editions/ja-JP/tiddlers/community/examples/A Thesis Notebook.tid +19 -0
- package/editions/ja-JP/tiddlers/community/examples/GitFixUm.tid +16 -0
- package/editions/ja-JP/tiddlers/community/examples/PESpot Lesson Planner by Patrick Detzner.tid +16 -0
- package/editions/ja-JP/tiddlers/community/examples/PETTIL.tid +21 -0
- package/editions/ja-JP/tiddlers/community/examples/Simple Zork like Game.tid +17 -0
- package/editions/ja-JP/tiddlers/community/examples/TriTarget.org by Devin Weaver.tid +16 -0
- package/editions/ja-JP/tiddlers/community/examples/_Lucky Sushi_ online shop by sini-Kit.tid +13 -0
- package/editions/ja-JP/tiddlers/community/resources/Gospel_Bubbles_by_Rev_David_Gifford.tid +28 -0
- package/editions/ja-JP/tiddlers/concepts/ExternalImages.tid +72 -0
- package/editions/ja-JP/tiddlers/concepts/Filters.tid +30 -0
- package/editions/ja-JP/tiddlers/concepts/InfoPanel.tid +18 -0
- package/editions/ja-JP/tiddlers/concepts/PermaLinks.tid +64 -0
- package/editions/ja-JP/tiddlers/concepts/Selection Constructors.tid +19 -0
- package/editions/ja-JP/tiddlers/concepts/TiddlyWikiFolders.tid +42 -0
- package/editions/ja-JP/tiddlers/customising/Alternative page layouts.tid +48 -0
- package/editions/ja-JP/tiddlers/customising/Configuring startup tiddlers.tid +29 -0
- package/editions/ja-JP/tiddlers/customising/Creating new toolbar buttons.tid +37 -0
- package/editions/ja-JP/tiddlers/customising/Customise TiddlyWiki.tid +12 -0
- package/editions/ja-JP/tiddlers/customising/Customising TiddlyWiki's user interface.tid +77 -0
- package/editions/ja-JP/tiddlers/customising/Customising search results.tid +51 -0
- package/editions/ja-JP/tiddlers/definitions/TiddlyDesktop.tid +21 -0
- package/editions/ja-JP/tiddlers/demonstrations/SampleNotification.tid +9 -0
- package/editions/ja-JP/tiddlers/demonstrations/SampleWizard.tid +15 -0
- package/editions/ja-JP/tiddlers/demonstrations/SampleWizard2.tid +13 -0
- package/editions/ja-JP/tiddlers/editions/Blog Edition.tid +11 -0
- package/editions/ja-JP/tiddlers/editions/Editions.tid +18 -0
- package/editions/ja-JP/tiddlers/editions/Empty Edition.tid +16 -0
- package/editions/ja-JP/tiddlers/editions/Full Edition.tid +13 -0
- package/editions/ja-JP/tiddlers/editions/R/303/251sum/303/251 Builder Edition.tid" +11 -0
- package/editions/ja-JP/tiddlers/editions/Text Slicer Edition.tid +11 -0
- package/editions/ja-JP/tiddlers/editions/XLSX Utilities Edition.tid +11 -0
- package/editions/ja-JP/tiddlers/features/AutoSave.tid +13 -0
- package/editions/ja-JP/tiddlers/features/Core Icons.tid +42 -0
- package/editions/ja-JP/tiddlers/features/DateFormat.tid +89 -0
- package/editions/ja-JP/tiddlers/features/Deserializers.tid +22 -0
- package/editions/ja-JP/tiddlers/features/Drag and Drop.tid +33 -0
- package/editions/ja-JP/tiddlers/features/Features.tid +13 -0
- package/editions/ja-JP/tiddlers/features/Future Proof.tid +18 -0
- package/editions/ja-JP/tiddlers/features/Importing Tiddlers.tid +28 -0
- package/editions/ja-JP/tiddlers/features/JSON in TiddlyWiki.tid +73 -0
- package/editions/ja-JP/tiddlers/features/LazyLoading.tid +32 -0
- package/editions/ja-JP/tiddlers/features/Modals.tid +26 -0
- package/editions/ja-JP/tiddlers/features/Notifications.tid +11 -0
- package/editions/ja-JP/tiddlers/features/Performance Instrumentation.tid +38 -0
- package/editions/ja-JP/tiddlers/features/SafeMode.tid +30 -0
- package/editions/ja-JP/tiddlers/features/Scalability.tid +11 -0
- package/editions/ja-JP/tiddlers/features/StartupActions.tid +46 -0
- package/editions/ja-JP/tiddlers/fileformats/MultiTiddlerFileSyntax.tid +31 -0
- package/editions/ja-JP/tiddlers/fileformats/MultiTiddlerFiles.tid +38 -0
- package/editions/ja-JP/tiddlers/fileformats/TiddlerFiles.tid +112 -0
- package/editions/ja-JP/tiddlers/filters/syntax/All Filter Run Prefix.tid +20 -0
- package/editions/ja-JP/tiddlers/filters/syntax/And Filter Run Prefix.tid +20 -0
- package/editions/ja-JP/tiddlers/filters/syntax/Cascade Filter Run Prefix (Examples).tid +48 -0
- package/editions/ja-JP/tiddlers/filters/syntax/Cascade Filter Run Prefix.tid +27 -0
- package/editions/ja-JP/tiddlers/filters/syntax/Else Filter Run Prefix.tid +22 -0
- package/editions/ja-JP/tiddlers/filters/syntax/Except Filter Run Prefix.tid +20 -0
- package/editions/ja-JP/tiddlers/filters/syntax/Filter Expression.tid +23 -0
- package/editions/ja-JP/tiddlers/filters/syntax/Filter Filter Run Prefix (Examples).tid +33 -0
- package/editions/ja-JP/tiddlers/filters/syntax/Filter Filter Run Prefix.tid +34 -0
- package/editions/ja-JP/tiddlers/filters/syntax/Filter Parameter.tid +40 -0
- package/editions/ja-JP/tiddlers/filters/syntax/Filter Run Prefix.tid +21 -0
- package/editions/ja-JP/tiddlers/filters/syntax/Filter Run.tid +29 -0
- package/editions/ja-JP/tiddlers/filters/syntax/Filter Step.tid +37 -0
- package/editions/ja-JP/tiddlers/filters/syntax/Filter Syntax.tid +26 -0
- package/editions/ja-JP/tiddlers/filters/syntax/Filter Whitespace.tid +15 -0
- package/editions/ja-JP/tiddlers/filters/syntax/Interchangeable Filter Run Prefixes.tid +47 -0
- package/editions/ja-JP/tiddlers/filters/syntax/Intersection Filter Run Prefix (Examples).tid +38 -0
- package/editions/ja-JP/tiddlers/filters/syntax/Intersection Filter Run Prefix.tid +22 -0
- package/editions/ja-JP/tiddlers/filters/syntax/Map Filter Run Prefix (Examples).tid +60 -0
- package/editions/ja-JP/tiddlers/filters/syntax/Map Filter Run Prefix.tid +35 -0
- package/editions/ja-JP/tiddlers/filters/syntax/Named Filter Run Prefix.tid +38 -0
- package/editions/ja-JP/tiddlers/filters/syntax/Or Filter Run Prefix.tid +20 -0
- package/editions/ja-JP/tiddlers/filters/syntax/Reduce Filter Run Prefix (Examples).tid +29 -0
- package/editions/ja-JP/tiddlers/filters/syntax/Reduce Filter Run Prefix.tid +49 -0
- package/editions/ja-JP/tiddlers/filters/syntax/Shortcut Filter Run Prefixes.tid +30 -0
- package/editions/ja-JP/tiddlers/filters/syntax/Sort Filter Run Prefix (Examples).tid +35 -0
- package/editions/ja-JP/tiddlers/filters/syntax/Sort Filter Run Prefix.tid +61 -0
- package/editions/ja-JP/tiddlers/filters/syntax/Then Filter Run Prefix (Examples).tid +53 -0
- package/editions/ja-JP/tiddlers/filters/syntax/then Filter Run Prefix.tid +41 -0
- package/editions/ja-JP/tiddlers/hellothere/A Gentle Guide to TiddlyWiki.tid +24 -0
- package/editions/ja-JP/tiddlers/hellothere/Discover TiddlyWiki.tid +38 -0
- package/editions/ja-JP/tiddlers/hellothere/Some of the things you can do with TiddlyWiki.tid +22 -0
- package/editions/ja-JP/tiddlers/hellothere/Ten reasons to switch to TiddlyWiki.tid +20 -0
- package/editions/ja-JP/tiddlers/hellothere/What happened to the original TiddlyWiki_.tid +17 -0
- package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - MultiWikiServer.tid +11 -0
- package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - TiddlyWiki Privacy.tid +9 -0
- package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting Content to be displayed for empty story.tid +14 -0
- package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting Default Story Ordering.tid +5 -0
- package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting Default Tiddler Colour.tid +9 -0
- package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting EditTabIndex.tid +10 -0
- package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting HtmlParserDisableSandbox.tid +16 -0
- package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting NewImageType.tid +11 -0
- package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting SaveWikiButton Filename.tid +13 -0
- package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting SaveWikiButton Template.tid +15 -0
- package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting Search-NavigateOnEnter.tid +9 -0
- package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting SearchMinLength.tid +13 -0
- package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting ShowEditPreviewPerTiddler.tid +12 -0
- package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting Sync System Tiddlers From Server.tid +15 -0
- package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting SyncLogging.tid +15 -0
- package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting SyncPollingInterval.tid +15 -0
- package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting TagsMinLength.tid +13 -0
- package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting ViewTemplate and EditTemplate.tid +8 -0
- package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ Default Tiddler Icon.tid +9 -0
- package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ Disable Drag and Drop.tid +21 -0
- package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ Disable Lazy Loading.tid +11 -0
- package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ Enable File Import in Editor_1.tid +14 -0
- package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ More Tabs Horizontal.tid +9 -0
- package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ Scroll Top Adjustment.tid +12 -0
- package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ Search AutoFocus.tid +11 -0
- package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ Tag Pill Drag Filter.tid +24 -0
- package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ Typin Refresh Delay.tid +15 -0
- package/editions/ja-JP/tiddlers/hiddensettings/Hidden Settings.tid +13 -0
- package/editions/ja-JP/tiddlers/howtos/Adding_a_table_of_contents_to_the_sidebar.tid +27 -0
- package/editions/ja-JP/tiddlers/howtos/Configuring the default TiddlerInfo tab.tid +19 -0
- package/editions/ja-JP/tiddlers/howtos/Creating a custom export format.tid +23 -0
- package/editions/ja-JP/tiddlers/howtos/Creating a splash screen.tid +36 -0
- package/editions/ja-JP/tiddlers/howtos/Custom Styles FAQ.tid +11 -0
- package/editions/ja-JP/tiddlers/howtos/Custom Styles by title.tid +41 -0
- package/editions/ja-JP/tiddlers/howtos/Custom Styles by userClass.tid +28 -0
- package/editions/ja-JP/tiddlers/howtos/Custom tag pill styles.tid +34 -0
- package/editions/ja-JP/tiddlers/howtos/Custom_Attribute_Selectors.tid +33 -0
- package/editions/ja-JP/tiddlers/howtos/Custom_styles_by_data-tags.tid +62 -0
- package/editions/ja-JP/tiddlers/howtos/Debugging Stylesheets.tid +13 -0
- package/editions/ja-JP/tiddlers/howtos/Generating Static Sites with TiddlyWiki.tid +37 -0
- package/editions/ja-JP/tiddlers/howtos/How to apply custom styles by tag.tid +62 -0
- package/editions/ja-JP/tiddlers/howtos/How to apply custom styles.tid +12 -0
- package/editions/ja-JP/tiddlers/howtos/How to build a TiddlyWiki5 from individual tiddlers.tid +19 -0
- package/editions/ja-JP/tiddlers/howtos/Making a custom journal button.tid +43 -0
- package/editions/ja-JP/tiddlers/howtos/Preserving open tiddlers at startup.tid +17 -0
- package/editions/ja-JP/tiddlers/howtos/Setting a favicon.tid +19 -0
- package/editions/ja-JP/tiddlers/howtos/Setting a page background image.tid +19 -0
- package/editions/ja-JP/tiddlers/howtos/Using SVG.tid +57 -0
- package/editions/ja-JP/tiddlers/howtos/Using Stylesheets.tid +82 -0
- package/editions/ja-JP/tiddlers/howtos/Using TiddlyWiki for GitHub project documentation.tid +31 -0
- package/editions/ja-JP/tiddlers/howtos/Using a custom path prefix with the client-server edition.tid +16 -0
- package/editions/ja-JP/tiddlers/howtos/faq/csFAQ_dynamic_stylesheet.tid +10 -0
- package/editions/ja-JP/tiddlers/howtos/faq/csFAQ_how_can_i_use_custom_field.tid +31 -0
- package/editions/ja-JP/tiddlers/howtos/faq/csFAQ_what_if_tiddler_has_no_tags.tid +21 -0
- package/editions/ja-JP/tiddlers/howtos/faq/csFAQ_what_this_and_that_tag.tid +34 -0
- package/editions/ja-JP/tiddlers/howtos/faq/csFAQ_what_this_or_that_tag.tid +19 -0
- package/editions/ja-JP/tiddlers/languages/Castellano (Espana) Edition.tid +14 -0
- package/editions/ja-JP/tiddlers/languages/Chinese (Simplified) Edition.tid +15 -0
- package/editions/ja-JP/tiddlers/languages/Chinese (Traditional) Edition.tid +15 -0
- package/editions/ja-JP/tiddlers/languages/French (France) Edition.tid +13 -0
- package/editions/ja-JP/tiddlers/languages/German (Austria) Edition.tid +15 -0
- package/editions/ja-JP/tiddlers/languages/German (Germany) Edition.tid +15 -0
- package/editions/ja-JP/tiddlers/languages/Japanese (Japan) Edition.tid +13 -0
- package/editions/ja-JP/tiddlers/languages/Korean (Korea Republic) Edition.tid +13 -0
- package/editions/ja-JP/tiddlers/languages/Languages.tid +19 -0
- package/editions/ja-JP/tiddlers/mechanisms/AlertMechanism.tid +22 -0
- package/editions/ja-JP/tiddlers/mechanisms/DragAndDropMechanism.tid +27 -0
- package/editions/ja-JP/tiddlers/nodejs/Building TiddlyWikiClassic.tid +27 -0
- package/editions/ja-JP/tiddlers/nodejs/Customising Tiddler File Naming.tid +58 -0
- package/editions/ja-JP/tiddlers/nodejs/Environment Variables on Node.js.tid +27 -0
- package/editions/ja-JP/tiddlers/nodejs/Installing TiddlyWiki Prerelease on Node.js.tid +16 -0
- package/editions/ja-JP/tiddlers/nodejs/Installing custom plugins on Node.js.tid +23 -0
- package/editions/ja-JP/tiddlers/nodejs/Installing official plugins on Node.js.tid +41 -0
- package/editions/ja-JP/tiddlers/nodejs/Scripts for TiddlyWiki on Node.js.tid +52 -0
- package/editions/ja-JP/tiddlers/nodejs/TiddlyWiki on Node.js.tid +24 -0
- package/editions/ja-JP/tiddlers/nodejs/Uninstalling a plugin with Node.js.tid +33 -0
- package/editions/ja-JP/tiddlers/nodejs/Upgrading TiddlyWiki on Node.js.tid +19 -0
- package/editions/ja-JP/tiddlers/nodejs/Using TiddlyWiki on Node.js.tid +43 -0
- package/editions/ja-JP/tiddlers/nodejs/Working with the TiddlyWiki5 repository.tid +25 -0
- package/editions/ja-JP/tiddlers/nodejs/tiddlywiki.files_Files.tid +172 -0
- package/editions/ja-JP/tiddlers/nodejs/tiddlywiki.info_Files.tid +60 -0
- package/editions/ja-JP/tiddlers/platforms/Platforms.tid +12 -0
- package/editions/ja-JP/tiddlers/plugins/Amazon Web Services Plugin.tid +12 -0
- package/editions/ja-JP/tiddlers/plugins/BrowserStorage Plugin.tid +20 -0
- package/editions/ja-JP/tiddlers/plugins/CodeMirror Plugin.tid +12 -0
- package/editions/ja-JP/tiddlers/plugins/Consent Banner Plugin.tid +16 -0
- package/editions/ja-JP/tiddlers/plugins/D3 Plugin.tid +14 -0
- package/editions/ja-JP/tiddlers/plugins/Dynaview Plugin.tid +14 -0
- package/editions/ja-JP/tiddlers/plugins/External Attachments Plugin.tid +12 -0
- package/editions/ja-JP/tiddlers/plugins/Highlight Plugin.tid +14 -0
- package/editions/ja-JP/tiddlers/plugins/Innerwiki Plugin.tid +13 -0
- package/editions/ja-JP/tiddlers/plugins/Installing a plugin from the plugin library.tid +40 -0
- package/editions/ja-JP/tiddlers/plugins/JSZip Plugin.tid +9 -0
- package/editions/ja-JP/tiddlers/plugins/KaTeX Plugin.tid +12 -0
- package/editions/ja-JP/tiddlers/plugins/Manually installing a plugin.tid +31 -0
- package/editions/ja-JP/tiddlers/plugins/Markdown Plugin.tid +12 -0
- package/editions/ja-JP/tiddlers/plugins/Mobile Drag And Drop Shim Plugin.tid +10 -0
- package/editions/ja-JP/tiddlers/plugins/OfficialPlugins.tid +13 -0
- package/editions/ja-JP/tiddlers/plugins/Plugin Editions.tid +11 -0
- package/editions/ja-JP/tiddlers/plugins/Plugin Ordering.tid +49 -0
- package/editions/ja-JP/tiddlers/plugins/Plugins.tid +32 -0
- package/editions/ja-JP/tiddlers/plugins/Railroad Plugin.tid +12 -0
- package/editions/ja-JP/tiddlers/plugins/SaveTrail Plugin.tid +17 -0
- package/editions/ja-JP/tiddlers/plugins/Share Plugin.tid +14 -0
- package/editions/ja-JP/tiddlers/plugins/TW2Parser Plugin.tid +12 -0
- package/editions/ja-JP/tiddlers/plugins/Twitter Plugin.tid +14 -0
- package/editions/ja-JP/tiddlers/plugins/Uninstalling a plugin.tid +31 -0
- package/editions/ja-JP/tiddlers/releasenotes/Releases.tid +15 -0
- package/editions/ja-JP/tiddlers/roadmap/RoadMap.tid +11 -0
- package/editions/ja-JP/tiddlers/saving/Example config-tiddlyweb-host for IIS.txt +2 -0
- package/editions/ja-JP/tiddlers/saving/Example config-tiddlyweb-host for IIS.txt.meta +7 -0
- package/editions/ja-JP/tiddlers/saving/Example package.json for IIS.txt +8 -0
- package/editions/ja-JP/tiddlers/saving/Example package.json for IIS.txt.meta +7 -0
- package/editions/ja-JP/tiddlers/saving/Example tiddlywiki.info for IIS.txt +11 -0
- package/editions/ja-JP/tiddlers/saving/Example tiddlywiki.info for IIS.txt.meta +7 -0
- package/editions/ja-JP/tiddlers/saving/Example web.config for IIS.txt +25 -0
- package/editions/ja-JP/tiddlers/saving/Example web.config for IIS.txt.meta +7 -0
- package/editions/ja-JP/tiddlers/wikitext/Styles and Classes in WikiText.tid +75 -0
- package/editions/katexdemo/tiddlers/$__coreURL.tid +4 -0
- package/editions/katexdemo/tiddlywiki.info +4 -1
- package/editions/markdowndemo/tiddlers/$__coreURL.tid +4 -0
- package/editions/markdowndemo/tiddlers/DefaultMissingType.tid +3 -0
- package/editions/markdowndemo/tiddlers/HelloThere.tid +7 -1
- package/editions/markdowndemo/tiddlywiki.info +4 -1
- package/editions/prerelease/tiddlers/system/PrereleaseLocalPluginLibrary.tid +1 -1
- package/editions/prerelease/tiddlers/system/PrereleaseOfficialPluginLibrary.tid +1 -1
- package/editions/prerelease/tiddlywiki.info +0 -4
- package/editions/test/tiddlers/tests/data/data-widget/ImportCompound.tid +1 -1
- package/editions/test/tiddlers/tests/data/data-widget/ImportCustomTitle.tid +1 -1
- package/editions/test/tiddlers/tests/data/data-widget/ImportFilter.tid +1 -1
- package/editions/test/tiddlers/tests/data/data-widget/ImportTiddler.tid +1 -1
- package/editions/test/tiddlers/tests/data/data-widget/Simple.tid +2 -2
- package/editions/test/tiddlers/tests/data/transclude/CustomWidget-RawAndSlotted.tid +34 -0
- package/editions/test/tiddlers/tests/data/widgets/SubstitutedAttributes.tid +3 -3
- package/editions/test/tiddlers/tests/modules/utils/test-csv.js +0 -5
- package/editions/test/tiddlers/tests/test-action-deletefield.js +0 -8
- package/editions/test/tiddlers/tests/test-action-widgets.js +1 -3
- package/editions/test/tiddlers/tests/test-backlinks.js +0 -5
- package/editions/test/tiddlers/tests/test-backtranscludes.js +0 -5
- package/editions/test/tiddlers/tests/test-checkbox-widget.js +24 -7
- package/editions/test/tiddlers/tests/test-compare-filter.js +1 -2
- package/editions/test/tiddlers/tests/test-deserialize-operator.js +1 -5
- package/editions/test/tiddlers/tests/test-deserializers.js +0 -4
- package/editions/test/tiddlers/tests/test-fakedom.js +0 -6
- package/editions/test/tiddlers/tests/test-filters.js +19 -7
- package/editions/test/tiddlers/tests/test-html-parser.js +0 -5
- package/editions/test/tiddlers/tests/test-json-filters.js +1 -2
- package/editions/test/tiddlers/tests/test-linked-list.js +0 -4
- package/editions/test/tiddlers/tests/test-parsetextreference.js +0 -4
- package/editions/test/tiddlers/tests/test-plugins.js +0 -7
- package/editions/test/tiddlers/tests/test-popup.js +0 -4
- package/editions/test/tiddlers/tests/test-prefixes-filter.js +1 -3
- package/editions/test/tiddlers/tests/test-tags-operator.js +1 -2
- package/editions/test/tiddlers/tests/test-tags.js +0 -4
- package/editions/test/tiddlers/tests/test-tiddler.js +0 -4
- package/editions/test/tiddlers/tests/test-utils.js +0 -5
- package/editions/test/tiddlers/tests/test-widget-event.js +219 -0
- package/editions/test/tiddlers/tests/test-widget-getVariableInfo.js +0 -5
- package/editions/test/tiddlers/tests/test-widget.js +0 -4
- package/editions/test/tiddlers/tests/test-wikitext-parser.js +48 -4
- package/editions/test/tiddlers/tests/test-wikitext-tabs-macro.js +0 -4
- package/editions/test/tiddlers/tests/test-wikitext.js +0 -4
- package/editions/text-slicer/tiddlers/system/$__coreURL.tid +4 -0
- package/editions/text-slicer/tiddlywiki.info +3 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project.htm +23430 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(1) +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(10) +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(11) +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(12) +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(13) +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(14) +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(15) +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(16) +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(17) +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(18) +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(19) +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(2) +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(20) +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(21) +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(22) +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(23) +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(24) +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(3) +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(4) +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(5) +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(6) +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(7) +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(8) +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(9) +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/app.css +191 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/backstage.html +95 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/backstage.js +360 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/chrjs +373 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/chrjs.identities +42 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/chrjs.space +108 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/chrjs.users +57 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/help.png +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/jquery.js +11 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/normalize.css +406 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/publicIcon +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/search.png +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/status.js +2 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/ts.js +766 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/readme.md +3 -0
- package/editions/tiddlywiki-surveys/scripts/extract-text-tiddlers-via-console.js +73 -0
- package/editions/tiddlywiki-surveys/scripts/import-great-interview-project-json.sh +12 -0
- package/editions/tiddlywiki-surveys/scripts/readme.md +16 -0
- package/editions/tiddlywiki-surveys/tiddlers/$__StoryList.tid +2 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/aamaadmitw5.jpg +0 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/aamaadmitw5.jpg.meta +5 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/alexhough.jpg +0 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/alexhough.jpg.meta +5 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/amalfaro-wrk.jpg +0 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/amalfaro-wrk.jpg.meta +5 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/andrewbarbour.jpg +0 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/andrewbarbour.jpg.meta +5 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/calmo.jpg +0 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/calmo.jpg.meta +5 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/climatechange3.jpg +0 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/climatechange3.jpg.meta +5 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/colmbritton.jpg +0 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/colmbritton.jpg.meta +5 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/dickon.jpg +0 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/dickon.jpg.meta +5 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/frankfurtkid.jpg +0 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/frankfurtkid.jpg.meta +5 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/gjrobert.jpg +0 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/gjrobert.jpg.meta +5 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/kosmaton.jpg +0 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/kosmaton.jpg.meta +5 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/mama.jpg +0 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/mama.jpg.meta +5 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/martinlindner.jpg +0 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/martinlindner.jpg.meta +5 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/matt.jpg +0 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/matt.jpg.meta +5 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/passingby.jpg +0 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/passingby.jpg.meta +5 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/pmario.jpg +0 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/pmario.jpg.meta +5 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/poulstaugaard.jpg +0 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/poulstaugaard.jpg.meta +5 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/rouilj.jpg +0 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/rouilj.jpg.meta +5 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/smandoli.jpg +0 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/smandoli.jpg.meta +5 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/ubi.jpg +0 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/ubi.jpg.meta +5 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/webid4me.jpg +0 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/webid4me.jpg.meta +5 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/yakov.jpg +0 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/yakov.jpg.meta +5 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Do you keep adding new features to your existing TiddlyWiki(s)_ - amalfaro-wrk - 2013-07-01T23_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Do you keep adding new features to your existing TiddlyWiki(s)_ - climatechange3 - 2010-12-01T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Do you keep adding new features to your existing TiddlyWiki(s)_ - dickon - 2012-03-18T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Do you keep adding new features to your existing TiddlyWiki(s)_ - frankfurtkid - 2010-11-16T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Do you keep adding new features to your existing TiddlyWiki(s)_ - mama - 2010-11-24T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Do you keep adding new features to your existing TiddlyWiki(s)_ - passingby - 2010-11-27T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Do you keep adding new features to your existing TiddlyWiki(s)_ - pmario - 2011-04-06T23_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Do you keep adding new features to your existing TiddlyWiki(s)_ - rouilj - 2010-11-27T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Do you keep adding new features to your existing TiddlyWiki(s)_.tid +3 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How did you first discover TiddlyWiki_ - aamaadmitw5 - 2014-09-23T23_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How did you first discover TiddlyWiki_ - calmo - 2010-12-16T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How did you first discover TiddlyWiki_ - climatechange3 - 2010-12-01T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How did you first discover TiddlyWiki_ - dickon - 2012-03-18T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How did you first discover TiddlyWiki_ - frankfurtkid - 2010-11-16T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How did you first discover TiddlyWiki_ - gjrobert - 2013-09-15T23_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How did you first discover TiddlyWiki_ - passingby - 2010-11-27T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How did you first discover TiddlyWiki_ - pmario - 2011-04-05T23_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How did you first discover TiddlyWiki_ - poulstaugaard - 2011-03-06T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How did you first discover TiddlyWiki_ - rouilj - 2010-11-27T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How did you first discover TiddlyWiki_ - smandoli - 2010-12-24T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How did you first discover TiddlyWiki_ - ubi - 2010-11-29T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How did you first discover TiddlyWiki_ - webid4me - 2014-09-23T23_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How did you first discover TiddlyWiki_ - yakov - 2010-11-16T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How did you first discover TiddlyWiki_.tid +3 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How has TiddlyWiki saved time for you as an information publisher_ - frankfurtkid - 2010-11-16T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How has TiddlyWiki saved time for you as an information publisher_ - mama - 2010-11-25T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How has TiddlyWiki saved time for you as an information publisher_.tid +3 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How has TiddlyWiki saved time for your target audience_ - frankfurtkid - 2010-11-16T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How has TiddlyWiki saved time for your target audience_ - rouilj - 2010-11-27T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How has TiddlyWiki saved time for your target audience_.tid +3 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How has the TiddlyWiki community helped you_ - andrewbarbour - 2010-11-28T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How has the TiddlyWiki community helped you_ - climatechange3 - 2010-12-01T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How has the TiddlyWiki community helped you_ - dickon - 2012-03-18T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How has the TiddlyWiki community helped you_ - frankfurtkid - 2010-11-16T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How has the TiddlyWiki community helped you_ - mama - 2010-11-26T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How has the TiddlyWiki community helped you_ - passingby - 2010-11-27T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How has the TiddlyWiki community helped you_ - pmario - 2011-04-06T23_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How has the TiddlyWiki community helped you_ - rouilj - 2010-11-27T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How has the TiddlyWiki community helped you_.tid +3 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How have you been able to contribute back to the TiddlyWiki community_ - frankfurtkid - 2010-11-16T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How have you been able to contribute back to the TiddlyWiki community_ - rouilj - 2010-11-27T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How have you been able to contribute back to the TiddlyWiki community_ - smandoli - 2010-12-25T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How have you been able to contribute back to the TiddlyWiki community_ - yakov - 2010-11-16T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How have you been able to contribute back to the TiddlyWiki community_.tid +3 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How have you found training novice users to use and understand TiddlyWiki_ - frankfurtkid - 2010-11-16T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How have you found training novice users to use and understand TiddlyWiki_ - mama - 2010-11-25T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How have you found training novice users to use and understand TiddlyWiki_ - passingby - 2010-11-27T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How have you found training novice users to use and understand TiddlyWiki_ - rouilj - 2010-11-27T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How have you found training novice users to use and understand TiddlyWiki_ - smandoli - 2010-12-24T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How have you found training novice users to use and understand TiddlyWiki_.tid +3 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many TiddlyWikis have you created and do you use regularly_ - andrewbarbour - 2010-11-28T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many TiddlyWikis have you created and do you use regularly_ - colmbritton - 2010-12-21T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many TiddlyWikis have you created and do you use regularly_ - dickon - 2012-03-18T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many TiddlyWikis have you created and do you use regularly_ - frankfurtkid - 2010-11-16T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many TiddlyWikis have you created and do you use regularly_ - mama - 2010-11-24T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many TiddlyWikis have you created and do you use regularly_ - matt - 2010-11-16T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many TiddlyWikis have you created and do you use regularly_ - passingby - 2010-11-27T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many TiddlyWikis have you created and do you use regularly_ - rouilj - 2010-11-27T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many TiddlyWikis have you created and do you use regularly_ - smandoli - 2010-12-24T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many TiddlyWikis have you created and do you use regularly_ - yakov - 2011-02-21T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many TiddlyWikis have you created and do you use regularly_.tid +3 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many other people have you introduced to TiddlyWiki_ - dickon - 2012-03-18T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many other people have you introduced to TiddlyWiki_ - mama - 2011-08-17T23_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many other people have you introduced to TiddlyWiki_ - martinlindner - 2010-11-16T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many other people have you introduced to TiddlyWiki_ - rouilj - 2010-11-27T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many other people have you introduced to TiddlyWiki_ - yakov - 2010-11-16T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many other people have you introduced to TiddlyWiki_.tid +3 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many tiddlers and how many megabytes in your largest TiddlyWiki_ - dickon - 2012-03-18T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many tiddlers and how many megabytes in your largest TiddlyWiki_ - frankfurtkid - 2010-11-16T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many tiddlers and how many megabytes in your largest TiddlyWiki_ - passingby - 2010-11-27T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many tiddlers and how many megabytes in your largest TiddlyWiki_ - rouilj - 2010-11-27T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many tiddlers and how many megabytes in your largest TiddlyWiki_ - yakov - 2010-11-16T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many tiddlers and how many megabytes in your largest TiddlyWiki_.tid +3 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How might you use TiddlyWiki in the future_ - mama - 2010-12-16T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How might you use TiddlyWiki in the future_ - martinlindner - 2010-11-16T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How might you use TiddlyWiki in the future_ - pmario - 2011-04-06T23_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How might you use TiddlyWiki in the future_ - yakov - 2010-11-16T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How might you use TiddlyWiki in the future_.tid +3 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Interview Question.tid +2 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What do you think of the name TiddlyWiki and the term _tiddler__ - andrewbarbour - 2010-11-28T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What do you think of the name TiddlyWiki and the term _tiddler__ - frankfurtkid - 2010-11-16T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What do you think of the name TiddlyWiki and the term _tiddler__ - gjrobert - 2013-09-15T23_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What do you think of the name TiddlyWiki and the term _tiddler__ - kosmaton - 2011-03-10T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What do you think of the name TiddlyWiki and the term _tiddler__ - mama - 2010-12-02T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What do you think of the name TiddlyWiki and the term _tiddler__ - pmario - 2011-04-06T23_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What do you think of the name TiddlyWiki and the term _tiddler__ - poulstaugaard - 2011-03-06T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What do you think of the name TiddlyWiki and the term _tiddler__ - smandoli - 2010-12-24T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What do you think of the name TiddlyWiki and the term _tiddler__ - yakov - 2010-11-16T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What do you think of the name TiddlyWiki and the term _tiddler__.tid +3 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What features of TiddlyWiki made it suitable for your target audience_ - mama - 2010-11-24T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What features of TiddlyWiki made it suitable for your target audience_ - passingby - 2010-11-27T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What features of TiddlyWiki made it suitable for your target audience_ - pmario - 2011-04-06T23_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What features of TiddlyWiki made it suitable for your target audience_.tid +3 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What is the most challenging thing about using TiddlyWiki_ - frankfurtkid - 2010-11-16T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What is the most challenging thing about using TiddlyWiki_ - rouilj - 2010-11-27T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What is the most challenging thing about using TiddlyWiki_ - smandoli - 2010-12-25T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What is the most challenging thing about using TiddlyWiki_.tid +3 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What was it about TiddlyWiki that captured your interest_ - aamaadmitw5 - 2014-09-23T23_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What was it about TiddlyWiki that captured your interest_ - climatechange3 - 2010-12-02T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What was it about TiddlyWiki that captured your interest_ - dickon - 2012-03-18T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What was it about TiddlyWiki that captured your interest_ - frankfurtkid - 2010-11-16T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What was it about TiddlyWiki that captured your interest_ - mama - 2010-11-20T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What was it about TiddlyWiki that captured your interest_ - martinlindner - 2010-11-16T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What was it about TiddlyWiki that captured your interest_ - passingby - 2010-11-27T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What was it about TiddlyWiki that captured your interest_ - pmario - 2011-04-05T23_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What was it about TiddlyWiki that captured your interest_ - poulstaugaard - 2011-03-12T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What was it about TiddlyWiki that captured your interest_ - rouilj - 2010-11-27T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What was it about TiddlyWiki that captured your interest_ - smandoli - 2010-12-24T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What was it about TiddlyWiki that captured your interest_ - webid4me - 2014-09-23T23_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What was it about TiddlyWiki that captured your interest_ - yakov - 2010-11-16T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What was it about TiddlyWiki that captured your interest_.tid +3 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Which aspects of TiddlyWiki do you find most valuable_ - aamaadmitw5 - 2014-09-23T23_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Which aspects of TiddlyWiki do you find most valuable_ - alexhough - 2010-12-08T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Which aspects of TiddlyWiki do you find most valuable_ - mama - 2010-11-24T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Which aspects of TiddlyWiki do you find most valuable_ - passingby - 2010-11-27T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Which aspects of TiddlyWiki do you find most valuable_ - pmario - 2011-04-05T23_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Which aspects of TiddlyWiki do you find most valuable_ - smandoli - 2010-12-24T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Which aspects of TiddlyWiki do you find most valuable_ - webid4me - 2014-09-23T23_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Which aspects of TiddlyWiki do you find most valuable_ - yakov - 2010-11-16T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Which aspects of TiddlyWiki do you find most valuable_.tid +3 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Which plugins do you rely on the most_ - climatechange3 - 2010-12-01T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Which plugins do you rely on the most_ - frankfurtkid - 2010-11-16T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Which plugins do you rely on the most_ - pmario - 2011-04-06T23_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Which plugins do you rely on the most_ - rouilj - 2010-11-27T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Which plugins do you rely on the most_.tid +3 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Who is the target audience for your TiddlyWiki(s)_ - frankfurtkid - 2010-11-16T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Who is the target audience for your TiddlyWiki(s)_ - mama - 2010-11-24T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Who is the target audience for your TiddlyWiki(s)_ - passingby - 2010-11-27T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Who is the target audience for your TiddlyWiki(s)_ - rouilj - 2010-11-27T00_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Who is the target audience for your TiddlyWiki(s)_ - webid4me - 2014-09-23T23_00_00.000Z.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Who is the target audience for your TiddlyWiki(s)_.tid +3 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00001.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00002.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00003.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00004.tid +33 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00005.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00006.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00007.tid +33 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00008.tid +33 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00009.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00010.tid +33 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00011.tid +33 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00012.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00013.tid +33 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00014.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00015.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00016.tid +33 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00017.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00018.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00019.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00020.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00021.tid +33 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00022.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00023.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00024.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00025.tid +33 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00026.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00027.tid +33 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00028.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00029.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00030.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00031.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00032.tid +33 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00033.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00034.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00035.tid +33 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00036.tid +33 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00037.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00038.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00039.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00040.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00041.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00042.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00043.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00044.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00045.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00046.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00047.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00048.tid +33 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00049.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00050.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00051.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00052.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00053.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00054.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00055.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00056.tid +33 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00057.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00058.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00059.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00060.tid +33 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00061.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00062.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00063.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00064.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00065.tid +33 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00066.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00067.tid +33 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00068.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00069.tid +33 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00070.tid +33 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00071.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00072.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00073.tid +33 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00074.tid +33 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00075.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00076.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00077.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00078.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00079.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00080.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00081.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00082.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00083.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00084.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00085.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00086.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00087.tid +33 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00088.tid +33 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00089.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00090.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00091.tid +33 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00092.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00093.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00094.tid +33 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00095.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00096.tid +33 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00097.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00098.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00099.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00100.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00101.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00102.tid +33 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00103.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00104.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00105.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00106.tid +33 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00107.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00108.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00109.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00110.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00111.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00112.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00113.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00114.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00115.tid +33 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00116.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00117.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00118.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00119.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00120.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00121.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00122.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00123.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00124.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00125.tid +33 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00126.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00127.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00128.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00129.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00130.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00131.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00132.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00133.tid +33 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00134.tid +33 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00135.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00136.tid +33 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00137.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00138.tid +33 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00139.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00140.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00141.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00142.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00143.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00144.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00145.tid +33 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00146.tid +33 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00147.tid +33 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00148.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00149.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00150.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00151.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00152.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00153.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00154.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00155.tid +33 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00156.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00157.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00158.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00159.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00160.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00161.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00162.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00163.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00164.tid +33 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00165.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00166.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00167.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00168.tid +33 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00169.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00170.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00171.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00172.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00173.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00174.tid +33 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00175.tid +33 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00176.tid +33 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00177.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00178.tid +33 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00179.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00180.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00181.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00182.tid +33 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00183.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00184.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00185.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00186.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00187.json +37 -0
- package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00188.tid +33 -0
- package/editions/tiddlywiki-surveys/tiddlers/app/DefaultTiddlers.tid +5 -0
- package/editions/tiddlywiki-surveys/tiddlers/app/Definitions.tid +66 -0
- package/editions/tiddlywiki-surveys/tiddlers/app/HelloThere.tid +18 -0
- package/editions/tiddlywiki-surveys/tiddlers/app/Questions.json +225 -0
- package/editions/tiddlywiki-surveys/tiddlers/app/SiteSubtitle.tid +3 -0
- package/editions/tiddlywiki-surveys/tiddlers/app/SiteTitle.tid +3 -0
- package/editions/tiddlywiki-surveys/tiddlers/app/Styles.tid +25 -0
- package/editions/tiddlywiki-surveys/tiddlers/app/The Great TiddlyWiki Interview Project 2010.tid +51 -0
- package/editions/tiddlywiki-surveys/tiddlers/app/TiddlyWiki Community Survey 2025.tid +5 -0
- package/editions/tiddlywiki-surveys/tiddlers/app/ViewTemplate.tid +8 -0
- package/editions/tiddlywiki-surveys/tiddlers/app/XLSX Import Specs/row.tid +8 -0
- package/editions/tiddlywiki-surveys/tiddlers/app/XLSX Import Specs/sheet.tid +10 -0
- package/editions/tiddlywiki-surveys/tiddlers/app/XLSX Import Specs/workbook.tid +8 -0
- package/editions/tiddlywiki-surveys/tiddlers/app/default-import-spec.tid +6 -0
- package/editions/tiddlywiki-surveys/tiddlers/app/open-state.multids +9 -0
- package/editions/tiddlywiki-surveys/tiddlers/app/palette.tid +2 -0
- package/editions/tiddlywiki-surveys/tiddlers/app/palettes - Naporitan.tid +119 -0
- package/editions/tiddlywiki-surveys/tiddlers/app/state - sidebar.tid +2 -0
- package/editions/tiddlywiki-surveys/tiddlywiki.info +15 -0
- package/editions/tour/tiddlers/System/$__coreURL.tid +4 -0
- package/editions/translators/tiddlers/Extracting Translations.tid +0 -1
- package/editions/tw.org/tiddlers/TiddlyWiki.tid +1 -1
- package/editions/tw5.com/tiddlers/$__StoryList.tid +3 -3
- package/editions/tw5.com/tiddlers/HTML Tags.tid +11 -0
- package/editions/tw5.com/tiddlers/Tags.tid +8 -0
- package/editions/tw5.com/tiddlers/TestCases_WikifyWidget_RenderHTML.tid +28 -0
- package/editions/tw5.com/tiddlers/TestCases_WikifyWidget_RenderSVGURI.tid +48 -0
- package/editions/tw5.com/tiddlers/TestCases_WikifyWidget_WidgetValue_Fail.tid +33 -0
- package/editions/tw5.com/tiddlers/TestCases_WikifyWidget_WidgetValue_Success.tid +43 -0
- package/editions/tw5.com/tiddlers/TestCases_WikifyWidget_WordCount_Fail.tid +19 -0
- package/editions/tw5.com/tiddlers/TestCases_WikifyWidget_WordCount_Success.tid +19 -0
- package/editions/tw5.com/tiddlers/Title.tid +8 -0
- package/editions/tw5.com/tiddlers/{system → _tw_shared/doc-utilities}/doc-macros.tid +1 -0
- package/editions/tw5.com/tiddlers/_tw_shared/favicons/mws.tiddlywiki.com.png +0 -0
- package/editions/tw5.com/tiddlers/_tw_shared/favicons/mws.tiddlywiki.com.png.meta +3 -0
- package/editions/tw5.com/tiddlers/_tw_shared/sites/mws.tiddlywiki.com.tid +6 -0
- package/editions/tw5.com/tiddlers/_tw_shared/tags-TiddlyWikiSites.tid +1 -1
- package/editions/tw5.com/tiddlers/about/Archive.tid +2 -2
- package/editions/tw5.com/tiddlers/about/Developers.tid +0 -7
- package/editions/tw5.com/tiddlers/about/Filter Syntax History.tid +42 -0
- package/editions/tw5.com/tiddlers/about/History of TiddlyWiki.tid +5 -79
- package/editions/tw5.com/tiddlers/about/The Story of TiddlyWiki.tid +69 -0
- package/editions/tw5.com/tiddlers/about/TiddlyWiki Anniversaries.tid +31 -0
- package/editions/tw5.com/tiddlers/community/Articles.tid +1 -1
- package/editions/tw5.com/tiddlers/community/Chinese Community.tid +10 -17
- package/editions/tw5.com/tiddlers/community/Community Survey 2025 Sidebar Segment Styles.tid +9 -0
- package/editions/tw5.com/tiddlers/community/Community Survey 2025 Sidebar Segment.tid +11 -0
- package/editions/tw5.com/tiddlers/community/Community Survey 2025.tid +33 -0
- package/editions/tw5.com/tiddlers/community/Examples.tid +1 -1
- package/editions/tw5.com/tiddlers/community/Forums.tid +0 -1
- package/editions/tw5.com/tiddlers/community/HelpingTiddlyWiki.tid +0 -2
- package/editions/tw5.com/tiddlers/community/TiddlyWiki Hangouts.tid +1 -1
- package/editions/tw5.com/tiddlers/community/TiddlyWiki on the Web.tid +1 -1
- package/editions/tw5.com/tiddlers/concepts/Concepts.tid +2 -2
- package/editions/tw5.com/tiddlers/concepts/DefaultTiddlers.tid +8 -3
- package/editions/tw5.com/tiddlers/concepts/ExternalImages.tid +28 -10
- package/editions/tw5.com/tiddlers/concepts/Filters.tid +2 -2
- package/editions/tw5.com/tiddlers/concepts/Tiddler Colour Cascade.tid +4 -4
- package/editions/tw5.com/tiddlers/concepts/Tiddlers.tid +2 -2
- package/editions/tw5.com/tiddlers/definitions/Definitions.tid +4 -4
- package/editions/tw5.com/tiddlers/definitions/JeremyRuston.tid +0 -2
- package/editions/tw5.com/tiddlers/demonstrations/GroupedLists.tid +8 -8
- package/editions/tw5.com/tiddlers/features/Future Proof.tid +3 -3
- package/editions/tw5.com/tiddlers/filters/Filter Operators.tid +2 -2
- package/editions/tw5.com/tiddlers/filters/each.tid +10 -8
- package/editions/tw5.com/tiddlers/filters/else Operator.tid +4 -0
- package/editions/tw5.com/tiddlers/filters/examples/each.tid +1 -3
- package/editions/tw5.com/tiddlers/filters/syntax/Else Filter Run Prefix.tid +3 -1
- package/editions/tw5.com/tiddlers/filters/syntax/Filter Step.tid +4 -4
- package/editions/tw5.com/tiddlers/filters/syntax/then Filter Run Prefix.tid +2 -0
- package/editions/tw5.com/tiddlers/filters/then Operator.tid +2 -0
- package/editions/tw5.com/tiddlers/function Operator (Examples).tid +63 -0
- package/editions/tw5.com/tiddlers/gettingstarted/GettingStarted - Internet Explorer.tid +1 -1
- package/editions/tw5.com/tiddlers/hellothere/HelloThere.tid +26 -3
- package/editions/tw5.com/tiddlers/hellothere/HelloThumbnail.tid +1 -1
- package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - Community Survey.tid +9 -0
- package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - Grok TiddlyWiki.tid +0 -1
- package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - MultiWikiServer.tid +1 -2
- package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - TiddlyWiki Privacy.tid +0 -1
- package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - Twenty Years of TiddlyWiki.tid +0 -1
- package/editions/tw5.com/tiddlers/hiddensettings/Hidden Setting Default Tiddler Colour.tid +2 -2
- package/editions/tw5.com/tiddlers/hiddensettings/Hidden Setting DefaultMissingType.tid +7 -0
- package/editions/tw5.com/tiddlers/howtos/Windows HTA Hack.tid +2 -1
- package/editions/tw5.com/tiddlers/images/Community Survey 2025.png +0 -0
- package/editions/tw5.com/tiddlers/images/Community Survey 2025.png.meta +6 -0
- package/editions/tw5.com/tiddlers/images/New Release Banner.png +0 -0
- package/editions/tw5.com/tiddlers/languages/Japanese (Japan) Edition.tid +2 -2
- package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-close-window.tid +1 -1
- package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-download-file.tid +1 -0
- package/editions/tw5.com/tiddlers/plugins/Dynaview Plugin.tid +1 -1
- package/editions/tw5.com/tiddlers/plugins/Geospatial Plugin.tid +17 -0
- package/editions/tw5.com/tiddlers/plugins/Innerwiki Plugin.tid +1 -1
- package/editions/tw5.com/tiddlers/plugins/Share Plugin.tid +4 -2
- package/editions/tw5.com/tiddlers/plugins/Tour Plugin.tid +9 -0
- package/editions/tw5.com/tiddlers/pragmas/Pragma_ _define.tid +1 -1
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.3.6.tid +2 -2
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.3.7.tid +146 -0
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.3.8.tid +43 -0
- package/editions/tw5.com/tiddlers/roadmap/multiwikiserver/MultiWikiServer.tid +5 -10
- package/editions/tw5.com/tiddlers/saving/Saving with TiddlyIE.tid +2 -1
- package/editions/tw5.com/tiddlers/saving/Saving.tid +2 -2
- package/editions/tw5.com/tiddlers/system/dropbox-url-macro.js +0 -4
- package/editions/tw5.com/tiddlers/system/if-macro.js +0 -4
- package/editions/tw5.com/tiddlers/system/netlify-build-badge-icon.tid +4 -0
- package/editions/tw5.com/tiddlers/system/netlify-build-badge.tid +1 -1
- package/editions/tw5.com/tiddlers/system/static.content.tid +8 -4
- package/editions/tw5.com/tiddlers/system/systemtag-template.tid +3 -3
- package/editions/tw5.com/tiddlers/system/tw5.com-styles.tid +19 -0
- package/editions/tw5.com/tiddlers/widgets/ActionSetFieldWidget.tid +8 -1
- package/editions/tw5.com/tiddlers/widgets/BrowseWidget.tid +2 -0
- package/editions/tw5.com/tiddlers/widgets/ButtonWidget.tid +3 -3
- package/editions/tw5.com/tiddlers/widgets/CheckboxWidget.tid +1 -0
- package/editions/tw5.com/tiddlers/widgets/EventCatcherWidget.tid +2 -2
- package/editions/tw5.com/tiddlers/widgets/RadioWidget.tid +1 -0
- package/editions/tw5.com/tiddlers/widgets/RangeWidget.tid +1 -0
- package/editions/tw5.com/tiddlers/widgets/RevealWidget.tid +2 -2
- package/editions/tw5.com/tiddlers/widgets/SelectWidget.tid +1 -0
- package/editions/tw5.com/tiddlers/widgets/TestCaseWidget.tid +2 -1
- package/editions/tw5.com/tiddlers/widgets/ViewWidget.tid +9 -0
- package/editions/tw5.com/tiddlers/widgets/WikifyWidget.tid +23 -3
- package/editions/tw5.com/tiddlers/wikitext/HTML in WikiText.tid +1 -1
- package/editions/tw5.com/tiddlers/workingwithtw/TiddlyWiki Node.js Privacy and Security.tid +11 -0
- package/editions/tw5.com/tiddlers/workingwithtw/TiddlyWiki Privacy and Security.tid +29 -22
- package/editions/tw5.com/tiddlers/workingwithtw/TiddlyWiki Single File Privacy and Security.tid +10 -0
- package/editions/tw5.com/tiddlywiki.info +3 -3
- package/editions/tw5.com-docs/tiddlers/$__coreURL.tid +4 -0
- package/editions/tw5.com-docs/tiddlywiki.info +4 -1
- package/editions/xlsx-utils/tiddlers/$__coreURL.tid +4 -0
- package/editions/xlsx-utils/tiddlywiki.info +4 -1
- package/languages/de-DE/Buttons.multids +2 -0
- package/languages/de-DE/ControlPanel.multids +25 -8
- package/languages/de-DE/Docs/PaletteColours.multids +4 -0
- package/languages/de-DE/EditTemplate.multids +2 -0
- package/languages/de-DE/Help/commands.tid +6 -2
- package/languages/de-DE/Search.multids +3 -1
- package/languages/el-GR/Buttons.multids +120 -98
- package/languages/el-GR/ControlPanel.multids +195 -113
- package/languages/el-GR/CoreReadMe.tid +3 -4
- package/languages/el-GR/Dates.multids +26 -26
- package/languages/el-GR/Docs/ModuleTypes.multids +20 -17
- package/languages/el-GR/Docs/PaletteColours.multids +88 -77
- package/languages/el-GR/EditTemplate.multids +19 -7
- package/languages/el-GR/Exporters.multids +3 -3
- package/languages/el-GR/Fields.multids +32 -21
- package/languages/el-GR/Filters.multids +8 -7
- package/languages/el-GR/GettingStarted.tid +8 -8
- package/languages/el-GR/Help/build.tid +3 -3
- package/languages/el-GR/Help/clearpassword.tid +2 -2
- package/languages/el-GR/Help/commands.tid +18 -0
- package/languages/el-GR/Help/default.tid +4 -2
- package/languages/el-GR/Help/deletetiddlers.tid +8 -0
- package/languages/el-GR/Help/editions.tid +1 -1
- package/languages/el-GR/Help/fetch.tid +10 -10
- package/languages/el-GR/Help/import.tid +4 -4
- package/languages/el-GR/Help/init.tid +9 -9
- package/languages/el-GR/Help/listen.tid +35 -0
- package/languages/el-GR/Help/load.tid +10 -7
- package/languages/el-GR/Help/makelibrary.tid +3 -3
- package/languages/el-GR/Help/notfound.tid +1 -0
- package/languages/el-GR/Help/output.tid +3 -3
- package/languages/el-GR/Help/password.tid +4 -3
- package/languages/el-GR/Help/render.tid +20 -19
- package/languages/el-GR/Help/rendertiddler.tid +10 -9
- package/languages/el-GR/Help/rendertiddlers.tid +4 -4
- package/languages/el-GR/Help/save.tid +10 -10
- package/languages/el-GR/Help/savetiddler.tid +6 -6
- package/languages/el-GR/Help/savetiddlers.tid +5 -5
- package/languages/el-GR/Help/savewikifolder.tid +34 -0
- package/languages/el-GR/Help/server.tid +24 -16
- package/languages/el-GR/Help/setfield.tid +7 -7
- package/languages/el-GR/Help/verbose.tid +2 -2
- package/languages/el-GR/Import.multids +25 -6
- package/languages/el-GR/Misc.multids +60 -32
- package/languages/el-GR/Modals/Download.tid +4 -4
- package/languages/el-GR/Notifications.multids +2 -0
- package/languages/el-GR/Search.multids +6 -4
- package/languages/el-GR/SideBar.multids +1 -1
- package/languages/el-GR/SiteTitle.tid +1 -1
- package/languages/el-GR/Snippets/FunctionDefinition.tid +7 -0
- package/languages/el-GR/Snippets/ListByTag.tid +2 -2
- package/languages/el-GR/Snippets/MacroDefinition.tid +2 -2
- package/languages/el-GR/Snippets/ProcedureDefinition.tid +7 -0
- package/languages/el-GR/Snippets/Table4x3.tid +1 -1
- package/languages/el-GR/Snippets/TableOfContents.tid +2 -2
- package/languages/el-GR/ThemeTweaks.multids +19 -19
- package/languages/el-GR/TiddlerInfo.multids +3 -3
- package/languages/el-GR/Types/{application%2Fjavascript.tid → application_javascript.tid} +2 -2
- package/languages/el-GR/Types/application_json.tid +4 -0
- package/languages/el-GR/Types/{application%2Fx-tiddler-dictionary.tid → application_x-tiddler-dictionary.tid} +1 -1
- package/languages/el-GR/Types/image_svg+xml.tid +4 -0
- package/languages/el-GR/Types/{text%2Fcss.tid → text_css.tid} +1 -1
- package/languages/el-GR/Types/text_vnd.tiddlywiki-multiple.tid +4 -0
- package/languages/fa-IR/plugin.info +1 -1
- package/languages/fr-FR/ControlPanel.multids +5 -1
- package/languages/fr-FR/Fields.multids +2 -2
- package/languages/pl-PL/ControlPanel.multids +11 -7
- package/languages/pl-PL/Fields.multids +1 -0
- package/languages/zh-Hans/ControlPanel.multids +19 -9
- package/languages/zh-Hans/EditTemplate.multids +2 -0
- package/languages/zh-Hans/Search.multids +2 -0
- package/languages/zh-Hans/SiteTitle.tid +1 -1
- package/languages/zh-Hant/ControlPanel.multids +20 -10
- package/languages/zh-Hant/EditTemplate.multids +2 -0
- package/languages/zh-Hant/Search.multids +2 -0
- package/license +1 -1
- package/licenses/cla-individual.md +32 -0
- package/package.json +2 -2
- package/playwright-report/index.html +77 -0
- package/plugins/tiddlywiki/aws/modules/command.js +1 -2
- package/plugins/tiddlywiki/aws/modules/encodings.js +1 -2
- package/plugins/tiddlywiki/aws/modules/init.js +1 -2
- package/plugins/tiddlywiki/aws/modules/utils.js +1 -2
- package/plugins/tiddlywiki/bibtex/deserializer.js +0 -5
- package/plugins/tiddlywiki/browser-sniff/browser.js +0 -5
- package/plugins/tiddlywiki/browser-storage/rawmarkup.js +0 -4
- package/plugins/tiddlywiki/browser-storage/settings.tid +4 -2
- package/plugins/tiddlywiki/browser-storage/startup.js +0 -5
- package/plugins/tiddlywiki/browser-storage/util.js +0 -6
- package/plugins/tiddlywiki/cecily/cecily.js +0 -5
- package/plugins/tiddlywiki/classictools/modules/recipe.js +0 -5
- package/plugins/tiddlywiki/codemirror/edit-codemirror.js +0 -5
- package/plugins/tiddlywiki/codemirror/engine.js +0 -5
- package/plugins/tiddlywiki/codemirror/files/addon/dialog/dialog.css +1 -32
- package/plugins/tiddlywiki/codemirror/files/addon/dialog/dialog.js +1 -1
- package/plugins/tiddlywiki/codemirror/files/addon/selection/activeline.js +1 -1
- package/plugins/tiddlywiki/codemirror/files/codemirror.css +1 -1
- package/plugins/tiddlywiki/codemirror/files/codemirror.js +1 -1
- package/plugins/tiddlywiki/codemirror/readme.tid +1 -1
- package/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/anyword-hint.js +1 -3
- package/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/css-hint.js +1 -3
- package/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/html-hint.js +1 -3
- package/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/javascript-hint.js +1 -3
- package/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/show-hint.css +1 -36
- package/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/show-hint.js +1 -3
- package/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/xml-hint.js +1 -3
- package/plugins/tiddlywiki/codemirror-closebrackets/files/addon/edit/closebrackets.js +1 -3
- package/plugins/tiddlywiki/codemirror-closebrackets/files/addon/edit/matchbrackets.js +1 -3
- package/plugins/tiddlywiki/codemirror-fullscreen-editing/files/addon/fullscreen/fullscreen.css +1 -6
- package/plugins/tiddlywiki/codemirror-fullscreen-editing/files/addon/fullscreen/fullscreen.js +1 -3
- package/plugins/tiddlywiki/codemirror-keymap-emacs/files/keymap/emacs.js +1 -3
- package/plugins/tiddlywiki/codemirror-keymap-sublime-text/files/addons/comment/comment.js +1 -3
- package/plugins/tiddlywiki/codemirror-keymap-sublime-text/files/keymap/sublime.js +1 -3
- package/plugins/tiddlywiki/codemirror-keymap-vim/files/keymap/vim.js +1 -3
- package/plugins/tiddlywiki/codemirror-mode-css/files/mode/css/css.js +1 -3
- package/plugins/tiddlywiki/codemirror-mode-htmlembedded/files/addon/mode/multiplex.js +1 -3
- package/plugins/tiddlywiki/codemirror-mode-htmlembedded/files/mode/htmlembedded/htmlembedded.js +1 -3
- package/plugins/tiddlywiki/codemirror-mode-htmlmixed/files/mode/htmlmixed/htmlmixed.js +1 -3
- package/plugins/tiddlywiki/codemirror-mode-javascript/files/mode/javascript/javascript.js +1 -3
- package/plugins/tiddlywiki/codemirror-mode-markdown/files/mode/markdown/markdown.js +1 -3
- package/plugins/tiddlywiki/codemirror-mode-x-tiddlywiki/files/mode/tiddlywiki/tiddlywiki.css +1 -14
- package/plugins/tiddlywiki/codemirror-mode-x-tiddlywiki/files/mode/tiddlywiki/tiddlywiki.js +1 -3
- package/plugins/tiddlywiki/codemirror-mode-xml/files/mode/xml/xml.js +1 -3
- package/plugins/tiddlywiki/codemirror-search-replace/files/addon/search/jump-to-line.js +1 -3
- package/plugins/tiddlywiki/codemirror-search-replace/files/addon/search/search.js +1 -3
- package/plugins/tiddlywiki/codemirror-search-replace/files/addon/search/searchcursor.js +1 -3
- package/plugins/tiddlywiki/codemirror-trailingspace/files/addon/edit/trailingspace.js +1 -27
- package/plugins/tiddlywiki/confetti/confetti-manager.js +0 -6
- package/plugins/tiddlywiki/confetti/confetti-widget.js +0 -6
- package/plugins/tiddlywiki/confetti/plugin.info +1 -1
- package/plugins/tiddlywiki/confetti/startup.js +0 -6
- package/plugins/tiddlywiki/consent-banner/banner.tid +4 -0
- package/plugins/tiddlywiki/consent-banner/raw-widget.js +0 -5
- package/plugins/tiddlywiki/consent-banner/startup.js +0 -5
- package/plugins/tiddlywiki/d3/barwidget.js +0 -5
- package/plugins/tiddlywiki/d3/cloudwidget.js +0 -5
- package/plugins/tiddlywiki/dynannotate/modules/dynannotate.js +0 -5
- package/plugins/tiddlywiki/dynannotate/modules/element-spotlight.js +0 -6
- package/plugins/tiddlywiki/dynannotate/modules/legacy-selection-tracker.js +0 -5
- package/plugins/tiddlywiki/dynannotate/modules/selection-tracker.js +0 -5
- package/plugins/tiddlywiki/dynannotate/modules/startup.js +0 -9
- package/plugins/tiddlywiki/dynannotate/modules/textmap.js +0 -5
- package/plugins/tiddlywiki/dynaview/dynaview.js +0 -5
- package/plugins/tiddlywiki/evernote/modules/enex-deserializer.js +15 -4
- package/plugins/tiddlywiki/external-attachments/startup.js +0 -6
- package/plugins/tiddlywiki/filesystem/filesystemadaptor.js +0 -5
- package/plugins/tiddlywiki/freelinks/plain-text.js +0 -5
- package/plugins/tiddlywiki/freelinks/text.js +0 -5
- package/plugins/tiddlywiki/geospatial/geotools.js +0 -5
- package/plugins/tiddlywiki/geospatial/operators/helper.js +0 -5
- package/plugins/tiddlywiki/geospatial/operators/lookup.js +0 -6
- package/plugins/tiddlywiki/geospatial/operators/measurement.js +0 -5
- package/plugins/tiddlywiki/geospatial/operators/olc.js +0 -5
- package/plugins/tiddlywiki/geospatial/operators/transformation.js +0 -6
- package/plugins/tiddlywiki/geospatial/plugin.info +1 -1
- package/plugins/tiddlywiki/geospatial/startup.js +0 -5
- package/plugins/tiddlywiki/geospatial/widgets/geobaselayer.js +0 -5
- package/plugins/tiddlywiki/geospatial/widgets/geolayer.js +0 -5
- package/plugins/tiddlywiki/geospatial/widgets/geomap.js +0 -6
- package/plugins/tiddlywiki/googleanalytics/googleanalytics.js +0 -7
- package/plugins/tiddlywiki/highlight/files/tiddlywiki.files +1 -1
- package/plugins/tiddlywiki/highlight/highlightblock.js +1 -7
- package/plugins/tiddlywiki/highlight/styles.tid +1 -1
- package/plugins/tiddlywiki/highlight/usage.tid +15 -7
- package/plugins/tiddlywiki/highlight-legacy/highlightblock.js +0 -6
- package/plugins/tiddlywiki/innerwiki/anchor.js +0 -6
- package/plugins/tiddlywiki/innerwiki/innerwiki.js +0 -5
- package/plugins/tiddlywiki/innerwiki/screenshot.js +0 -5
- package/plugins/tiddlywiki/jasmine/command.js +0 -3
- package/plugins/tiddlywiki/jasmine/jasmine-plugin.js +1 -5
- package/plugins/tiddlywiki/jasmine/run-wiki-based-tests.js +7 -5
- package/plugins/tiddlywiki/jasmine/startup.js +1 -5
- package/plugins/tiddlywiki/jszip/startup.js +0 -5
- package/plugins/tiddlywiki/katex/files/tiddlywiki.files +2 -2
- package/plugins/tiddlywiki/katex/latex-parser.js +0 -5
- package/plugins/tiddlywiki/katex/wrapper.js +0 -6
- package/plugins/tiddlywiki/markdown/editor-operations/make-markdown-link.js +0 -5
- package/plugins/tiddlywiki/markdown/markdown-it-katex.js +2 -3
- package/plugins/tiddlywiki/markdown/markdown-it-tiddlywiki.js +0 -5
- package/plugins/tiddlywiki/markdown/readme.tid +19 -1
- package/plugins/tiddlywiki/markdown/wrapper.js +0 -4
- package/plugins/tiddlywiki/markdown-legacy/editor-operations/make-markdown-link.js +0 -5
- package/plugins/tiddlywiki/markdown-legacy/wrapper.js +0 -5
- package/plugins/tiddlywiki/mobiledragdrop/startup.js +0 -5
- package/plugins/tiddlywiki/nodewebkitsaver/nodewebkit.js +1 -3
- package/plugins/tiddlywiki/pluginlibrary/libraryserver.js +0 -5
- package/plugins/tiddlywiki/qrcode/barcodereader.js +0 -6
- package/plugins/tiddlywiki/qrcode/makeqr.js +0 -6
- package/plugins/tiddlywiki/railroad/components.js +0 -5
- package/plugins/tiddlywiki/railroad/parser.js +0 -5
- package/plugins/tiddlywiki/railroad/typed-parser.js +0 -6
- package/plugins/tiddlywiki/railroad/wrapper.js +0 -5
- package/plugins/tiddlywiki/savetrail/savetrail.js +0 -5
- package/plugins/tiddlywiki/share/rawmarkup.js +0 -5
- package/plugins/tiddlywiki/share/wizard.tid +1 -1
- package/plugins/tiddlywiki/stacked-view/plugin.info +1 -1
- package/plugins/tiddlywiki/stacked-view/stacked.js +0 -5
- package/plugins/tiddlywiki/tahoelafs/saver.js +0 -5
- package/plugins/tiddlywiki/text-slicer/modules/commands/slice.js +0 -5
- package/plugins/tiddlywiki/text-slicer/modules/filters/list-children.js +0 -5
- package/plugins/tiddlywiki/text-slicer/modules/slicer.js +0 -5
- package/plugins/tiddlywiki/text-slicer/modules/startup/slicer-startup.js +0 -5
- package/plugins/tiddlywiki/tiddlyweb/tiddlywebadaptor.js +0 -5
- package/plugins/tiddlywiki/tour/plugin.info +1 -1
- package/plugins/tiddlywiki/tw2parser/classictransclude.js +0 -5
- package/plugins/tiddlywiki/tw2parser/entry.js +0 -4
- package/plugins/tiddlywiki/tw2parser/parameteradapter.js +0 -4
- package/plugins/tiddlywiki/tw2parser/wikitextparser.js +0 -5
- package/plugins/tiddlywiki/tw2parser/wikitextrules.js +0 -5
- package/plugins/tiddlywiki/tw5.com-docs/plugin.info +1 -1
- package/plugins/tiddlywiki/twitter/startup.js +0 -5
- package/plugins/tiddlywiki/twitter/twitter-widget.js +0 -5
- package/plugins/tiddlywiki/twitter-archivist/archivist.js +0 -5
- package/plugins/tiddlywiki/twitter-archivist/loadtwitterarchive.js +0 -5
- package/plugins/tiddlywiki/twitter-archivist/startup.js +0 -5
- package/plugins/tiddlywiki/upgrade/config.js +0 -5
- package/plugins/tiddlywiki/xlsx-utils/deserializer.js +0 -5
- package/plugins/tiddlywiki/xlsx-utils/importer.js +25 -18
- package/plugins/tiddlywiki/xlsx-utils/startup.js +0 -5
- package/plugins/tiddlywiki/xlsx-utils/xlsx-import-command.js +0 -5
- package/readme.md +2 -2
- package/test-results/.last-run.json +4 -0
- package/themes/tiddlywiki/starlight/arvo.woff.meta +1 -1
- package/themes/tiddlywiki/vanilla/base.tid +8 -2
- package/themes/tiddlywiki/vanilla/settings.multids +1 -1
- package/core/language/en-GB/icon.tid +0 -13
- package/editions/dev/tiddlers/system/doc-macros.tid +0 -114
- package/editions/dev/tiddlers/system/doc-styles.tid +0 -40
- package/editions/dev/tiddlers/system/version-macros.tid +0 -14
- package/editions/empty/tiddlers/$__StoryList.tid +0 -2
- package/editions/multiwikiserver/tiddlers/$__StoryList.tid +0 -0
- package/editions/prerelease/tiddlers/Release 5.3.7.tid +0 -54
- package/editions/server/tiddlers/$__StoryList.tid +0 -3
- package/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Gitter.tid +0 -7
- package/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Twitter.tid +0 -7
- package/editions/tw5.com/tiddlers/images/external/tiddlywiki.files +0 -202
- package/editions/tw5.com/tiddlers/languages/LanguageGallery.tid +0 -25
- package/editions/tw5.com/tiddlers/roadmap/multiwikiserver/MWS - Installation using Git.tid +0 -17
- package/editions/tw5.com/tiddlers/roadmap/multiwikiserver/MWS - Installation.tid +0 -15
- package/editions/tw5.com/tiddlers/roadmap/multiwikiserver/MWS - Usage.tid +0 -13
- package/languages/ar-PS/icon.tid +0 -7
- package/languages/ca-ES/icon.tid +0 -8
- package/languages/cs-CZ/icon.tid +0 -9
- package/languages/da-DK/icon.tid +0 -9
- package/languages/de-AT/icon.tid +0 -8
- package/languages/de-DE/icon.tid +0 -12
- package/languages/el-GR/Types/application%2Fjson.tid +0 -4
- package/languages/el-GR/Types/image%2Fsvg%2Bxml.tid +0 -4
- package/languages/el-GR/icon.tid +0 -8
- package/languages/en-PH/icon.tid +0 -21
- package/languages/en-US/icon.tid +0 -29
- package/languages/es-ES/icon.tid +0 -409
- package/languages/fa-IR/icon.tid +0 -14
- package/languages/fr-FR/icon.tid +0 -5
- package/languages/he-IL/icon.tid +0 -38
- package/languages/hi-IN/icon.tid +0 -4
- package/languages/ia-IA/icon.tid +0 -13
- package/languages/it-IT/icon.tid +0 -32
- package/languages/ja-JP/icon.tid +0 -9
- package/languages/ko-KR/icon.tid +0 -15
- package/languages/mk-MK/icon.tid +0 -8
- package/languages/nl-NL/icon.tid +0 -9
- package/languages/pa-IN/icon.tid +0 -4
- package/languages/pl-PL/icon.tid +0 -7
- package/languages/pt-BR/icon.tid +0 -54
- package/languages/pt-PT/icon.tid +0 -70
- package/languages/ru-RU/icon.tid +0 -10
- package/languages/sk-SK/icon.tid +0 -17
- package/languages/sl-SI/icon.tid +0 -28
- package/languages/sv-SE/icon.tid +0 -8
- package/languages/zh-CN/icon.tid +0 -18
- package/languages/zh-HK/icon.tid +0 -16
- package/languages/zh-Hans/icon.tid +0 -18
- package/languages/zh-Hant/icon.tid +0 -14
- package/languages/zh-TW/icon.tid +0 -14
- /package/editions/tw5.com/tiddlers/{system → _tw_shared/doc-utilities}/doc-styles.tid +0 -0
- /package/editions/tw5.com/tiddlers/{system → _tw_shared/doc-utilities}/version-macros.tid +0 -0
- /package/editions/tw5.com/tiddlers/{system → _tw_shared/doc-utilities}/wikitext-macros.tid +0 -0
- /package/languages/el-GR/Types/{image%2Fgif.tid → image_gif.tid} +0 -0
- /package/languages/el-GR/Types/{image%2Fjpeg.tid → image_jpeg.tid} +0 -0
- /package/languages/el-GR/Types/{image%2Fpng.tid → image_png.tid} +0 -0
- /package/languages/el-GR/Types/{text%2Fhtml.tid → text_html.tid} +0 -0
- /package/languages/el-GR/Types/{text%2Fplain.tid → text_plain.tid} +0 -0
- /package/languages/el-GR/Types/{text%2Fvnd.tiddlywiki.tid → text_vnd.tiddlywiki.tid} +0 -0
@@ -0,0 +1,3 @@
|
|
1
|
+
list: [[2010 - How has TiddlyWiki saved time for you as an information publisher? - frankfurtkid - 2010-11-16T00:00:00.000Z]] [[2010 - How has TiddlyWiki saved time for you as an information publisher? - mama - 2010-11-25T00:00:00.000Z]]
|
2
|
+
tags: [[2010 - Interview Question]]
|
3
|
+
title: 2010 - How has TiddlyWiki saved time for you as an information publisher?
|
@@ -0,0 +1,7 @@
|
|
1
|
+
icon: $:/avatars/frankfurtkid
|
2
|
+
modified: 20101116000000000
|
3
|
+
modifier: frankfurtkid
|
4
|
+
tags: [[2010 - How has TiddlyWiki saved time for your target audience?]] [[2010 - Interview Answer]]
|
5
|
+
title: 2010 - How has TiddlyWiki saved time for your target audience? - frankfurtkid - 2010-11-16T00:00:00.000Z
|
6
|
+
|
7
|
+
Great in the BT environment for document / content collaboration - No <a href="javascript:;" title="The tiddler 'LiveMeeting' doesn't yet exist" class="tiddlyLink tiddlyLinkNonExisting" refresh="link" tiddlylink="LiveMeeting" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/frankfurtkid_public"">LiveMeeting</a>, no version control problems, less storage issues, fewer Word documents flying around all out of date. Notepad also saves me time and keeps things "together" in my world.<br><br><br>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
icon: $:/avatars/rouilj
|
2
|
+
modified: 20101127000000000
|
3
|
+
modifier: rouilj
|
4
|
+
tags: [[2010 - How has TiddlyWiki saved time for your target audience?]] [[2010 - Interview Answer]]
|
5
|
+
title: 2010 - How has TiddlyWiki saved time for your target audience? - rouilj - 2010-11-27T00:00:00.000Z
|
6
|
+
|
7
|
+
I'm not sure. For the people who used the coursebook and liked it during<br>the class I think it saved them time. Also I have contacted one former student<br>who found it useful when he was actually working at implementing particular<br>corrleation patterns.<br>
|
@@ -0,0 +1,3 @@
|
|
1
|
+
list: [[2010 - How has TiddlyWiki saved time for your target audience? - frankfurtkid - 2010-11-16T00:00:00.000Z]] [[2010 - How has TiddlyWiki saved time for your target audience? - rouilj - 2010-11-27T00:00:00.000Z]]
|
2
|
+
tags: [[2010 - Interview Question]]
|
3
|
+
title: 2010 - How has TiddlyWiki saved time for your target audience?
|
@@ -0,0 +1,7 @@
|
|
1
|
+
icon: $:/avatars/andrewbarbour
|
2
|
+
modified: 20101128000000000
|
3
|
+
modifier: andrewbarbour
|
4
|
+
tags: [[2010 - How has the TiddlyWiki community helped you?]] [[2010 - Interview Answer]]
|
5
|
+
title: 2010 - How has the TiddlyWiki community helped you? - andrewbarbour - 2010-11-28T00:00:00.000Z
|
6
|
+
|
7
|
+
The TW community is incredible. I have never been exposed to a group of folks that have more passion and are so willing to give of their time and expertise. <br><br>I was looking for a tool to pull back search results for individual lines in tiddlers so I posted on the google groups page.... I had a large number of direct responses with ideas as well as postings to the forum. The input invaluable - and the outcome entirely satisfactory - someone had already written the code (Thanks Eric!) and I was able to integrate it into my tiddlywiki within minutes.<br><br>Everyone is incredibly friendly and helpful!<br>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
icon: $:/avatars/climatechange3
|
2
|
+
modified: 20101201000000000
|
3
|
+
modifier: climatechange3
|
4
|
+
tags: [[2010 - How has the TiddlyWiki community helped you?]] [[2010 - Interview Answer]]
|
5
|
+
title: 2010 - How has the TiddlyWiki community helped you? - climatechange3 - 2010-12-01T00:00:00.000Z
|
6
|
+
|
7
|
+
Countless ways. Whether in the responses to questions I have posed, or in offering insight and understanding through responses to questions from others in the community, the TW Google Group community has been consistently brilliant as a source of help.<br>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
icon: $:/avatars/dickon
|
2
|
+
modified: 20120318000000000
|
3
|
+
modifier: dickon
|
4
|
+
tags: [[2010 - How has the TiddlyWiki community helped you?]] [[2010 - Interview Answer]]
|
5
|
+
title: 2010 - How has the TiddlyWiki community helped you? - dickon - 2012-03-18T00:00:00.000Z
|
6
|
+
|
7
|
+
Amazingly helpful and quick to respond - knowledgeably and creatively - via the Google Group. <br><br>I worry that as TW gets bigger as a "movement" (?!) there could be a loss of capacity from the small group of utterly dedicated 'evangelists' for TW who do seem to have an extraordinary capacity to be massively helpful almost instantaneously, whenever I have posted with a confusion or glitch...<br>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
icon: $:/avatars/frankfurtkid
|
2
|
+
modified: 20101116000000000
|
3
|
+
modifier: frankfurtkid
|
4
|
+
tags: [[2010 - How has the TiddlyWiki community helped you?]] [[2010 - Interview Answer]]
|
5
|
+
title: 2010 - How has the TiddlyWiki community helped you? - frankfurtkid - 2010-11-16T00:00:00.000Z
|
6
|
+
|
7
|
+
The Osmosoft guys have been very helpful in sorting out problems and questions. The Google group is a good place to find others sharing the same problems - and also getting answers.<br>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
icon: $:/avatars/mama
|
2
|
+
modified: 20101126000000000
|
3
|
+
modifier: mama
|
4
|
+
tags: [[2010 - How has the TiddlyWiki community helped you?]] [[2010 - Interview Answer]]
|
5
|
+
title: 2010 - How has the TiddlyWiki community helped you? - mama - 2010-11-26T00:00:00.000Z
|
6
|
+
|
7
|
+
I don't think I would use (or be able to use) TW today if it hadn't been for the <a href="javascript:;" title="TiddlyWiki - jermolene, 15/11/2010, 17:20:58" class="tiddlyLink tiddlyLinkExisting" refresh="link" tiddlylink="TiddlyWiki" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/mama_public"">TiddlyWiki</a> googlegroup.<br>People on the discussionboard, has always been very kind and helpfull - and sometimes I have learned a lesson or two about discipline as well :-)<br>There's a lot to learn from the threads, and its great to ask a question and get (almost) immediate response.<br>For a newbie it's a fantastic and inspiring experience to get help from a gifted programmer, who explains things in a way that is enligtening and thoughtprovoking... It's a joy, when someone steps into a thread with a snippet of code, which solves everything :-)<br>It's communication at a level, I don't find many other places, and it's certainly an oasis, a sanctuary to find in a web which is mostly a marketplace where everyone is considered to be a potential customer...<br>The generousity of really great programmers like Eric Shulmann (on the other hand, Eric MUST be one of a kind...), the Osmosoftteam and several/many individuals who invest their sparetime, helping other people to use <a href="javascript:;" title="TiddlyWiki - jermolene, 15/11/2010, 17:20:58" class="tiddlyLink tiddlyLinkExisting" refresh="link" tiddlylink="TiddlyWiki" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/mama_public"">TiddlyWiki</a>, is an outstanding example of a meltingpot of ressources, that you simply NEED to follow, because it's unique, magic and active.<br>You don't know for how long it will last - and I sometimes think that the community survives/thrives because different "teams" of really enthusiastic people choose to discuss matters that could be discussed in the privacy of their own mailboxes :-)<br>That's ok - and certainly gives you a window to a world of things, you wouldn't know existed elsewise....<br>If it wasn't for the community I don't think there would be a <a href="javascript:;" title="TiddlyWiki - jermolene, 15/11/2010, 17:20:58" class="tiddlyLink tiddlyLinkExisting" refresh="link" tiddlylink="TiddlyWiki" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/mama_public"">TiddlyWiki</a> - on the other hand I'm not sure if <a href="javascript:;" title="TiddlyWiki - jermolene, 15/11/2010, 17:20:58" class="tiddlyLink tiddlyLinkExisting" refresh="link" tiddlylink="TiddlyWiki" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/mama_public"">TiddlyWiki</a> would be considered to be a serious project if it wasn't for the Osmosoft Team - so congratulations to everybody :-)<br><br>It's an inspiring meltingpot of users, programmers and enthusiasts - communicating and helping each other to achieve both practical and magic stuff with a onepage html/javascript application<br><br>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
icon: $:/avatars/passingby
|
2
|
+
modified: 20101127000000000
|
3
|
+
modifier: passingby
|
4
|
+
tags: [[2010 - How has the TiddlyWiki community helped you?]] [[2010 - Interview Answer]]
|
5
|
+
title: 2010 - How has the TiddlyWiki community helped you? - passingby - 2010-11-27T00:00:00.000Z
|
6
|
+
|
7
|
+
Its the Best community. People help out each other like nowhere else. Infact Eric whips out code like magic.<br>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
icon: $:/avatars/pmario
|
2
|
+
modified: 20110406000000000
|
3
|
+
modifier: pmario
|
4
|
+
tags: [[2010 - How has the TiddlyWiki community helped you?]] [[2010 - Interview Answer]]
|
5
|
+
title: 2010 - How has the TiddlyWiki community helped you? - pmario - 2011-04-06T23:00:00.000Z
|
6
|
+
|
7
|
+
<ul><li> Because of fast responses, to questions. </li></ul><br>What I like: The friendly conversation in the forum, compared to other forums. <br>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
icon: $:/avatars/rouilj
|
2
|
+
modified: 20101127000000000
|
3
|
+
modifier: rouilj
|
4
|
+
tags: [[2010 - How has the TiddlyWiki community helped you?]] [[2010 - Interview Answer]]
|
5
|
+
title: 2010 - How has the TiddlyWiki community helped you? - rouilj - 2010-11-27T00:00:00.000Z
|
6
|
+
|
7
|
+
The coursebook wouldn't have been possible without the help of a number of TW regulars including: Eric L. Shulman and Paulo Soares.<br><br>They modified plugins to suit my needs and provided extensive debugging and other help.<br>
|
@@ -0,0 +1,3 @@
|
|
1
|
+
list: [[2010 - How has the TiddlyWiki community helped you? - frankfurtkid - 2010-11-16T00:00:00.000Z]] [[2010 - How has the TiddlyWiki community helped you? - mama - 2010-11-26T00:00:00.000Z]] [[2010 - How has the TiddlyWiki community helped you? - rouilj - 2010-11-27T00:00:00.000Z]] [[2010 - How has the TiddlyWiki community helped you? - passingby - 2010-11-27T00:00:00.000Z]] [[2010 - How has the TiddlyWiki community helped you? - andrewbarbour - 2010-11-28T00:00:00.000Z]] [[2010 - How has the TiddlyWiki community helped you? - climatechange3 - 2010-12-01T00:00:00.000Z]] [[2010 - How has the TiddlyWiki community helped you? - pmario - 2011-04-06T23:00:00.000Z]] [[2010 - How has the TiddlyWiki community helped you? - dickon - 2012-03-18T00:00:00.000Z]]
|
2
|
+
tags: [[2010 - Interview Question]]
|
3
|
+
title: 2010 - How has the TiddlyWiki community helped you?
|
@@ -0,0 +1,7 @@
|
|
1
|
+
icon: $:/avatars/frankfurtkid
|
2
|
+
modified: 20101116000000000
|
3
|
+
modifier: frankfurtkid
|
4
|
+
tags: [[2010 - How have you been able to contribute back to the TiddlyWiki community?]] [[2010 - Interview Answer]]
|
5
|
+
title: 2010 - How have you been able to contribute back to the TiddlyWiki community? - frankfurtkid - 2010-11-16T00:00:00.000Z
|
6
|
+
|
7
|
+
Not much to date - I still have loads of questions, rather than good answers, and I'm more of a user than a coder. But I am happy to share ideas and solutions.<br>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
icon: $:/avatars/rouilj
|
2
|
+
modified: 20101127000000000
|
3
|
+
modifier: rouilj
|
4
|
+
tags: [[2010 - How have you been able to contribute back to the TiddlyWiki community?]] [[2010 - Interview Answer]]
|
5
|
+
title: 2010 - How have you been able to contribute back to the TiddlyWiki community? - rouilj - 2010-11-27T00:00:00.000Z
|
6
|
+
|
7
|
+
I put up a copy of the coursebook at coursebook.tiddlyspot.com but it's not yet complete. Also I have answered a few questions in google groups.<br>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
icon: $:/avatars/smandoli
|
2
|
+
modified: 20101225000000000
|
3
|
+
modifier: smandoli
|
4
|
+
tags: [[2010 - How have you been able to contribute back to the TiddlyWiki community?]] [[2010 - Interview Answer]]
|
5
|
+
title: 2010 - How have you been able to contribute back to the TiddlyWiki community? - smandoli - 2010-12-25T00:00:00.000Z
|
6
|
+
|
7
|
+
I haven't yet. I am looking forward to answering questions from complete newbies ... after I'm not one myself. I am a communicator, and I'd like to develop tutorial pieces. I'm not a coder and I'm not very tech (my tutorial would not be a video). I wouldn't mind sending some money but I feel it's not appropriate with my finances. <br>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
icon: $:/avatars/yakov
|
2
|
+
modified: 20101116000000000
|
3
|
+
modifier: yakov
|
4
|
+
tags: [[2010 - How have you been able to contribute back to the TiddlyWiki community?]] [[2010 - Interview Answer]]
|
5
|
+
title: 2010 - How have you been able to contribute back to the TiddlyWiki community? - yakov - 2010-11-16T00:00:00.000Z
|
6
|
+
|
7
|
+
Just a tiny bit.. I know CSS to extent of 2d specification and other things like DOM so I'm capable to answer questions that are rather not about TW.. And so I did twice, perhaps)<br>
|
@@ -0,0 +1,3 @@
|
|
1
|
+
list: [[2010 - How have you been able to contribute back to the TiddlyWiki community? - frankfurtkid - 2010-11-16T00:00:00.000Z]] [[2010 - How have you been able to contribute back to the TiddlyWiki community? - yakov - 2010-11-16T00:00:00.000Z]] [[2010 - How have you been able to contribute back to the TiddlyWiki community? - rouilj - 2010-11-27T00:00:00.000Z]] [[2010 - How have you been able to contribute back to the TiddlyWiki community? - smandoli - 2010-12-25T00:00:00.000Z]]
|
2
|
+
tags: [[2010 - Interview Question]]
|
3
|
+
title: 2010 - How have you been able to contribute back to the TiddlyWiki community?
|
@@ -0,0 +1,7 @@
|
|
1
|
+
icon: $:/avatars/frankfurtkid
|
2
|
+
modified: 20101116000000000
|
3
|
+
modifier: frankfurtkid
|
4
|
+
tags: [[2010 - How have you found training novice users to use and understand TiddlyWiki?]] [[2010 - Interview Answer]]
|
5
|
+
title: 2010 - How have you found training novice users to use and understand TiddlyWiki? - frankfurtkid - 2010-11-16T00:00:00.000Z
|
6
|
+
|
7
|
+
More difficult than I would like<br>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
icon: $:/avatars/mama
|
2
|
+
modified: 20101125000000000
|
3
|
+
modifier: mama
|
4
|
+
tags: [[2010 - How have you found training novice users to use and understand TiddlyWiki?]] [[2010 - Interview Answer]]
|
5
|
+
title: 2010 - How have you found training novice users to use and understand TiddlyWiki? - mama - 2010-11-25T00:00:00.000Z
|
6
|
+
|
7
|
+
The most difficult part is to explain <a href="javascript:;" title="TiddlyWiki - jermolene, 15/11/2010, 17:20:58" class="tiddlyLink tiddlyLinkExisting" refresh="link" tiddlylink="TiddlyWiki" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/mama_public"">TiddlyWiki</a> to tech-sawy people. <br>They tend to see <a href="javascript:;" title="TiddlyWiki - jermolene, 15/11/2010, 17:20:58" class="tiddlyLink tiddlyLinkExisting" refresh="link" tiddlylink="TiddlyWiki" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/mama_public"">TiddlyWiki</a> as alfa-software, because it's so transparent and customizable. <br>The fact that a user can delete a button is considered to be a serious bug.<br><br>When I started using <a href="javascript:;" title="TiddlyWiki - jermolene, 15/11/2010, 17:20:58" class="tiddlyLink tiddlyLinkExisting" refresh="link" tiddlylink="TiddlyWiki" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/mama_public"">TiddlyWiki</a>, I made different tools for my students and collegues, however crossbrowser problems stopped my work in this direction. Most of my students and collegues use IE. My experience is that IE is the worst possible (almost...) browser for javascriptapplications, rendering of css and images etc....<br>I don't spend any time trying to make any of my students or collegues understand how <a href="javascript:;" title="TiddlyWiki - jermolene, 15/11/2010, 17:20:58" class="tiddlyLink tiddlyLinkExisting" refresh="link" tiddlylink="TiddlyWiki" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/mama_public"">TiddlyWiki</a> works anymore. <br>On the other hand collegues and students often ask me to create lists, imagegalleries and faqs for quick delivery - and I get positive feedback. <br>Sometimes some of them have a glimpse over my shoulder, and I always get outbursts like - "Wauw, I'd like to be able to do that" ... however nobody really wants to invest time in learning how to do it themselves..<br>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
icon: $:/avatars/passingby
|
2
|
+
modified: 20101127000000000
|
3
|
+
modifier: passingby
|
4
|
+
tags: [[2010 - How have you found training novice users to use and understand TiddlyWiki?]] [[2010 - Interview Answer]]
|
5
|
+
title: 2010 - How have you found training novice users to use and understand TiddlyWiki? - passingby - 2010-11-27T00:00:00.000Z
|
6
|
+
|
7
|
+
Uptil now I have found just one person in my circle who had a 'real need' for storing data. She was fellow teacher and was very new to computers so it was a bit difficult, but she succeeded in using it functionally and effectively.<br>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
icon: $:/avatars/rouilj
|
2
|
+
modified: 20101127000000000
|
3
|
+
modifier: rouilj
|
4
|
+
tags: [[2010 - How have you found training novice users to use and understand TiddlyWiki?]] [[2010 - Interview Answer]]
|
5
|
+
title: 2010 - How have you found training novice users to use and understand TiddlyWiki? - rouilj - 2010-11-27T00:00:00.000Z
|
6
|
+
|
7
|
+
The coursebook I created was well received by a couple of participants, but there were also three people who found it difficult to use and understand. They found it got in the way of learning the material compared to the pdf format that other teachers used for their classes.<br><br>Plus I had a couple of people with old version of firefox (1.x) that made it unusable.<br><br>If I could teach the course again, I think I would have to spend time teaching how to use tiddlywiki (and the coursebook) to even a technologically experienced audience.<br>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
icon: $:/avatars/smandoli
|
2
|
+
modified: 20101224000000000
|
3
|
+
modifier: smandoli
|
4
|
+
tags: [[2010 - How have you found training novice users to use and understand TiddlyWiki?]] [[2010 - Interview Answer]]
|
5
|
+
title: 2010 - How have you found training novice users to use and understand TiddlyWiki? - smandoli - 2010-12-24T00:00:00.000Z
|
6
|
+
|
7
|
+
It's reminiscent of entering the Linux world as a home user. The information is there, but you may have to search. Advice is plenteous, but you must learn to sort through it for the bits that apply. Advisors are friendly, but you must be brave enough and interested enough to participate in a forum. <br><hr><strong>Suggested Question (related):</strong> What is your experience introducing TiddlyWiki to other people?<br><ul><li> The hard part is convincing them it's useful and they should take it on. I start by explaining "personal information management" and then I check the eyes for any spark of interest. </li><li> The obvious solution is to present not TiddlyWiki but rather a largish wiki of interesting information, and then make them aware of the vehicle. </li></ul><br>
|
@@ -0,0 +1,3 @@
|
|
1
|
+
list: [[2010 - How have you found training novice users to use and understand TiddlyWiki? - frankfurtkid - 2010-11-16T00:00:00.000Z]] [[2010 - How have you found training novice users to use and understand TiddlyWiki? - mama - 2010-11-25T00:00:00.000Z]] [[2010 - How have you found training novice users to use and understand TiddlyWiki? - rouilj - 2010-11-27T00:00:00.000Z]] [[2010 - How have you found training novice users to use and understand TiddlyWiki? - passingby - 2010-11-27T00:00:00.000Z]] [[2010 - How have you found training novice users to use and understand TiddlyWiki? - smandoli - 2010-12-24T00:00:00.000Z]]
|
2
|
+
tags: [[2010 - Interview Question]]
|
3
|
+
title: 2010 - How have you found training novice users to use and understand TiddlyWiki?
|
@@ -0,0 +1,7 @@
|
|
1
|
+
icon: $:/avatars/andrewbarbour
|
2
|
+
modified: 20101128000000000
|
3
|
+
modifier: andrewbarbour
|
4
|
+
tags: [[2010 - How many TiddlyWikis have you created and do you use regularly?]] [[2010 - Interview Answer]]
|
5
|
+
title: 2010 - How many TiddlyWikis have you created and do you use regularly? - andrewbarbour - 2010-11-28T00:00:00.000Z
|
6
|
+
|
7
|
+
I created 15-20 different ones to try different configurations /concepts for organization. Once that was over with... I am down to three:<br><br><strong>In Use</strong><br><ul><li>Day-to-day note taking and task tracking</li><li>Project Notebook for storing all of my notes</li></ul><br><strong>Active Development</strong><br><ul><li>Help file for business procedures and system documentation</li></ul><br>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
icon: $:/avatars/colmbritton
|
2
|
+
modified: 20101221000000000
|
3
|
+
modifier: colmbritton
|
4
|
+
tags: [[2010 - How many TiddlyWikis have you created and do you use regularly?]] [[2010 - Interview Answer]]
|
5
|
+
title: 2010 - How many TiddlyWikis have you created and do you use regularly? - colmbritton - 2010-12-21T00:00:00.000Z
|
6
|
+
|
7
|
+
All in all I have created a fair few, however I have 3 main ones (or used to until Tiddlyspace came around). They are one for general notes, one for recording info and ideas about the projects I was working on and a third, which was a test TW that I used to try out new plugins and combinations of plugins.<br>Now that I am on Tiddlyspace I have a lot!<br>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
icon: $:/avatars/dickon
|
2
|
+
modified: 20120318000000000
|
3
|
+
modifier: dickon
|
4
|
+
tags: [[2010 - How many TiddlyWikis have you created and do you use regularly?]] [[2010 - Interview Answer]]
|
5
|
+
title: 2010 - How many TiddlyWikis have you created and do you use regularly? - dickon - 2012-03-18T00:00:00.000Z
|
6
|
+
|
7
|
+
At least 20<br><br>Some I use all the time (the <a class="tiddlySpaceLink externalLink" tiddlyspace="ambit" href="http://ambit.tiddlyspace.com/">ambit</a> manual is probably my peak!)<br><br>My NHS team uses an offline TW (securely stored) to track and document all the clients we treat, documenting team discussion in the TW, and printing out these tiddlers for pasting into the conventional paper notes. The TW is projected and edited during every team meeting, and the act of typing into it has become part of our efforts towards "transparent practice"...<br><br>I use TW's for major literature reviews - fantastic for cross referencing, tagging, ensuring that I have integrated a disparate body of literature.<br><br>I use TW's in management meetings to make wikified minutes - people get intrigued and wnat to understand and that often deepens the discussion - what are the underlying themes (Tags) that we are REALLY trying to crack in this meeting?<br><br>etc...<br><br><br>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
icon: $:/avatars/frankfurtkid
|
2
|
+
modified: 20101116000000000
|
3
|
+
modifier: frankfurtkid
|
4
|
+
tags: [[2010 - How many TiddlyWikis have you created and do you use regularly?]] [[2010 - Interview Answer]]
|
5
|
+
title: 2010 - How many TiddlyWikis have you created and do you use regularly? - frankfurtkid - 2010-11-16T00:00:00.000Z
|
6
|
+
|
7
|
+
I have a main notepad for private use at work, a website which is a static file, one or two standalone files and a current project on the BT greenside implementation, plus a new project on songs.tiddlyspace.com for song writing, collaboration and publishing. <br>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
icon: $:/avatars/mama
|
2
|
+
modified: 20101124000000000
|
3
|
+
modifier: mama
|
4
|
+
tags: [[2010 - How many TiddlyWikis have you created and do you use regularly?]] [[2010 - Interview Answer]]
|
5
|
+
title: 2010 - How many TiddlyWikis have you created and do you use regularly? - mama - 2010-11-24T00:00:00.000Z
|
6
|
+
|
7
|
+
I've made so many <a href="javascript:;" title="The tiddler 'TiddlyWikis' doesn't yet exist" class="tiddlyLink tiddlyLinkNonExisting" refresh="link" tiddlylink="TiddlyWikis" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/mama_public"">TiddlyWikis</a> that I've lost track of them... Some of them are floating in cyberspace, others were lost in broken or erased harddisks and some has gone into hibernation in some dropbox directory. Seriously - I think I've created hundreds of them - all very different <a href="javascript:;" title="The tiddler 'TiddlyWikis' doesn't yet exist" class="tiddlyLink tiddlyLinkNonExisting" refresh="link" tiddlylink="TiddlyWikis" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/mama_public"">TiddlyWikis</a> for different uses..<br><a href="javascript:;" title="The tiddler 'TiddlySpace' doesn't yet exist" class="tiddlyLink tiddlyLinkNonExisting" refresh="link" tiddlylink="TiddlySpace" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/mama_public"">TiddlySpace</a> has helped me get a little more organized, as it provides an overview of created spaces. <br>At the moment I use 4 dedicated <a href="javascript:;" title="The tiddler 'TiddlyWikis' doesn't yet exist" class="tiddlyLink tiddlyLinkNonExisting" refresh="link" tiddlylink="TiddlyWikis" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/mama_public"">TiddlyWikis</a> (spaces) for everyday tasks. All jobrelated. Two of them I share with my students (read only, except for embedded/iframed typewith.me-documents) and one of them I share with my collegues (with writepermission, however I'm the only one contributing to it at the moment...). The last and most important one is working as my "controlcenter". Some of my tiddlers are loaded into the other spaces - so I don't have to edit them all directly to push content...<br>At least once or twice a week I visit some (ca. 4 or 5) of my other <a href="javascript:;" title="The tiddler 'TiddlyWikis' doesn't yet exist" class="tiddlyLink tiddlyLinkNonExisting" refresh="link" tiddlylink="TiddlyWikis" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/mama_public"">TiddlyWikis</a>, which are hosted at <a href="javascript:;" title="The tiddler 'TiddlySpot' doesn't yet exist" class="tiddlyLink tiddlyLinkNonExisting" refresh="link" tiddlylink="TiddlySpot" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/mama_public"">TiddlySpot</a> or at one of my own <a href="javascript:;" title="The tiddler 'TiddlyHome' doesn't yet exist" class="tiddlyLink tiddlyLinkNonExisting" refresh="link" tiddlylink="TiddlyHome" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/mama_public"">TiddlyHome</a> services (I've got two working/customized installations of Bidix's <a href="javascript:;" title="The tiddler 'TiddlyHome' doesn't yet exist" class="tiddlyLink tiddlyLinkNonExisting" refresh="link" tiddlylink="TiddlyHome" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/mama_public"">TiddlyHome</a> service). <br>The number of <a href="javascript:;" title="TiddlyWiki - jermolene, 15/11/2010, 17:20:58" class="tiddlyLink tiddlyLinkExisting" refresh="link" tiddlylink="TiddlyWiki" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/mama_public"">TiddlyWiki</a>'s I use (just for reference or edits) in one week is 8 - 10 or more... I also checkout other people's <a href="javascript:;" title="The tiddler 'TiddlyWikis' doesn't yet exist" class="tiddlyLink tiddlyLinkNonExisting" refresh="link" tiddlylink="TiddlyWikis" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/mama_public"">TiddlyWikis</a> - so I'm not sure.<br>Every year I prepare multiple <a href="javascript:;" title="The tiddler 'TWs' doesn't yet exist" class="tiddlyLink tiddlyLinkNonExisting" refresh="link" tiddlylink="TWs" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/mama_public"">TWs</a> for exams (I have new students who graduate every summer). Some of those <a href="javascript:;" title="The tiddler 'TWs' doesn't yet exist" class="tiddlyLink tiddlyLinkNonExisting" refresh="link" tiddlylink="TWs" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/mama_public"">TWs</a> contain notes for my students and other <a href="javascript:;" title="The tiddler 'TWs' doesn't yet exist" class="tiddlyLink tiddlyLinkNonExisting" refresh="link" tiddlylink="TWs" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/mama_public"">TWs</a> contain or refer to material prepared for my censors. I print my <a href="javascript:;" title="The tiddler 'TiddlyWikis' doesn't yet exist" class="tiddlyLink tiddlyLinkNonExisting" refresh="link" tiddlylink="TiddlyWikis" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/mama_public"">TiddlyWikis</a> to pdf-portefolios and mail links to online versions of both.<br>3 years ago I would use notepad/<a href="javascript:;" title="The tiddler 'OpenOffice' doesn't yet exist" class="tiddlyLink tiddlyLinkNonExisting" refresh="link" tiddlylink="OpenOffice" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/mama_public"">OpenOffice</a> or <a href="javascript:;" title="The tiddler 'MsOffice' doesn't yet exist" class="tiddlyLink tiddlyLinkNonExisting" refresh="link" tiddlylink="MsOffice" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/mama_public"">MsOffice</a> to write/create this sort of material. Today I prefer to use a customized <a href="javascript:;" title="TiddlyWiki - jermolene, 15/11/2010, 17:20:58" class="tiddlyLink tiddlyLinkExisting" refresh="link" tiddlylink="TiddlyWiki" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/mama_public"">TiddlyWiki</a>. <br>When I occasionally use <a href="javascript:;" title="The tiddler 'MsOffice' doesn't yet exist" class="tiddlyLink tiddlyLinkNonExisting" refresh="link" tiddlylink="MsOffice" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/mama_public"">MsOffice</a> programs at work, it's often just to be able to copy/paste material from a TW for printing - or work with tables in <a href="javascript:;" title="The tiddler 'MsExcel' doesn't yet exist" class="tiddlyLink tiddlyLinkNonExisting" refresh="link" tiddlylink="MsExcel" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/mama_public"">MsExcel</a> - which I will often copy back into a <a href="javascript:;" title="TiddlyWiki - jermolene, 15/11/2010, 17:20:58" class="tiddlyLink tiddlyLinkExisting" refresh="link" tiddlylink="TiddlyWiki" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/mama_public"">TiddlyWiki</a> :-)<br>At every meeting I attend, I use <a href="javascript:;" title="TiddlyWiki - jermolene, 15/11/2010, 17:20:58" class="tiddlyLink tiddlyLinkExisting" refresh="link" tiddlylink="TiddlyWiki" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/mama_public"">TiddlyWiki</a> as a note/write tool, as a portefolio and as a working database containing data, images and notes about all my students, collegues, calendar with notifications, workplans, ideas, iframed webmail etc ... I even use single local network <a href="javascript:;" title="The tiddler 'TWs' doesn't yet exist" class="tiddlyLink tiddlyLinkNonExisting" refresh="link" tiddlylink="TWs" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/mama_public"">TWs</a> as Faq-documents which I prepare for my collegues. TW is my swiss armyknife at my job, and it certainly helps me to stay organized at all times... When I publish material for my students I use a TW. Sometimes I set it up as a presentation, which I use in education.<br>When I'm at home, I have small projects which also involve TW to some extent. <a href="javascript:;" title="The tiddler 'TWScrapbooks' doesn't yet exist" class="tiddlyLink tiddlyLinkNonExisting" refresh="link" tiddlylink="TWScrapbooks" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/mama_public"">TWScrapbooks</a> with bookmarks, iframes etc.. I create private or public tutorials, embed images, make small or big changes to the layout, add plugins or scripts from other <a href="javascript:;" title="The tiddler 'TWs' doesn't yet exist" class="tiddlyLink tiddlyLinkNonExisting" refresh="link" tiddlylink="TWs" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/mama_public"">TWs</a> I've made etc...<br>Today <a href="javascript:;" title="TiddlyWiki - jermolene, 15/11/2010, 17:20:58" class="tiddlyLink tiddlyLinkExisting" refresh="link" tiddlylink="TiddlyWiki" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/mama_public"">TiddlyWiki</a> is my single most important tool for everything which involves using a computer.... and sometimes I think that all I need from an operating system is a browser, so I can use a TW....<br><br>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
icon: $:/avatars/matt
|
2
|
+
modified: 20101116000000000
|
3
|
+
modifier: matt
|
4
|
+
tags: [[2010 - How many TiddlyWikis have you created and do you use regularly?]] [[2010 - Interview Answer]]
|
5
|
+
title: 2010 - How many TiddlyWikis have you created and do you use regularly? - matt - 2010-11-16T00:00:00.000Z
|
6
|
+
|
7
|
+
I've created a number of <a href="javascript:;" title="TiddlyWiki - jermolene, 15/11/2010, 17:20:58" class="tiddlyLink tiddlyLinkExisting" refresh="link" tiddlylink="TiddlyWiki" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/matt_public"">TiddlyWiki</a>'s – the first was stored locally and I used it for capturing notes, lists and actions. I've now imported this into my <a class="tiddlySpaceLink externalLink" tiddlyspace="matt" href="http://matt.tiddlyspace.com/">matt</a> space where the majority of the content remains private.<br><br>I plan to use <a class="tiddlySpaceLink externalLink" tiddlyspace="mattlucht" href="http://mattlucht.tiddlyspace.com/">mattlucht</a> for capturing random thoughts that I'd like to make public. I've also used <a href="javascript:;" title="The tiddler 'TiddlySpace' doesn't yet exist" class="tiddlyLink tiddlyLinkNonExisting" refresh="link" tiddlylink="TiddlySpace" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/matt_public"">TiddlySpace</a> to create a website for a music festival I organised, this I used the bring-your-own-domain function for <a class="externalLink" href="http://brixtonoxjam.com/" title="External link to http://brixtonoxjam.com" target="_blank">http://brixtonoxjam.com</a><br>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
icon: $:/avatars/passingby
|
2
|
+
modified: 20101127000000000
|
3
|
+
modifier: passingby
|
4
|
+
tags: [[2010 - How many TiddlyWikis have you created and do you use regularly?]] [[2010 - Interview Answer]]
|
5
|
+
title: 2010 - How many TiddlyWikis have you created and do you use regularly? - passingby - 2010-11-27T00:00:00.000Z
|
6
|
+
|
7
|
+
I have created many. I have a bad habit of starting a new Tiddlywiki whenever I get excited about a topic but I usually never complete a project 100%.<br>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
icon: $:/avatars/rouilj
|
2
|
+
modified: 20101127000000000
|
3
|
+
modifier: rouilj
|
4
|
+
tags: [[2010 - How many TiddlyWikis have you created and do you use regularly?]] [[2010 - Interview Answer]]
|
5
|
+
title: 2010 - How many TiddlyWikis have you created and do you use regularly? - rouilj - 2010-11-27T00:00:00.000Z
|
6
|
+
|
7
|
+
I use four on a regular basis:<br><br><ul><li> tbGTD - for getting things done</li><li> twab - for an address book and I have extended it to allow tracking things like who gets christmas cards etc</li><li> coursebook - was created as a textbook/exercise-quiz/presentation tool/student notebook for a class I was teaching.</li><li> <a href="javascript:;" title="The tiddler 'TiddlySnip' doesn't yet exist" class="tiddlyLink tiddlyLinkNonExisting" refresh="link" tiddlylink="TiddlySnip" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/rouilj_public"">TiddlySnip</a> - sadly this has been abandoned, but it is my primary mechanism for keeping bookmarks, research notes and how to's for the firefox browser.</li></ul><br>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
icon: $:/avatars/smandoli
|
2
|
+
modified: 20101224000000000
|
3
|
+
modifier: smandoli
|
4
|
+
tags: [[2010 - How many TiddlyWikis have you created and do you use regularly?]] [[2010 - Interview Answer]]
|
5
|
+
title: 2010 - How many TiddlyWikis have you created and do you use regularly? - smandoli - 2010-12-24T00:00:00.000Z
|
6
|
+
|
7
|
+
<ol><li> Summary of Materials Resource Planning (MRP) functions for my work place.</li><li> Getting Things Done (GTD) organizer for personal and work use.</li><li> Notes about my study of the Bible (topical as well as passage-specific).</li><li> Computer information such as code snippets in a variety of languages. </li><li> A personal information manager for everything else. </li></ol><hr>If I can find the right tools to overcome a sense of content overload, I will combine #3 and #5. <br>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
icon: $:/avatars/yakov
|
2
|
+
modified: 20110221000000000
|
3
|
+
modifier: yakov
|
4
|
+
tags: [[2010 - How many TiddlyWikis have you created and do you use regularly?]] [[2010 - Interview Answer]]
|
5
|
+
title: 2010 - How many TiddlyWikis have you created and do you use regularly? - yakov - 2011-02-21T00:00:00.000Z
|
6
|
+
|
7
|
+
My answer won't be very interesting since I'm only studying TW now. I've already created 3 TW for some science and one for making a deep TW tutorial (with many practical aspects).<br><br>However, I'm going to make much more <a href="javascript:;" title="The tiddler 'TWs' doesn't yet exist" class="tiddlyLink tiddlyLinkNonExisting" refresh="link" tiddlylink="TWs" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/yakov_public"">TWs</a> for different purposes from questions aggregating to making a site.<br><br>UPD: As for now, I use 9 tw-documents. 3 of them very often and others from time to time. I feel that an offline analogue of <a href="javascript:;" title="The tiddler 'TiddlyWeb' doesn't yet exist" class="tiddlyLink tiddlyLinkNonExisting" refresh="link" tiddlylink="TiddlyWeb" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/yakov_public"">TiddlyWeb</a> becomes more more desirable thing.<br>
|
@@ -0,0 +1,3 @@
|
|
1
|
+
list: [[2010 - How many TiddlyWikis have you created and do you use regularly? - matt - 2010-11-16T00:00:00.000Z]] [[2010 - How many TiddlyWikis have you created and do you use regularly? - frankfurtkid - 2010-11-16T00:00:00.000Z]] [[2010 - How many TiddlyWikis have you created and do you use regularly? - mama - 2010-11-24T00:00:00.000Z]] [[2010 - How many TiddlyWikis have you created and do you use regularly? - rouilj - 2010-11-27T00:00:00.000Z]] [[2010 - How many TiddlyWikis have you created and do you use regularly? - passingby - 2010-11-27T00:00:00.000Z]] [[2010 - How many TiddlyWikis have you created and do you use regularly? - andrewbarbour - 2010-11-28T00:00:00.000Z]] [[2010 - How many TiddlyWikis have you created and do you use regularly? - colmbritton - 2010-12-21T00:00:00.000Z]] [[2010 - How many TiddlyWikis have you created and do you use regularly? - smandoli - 2010-12-24T00:00:00.000Z]] [[2010 - How many TiddlyWikis have you created and do you use regularly? - yakov - 2011-02-21T00:00:00.000Z]] [[2010 - How many TiddlyWikis have you created and do you use regularly? - dickon - 2012-03-18T00:00:00.000Z]]
|
2
|
+
tags: [[2010 - Interview Question]]
|
3
|
+
title: 2010 - How many TiddlyWikis have you created and do you use regularly?
|
@@ -0,0 +1,7 @@
|
|
1
|
+
icon: $:/avatars/dickon
|
2
|
+
modified: 20120318000000000
|
3
|
+
modifier: dickon
|
4
|
+
tags: [[2010 - How many other people have you introduced to TiddlyWiki?]] [[2010 - Interview Answer]]
|
5
|
+
title: 2010 - How many other people have you introduced to TiddlyWiki? - dickon - 2012-03-18T00:00:00.000Z
|
6
|
+
|
7
|
+
I get about 4-500 hits a month to my Tiddlymanuals at present, which compared to how many people regularly read treatment manuals is, in my book, quite good going for a new project.<br><br>There are about 17 teams starting to use and adapt their own local versions of a <a href="javascript:;" title="The tiddler 'TiddlyManual' doesn't yet exist" class="tiddlyLink tiddlyLinkNonExisting" refresh="link" tiddlylink="TiddlyManual" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/dickon_public"">TiddlyManual</a> around the UK, and these vary in size from about 4 or 5 up to about 25.<br>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
icon: $:/avatars/mama
|
2
|
+
modified: 20110817000000000
|
3
|
+
modifier: mama
|
4
|
+
tags: [[2010 - How many other people have you introduced to TiddlyWiki?]] [[2010 - Interview Answer]]
|
5
|
+
title: 2010 - How many other people have you introduced to TiddlyWiki? - mama - 2011-08-17T23:00:00.000Z
|
6
|
+
|
7
|
+
Directly or indirectly??<br><h3>Indirectly</h3>Indirectly I have presented jobrelated material in <a href="javascript:;" title="The tiddler 'TWs' doesn't yet exist" class="tiddlyLink tiddlyLinkNonExisting" refresh="link" tiddlylink="TWs" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/mama_public"">TWs</a> for about 5 or 600 people over a period of three years. <br>I have used <a href="javascript:;" title="The tiddler 'TWs' doesn't yet exist" class="tiddlyLink tiddlyLinkNonExisting" refresh="link" tiddlylink="TWs" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/mama_public"">TWs</a> as container for all kinds of material for reference, when having mailcorrespondences. They are for the most part hosted by dropbox, sometimes attached..<br><h3>Direct introduction:</h3>One year ago the administrator of linux-abc.dk (Danish Linux community powered by <a href="javascript:;" title="The tiddler 'MyBB' doesn't yet exist" class="tiddlyLink tiddlyLinkNonExisting" refresh="link" tiddlylink="MyBB" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/mama_public"">MyBB</a>) made me administrator of the forum <a href="javascript:;" title="TiddlyWiki - jermolene, 15/11/2010, 17:20:58" class="tiddlyLink tiddlyLinkExisting" refresh="link" tiddlylink="TiddlyWiki" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/mama_public"">TiddlyWiki</a> (12 tutorials and a description) and a support forum... <br>There has been some hits 2 - 300, however there's been no activity for a long time.<br>I haven't bothered to fake questions/answers or setup fake members. <br>I recon there are not that many danes using <a href="javascript:;" title="TiddlyWiki - jermolene, 15/11/2010, 17:20:58" class="tiddlyLink tiddlyLinkExisting" refresh="link" tiddlylink="TiddlyWiki" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/mama_public"">TiddlyWiki</a> therefore no demand for support in Danish...<br>Maybe my tutorials aren't good enough. Don't know really. Linux-abc's administrator has praised my work - though - even if he doesn't use <a href="javascript:;" title="TiddlyWiki - jermolene, 15/11/2010, 17:20:58" class="tiddlyLink tiddlyLinkExisting" refresh="link" tiddlylink="TiddlyWiki" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/mama_public"">TiddlyWiki</a> himself.<br><br>When I attend groupdiscussions i.e puppy linux forums, I setup online <a href="javascript:;" title="The tiddler 'TiddlyWikis' doesn't yet exist" class="tiddlyLink tiddlyLinkNonExisting" refresh="link" tiddlylink="TiddlyWikis" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/mama_public"">TiddlyWikis</a> to serve as Faq, tutorials and projectdescription. I've recieved positive feedback from developer in charge of the Puppy Studio project - however I have no idea how many hits my <a href="javascript:;" title="The tiddler 'TWs' doesn't yet exist" class="tiddlyLink tiddlyLinkNonExisting" refresh="link" tiddlylink="TWs" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/mama_public"">TWs</a> have had... <br>Everytime I use a TW for this kind of work, I explain what <a href="javascript:;" title="TiddlyWiki - jermolene, 15/11/2010, 17:20:58" class="tiddlyLink tiddlyLinkExisting" refresh="link" tiddlylink="TiddlyWiki" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/mama_public"">TiddlyWiki</a> is and that you can download it for personal use. I don't know if anyone has done that yet...<br><br>I have setup a Danish <a href="javascript:;" title="The tiddler 'FaceBook' doesn't yet exist" class="tiddlyLink tiddlyLinkNonExisting" refresh="link" tiddlylink="FaceBook" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/mama_public"">FaceBook</a> group (<a href="javascript:;" title="The tiddler 'TiddlyWiki_da' doesn't yet exist" class="tiddlyLink tiddlyLinkNonExisting" refresh="link" tiddlylink="TiddlyWiki_da" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/mama_public"">TiddlyWiki_da</a>), a posterous blog (<a class="externalLink" href="http://tiddlywiki-da.posterous.com/" title="External link to http://tiddlywiki-da.posterous.com" target="_blank">http://tiddlywiki-da.posterous.com</a>) and a hootcourse (<a class="externalLink" href="http://hootcourse.com/course/312/" title="External link to http://hootcourse.com/course/312/" target="_blank">http://hootcourse.com/course/312/</a>) No activity except some hits....<br><br>A year ago a publisher of educational material ("Forlaget for ildsjæle" - "Imprint for Enthusiasts") encouraged me to create tutorials on how to use <a href="javascript:;" title="TiddlyWiki - jermolene, 15/11/2010, 17:20:58" class="tiddlyLink tiddlyLinkExisting" refresh="link" tiddlylink="TiddlyWiki" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/mama_public"">TiddlyWiki</a> in a classroomsetting... Alas I haven't reached a point where I've got the time needed to pursue this request - and I'm very busy working as an <a href="javascript:;" title="The tiddler 'IT-administrator' doesn't yet exist" class="tiddlyLink tiddlyLinkNonExisting" refresh="link" tiddlylink="IT-administrator" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/mama_public"">IT-administrator</a>, teaching undergraduate students on a boarding school (<a class="externalLink" href="http://himmerlands-ungdomsskole.dk/" title="External link to http://himmerlands-ungdomsskole.dk" target="_blank">http://himmerlands-ungdomsskole.dk</a>). 4 kids, a cat and two turtles need my full attention - so I guess I just have to wait untill I'm retired....<br>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
icon: $:/avatars/martinlindner
|
2
|
+
modified: 20101116000000000
|
3
|
+
modifier: martinlindner
|
4
|
+
tags: [[2010 - How many other people have you introduced to TiddlyWiki?]] [[2010 - Interview Answer]]
|
5
|
+
title: 2010 - How many other people have you introduced to TiddlyWiki? - martinlindner - 2010-11-16T00:00:00.000Z
|
6
|
+
|
7
|
+
hmm, 10 or so? (who got the idea, but i mentioned it more often.)<br>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
icon: $:/avatars/rouilj
|
2
|
+
modified: 20101127000000000
|
3
|
+
modifier: rouilj
|
4
|
+
tags: [[2010 - How many other people have you introduced to TiddlyWiki?]] [[2010 - Interview Answer]]
|
5
|
+
title: 2010 - How many other people have you introduced to TiddlyWiki? - rouilj - 2010-11-27T00:00:00.000Z
|
6
|
+
|
7
|
+
60 or so between teaching from the tiddlywiki as well as presenting on tiddlywiki.<br>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
icon: $:/avatars/yakov
|
2
|
+
modified: 20101116000000000
|
3
|
+
modifier: yakov
|
4
|
+
tags: [[2010 - How many other people have you introduced to TiddlyWiki?]] [[2010 - Interview Answer]]
|
5
|
+
title: 2010 - How many other people have you introduced to TiddlyWiki? - yakov - 2010-11-16T00:00:00.000Z
|
6
|
+
|
7
|
+
For the moment just one philosopher) See, ragged (no offence; I'm not sure this word has same tinge as in russian) tutorials and very few possibilities for those who want to get russian interface, russian help and tutorials and complicity of TW.. As for now this is a tool for those who need it, not a comfortable platform for everything (at least for my friends).<br>
|
@@ -0,0 +1,3 @@
|
|
1
|
+
list: [[2010 - How many other people have you introduced to TiddlyWiki? - martinlindner - 2010-11-16T00:00:00.000Z]] [[2010 - How many other people have you introduced to TiddlyWiki? - yakov - 2010-11-16T00:00:00.000Z]] [[2010 - How many other people have you introduced to TiddlyWiki? - rouilj - 2010-11-27T00:00:00.000Z]] [[2010 - How many other people have you introduced to TiddlyWiki? - mama - 2011-08-17T23:00:00.000Z]] [[2010 - How many other people have you introduced to TiddlyWiki? - dickon - 2012-03-18T00:00:00.000Z]]
|
2
|
+
tags: [[2010 - Interview Question]]
|
3
|
+
title: 2010 - How many other people have you introduced to TiddlyWiki?
|
@@ -0,0 +1,7 @@
|
|
1
|
+
icon: $:/avatars/dickon
|
2
|
+
modified: 20120318000000000
|
3
|
+
modifier: dickon
|
4
|
+
tags: [[2010 - How many tiddlers and how many megabytes in your largest TiddlyWiki?]] [[2010 - Interview Answer]]
|
5
|
+
title: 2010 - How many tiddlers and how many megabytes in your largest TiddlyWiki? - dickon - 2012-03-18T00:00:00.000Z
|
6
|
+
|
7
|
+
The main <a class="tiddlySpaceLink externalLink" tiddlyspace="ambit" href="http://ambit.tiddlyspace.com/">ambit</a> tiddlymanual (see <a class="tiddlySpaceLink externalLink" tiddlyspace="tiddlymanuals" href="http://tiddlymanuals.tiddlyspace.com/">tiddlymanuals</a>) is over 2Mb now - still works fine!<br>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
icon: $:/avatars/frankfurtkid
|
2
|
+
modified: 20101116000000000
|
3
|
+
modifier: frankfurtkid
|
4
|
+
tags: [[2010 - How many tiddlers and how many megabytes in your largest TiddlyWiki?]] [[2010 - Interview Answer]]
|
5
|
+
title: 2010 - How many tiddlers and how many megabytes in your largest TiddlyWiki? - frankfurtkid - 2010-11-16T00:00:00.000Z
|
6
|
+
|
7
|
+
2.6 MB - probably pretty modest I guess.<br>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
icon: $:/avatars/passingby
|
2
|
+
modified: 20101127000000000
|
3
|
+
modifier: passingby
|
4
|
+
tags: [[2010 - How many tiddlers and how many megabytes in your largest TiddlyWiki?]] [[2010 - Interview Answer]]
|
5
|
+
title: 2010 - How many tiddlers and how many megabytes in your largest TiddlyWiki? - passingby - 2010-11-27T00:00:00.000Z
|
6
|
+
|
7
|
+
Not very large I am afraid. But wait! I have a 'contactsbook' which probably has around 137 tiddlers containing basically names, address and phone numbers of people I know. Not much in MBs I am afraid<br>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
icon: $:/avatars/rouilj
|
2
|
+
modified: 20101127000000000
|
3
|
+
modifier: rouilj
|
4
|
+
tags: [[2010 - How many tiddlers and how many megabytes in your largest TiddlyWiki?]] [[2010 - Interview Answer]]
|
5
|
+
title: 2010 - How many tiddlers and how many megabytes in your largest TiddlyWiki? - rouilj - 2010-11-27T00:00:00.000Z
|
6
|
+
|
7
|
+
The coursebook is 2.1 MB and 441 tiddlers.<br><br>My Tiddlysnip tiddlywiki is 1.5MB and 661 tiddlers.<br><br>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
icon: $:/avatars/yakov
|
2
|
+
modified: 20101116000000000
|
3
|
+
modifier: yakov
|
4
|
+
tags: [[2010 - How many tiddlers and how many megabytes in your largest TiddlyWiki?]] [[2010 - Interview Answer]]
|
5
|
+
title: 2010 - How many tiddlers and how many megabytes in your largest TiddlyWiki? - yakov - 2010-11-16T00:00:00.000Z
|
6
|
+
|
7
|
+
No big one yet. Just somewhat about 1Mb. But this is an issue: I still don't know if TW has some "limit" (would it get slower if become too big?) and this is why I'm not sure if it's proper to make only one TW for everything or I have to split the things mindfully.<br>
|
@@ -0,0 +1,3 @@
|
|
1
|
+
list: [[2010 - How many tiddlers and how many megabytes in your largest TiddlyWiki? - frankfurtkid - 2010-11-16T00:00:00.000Z]] [[2010 - How many tiddlers and how many megabytes in your largest TiddlyWiki? - yakov - 2010-11-16T00:00:00.000Z]] [[2010 - How many tiddlers and how many megabytes in your largest TiddlyWiki? - rouilj - 2010-11-27T00:00:00.000Z]] [[2010 - How many tiddlers and how many megabytes in your largest TiddlyWiki? - passingby - 2010-11-27T00:00:00.000Z]] [[2010 - How many tiddlers and how many megabytes in your largest TiddlyWiki? - dickon - 2012-03-18T00:00:00.000Z]]
|
2
|
+
tags: [[2010 - Interview Question]]
|
3
|
+
title: 2010 - How many tiddlers and how many megabytes in your largest TiddlyWiki?
|
@@ -0,0 +1,7 @@
|
|
1
|
+
icon: $:/avatars/mama
|
2
|
+
modified: 20101216000000000
|
3
|
+
modifier: mama
|
4
|
+
tags: [[2010 - How might you use TiddlyWiki in the future?]] [[2010 - Interview Answer]]
|
5
|
+
title: 2010 - How might you use TiddlyWiki in the future? - mama - 2010-12-16T00:00:00.000Z
|
6
|
+
|
7
|
+
I guess I'm waiting to implement some future version of <a href="javascript:;" title="The tiddler 'TiddlySpace' doesn't yet exist" class="tiddlyLink tiddlyLinkNonExisting" refresh="link" tiddlylink="TiddlySpace" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/mama_public"">TiddlySpace</a> on our servers, for quick and easy delivery of personal spaces with preincluded plugins and theme tailored for intranetuse... <br>All students and collegues already have a single loginname and password for network & wireless internetconnection, moodle, Zimbra (email), educational material services etc...<br>If <a href="javascript:;" title="The tiddler 'TiddlySpace' doesn't yet exist" class="tiddlyLink tiddlyLinkNonExisting" refresh="link" tiddlylink="TiddlySpace" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/mama_public"">TiddlySpace</a> should be implemented - I would need a way to setup users/spaces from a csv (or a shared database) and a way to add members to a new space template from a shared/known list of users.<br>I would need two versions of <a href="javascript:;" title="The tiddler 'TiddlySpace' doesn't yet exist" class="tiddlyLink tiddlyLinkNonExisting" refresh="link" tiddlylink="TiddlySpace" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/mama_public"">TiddlySpace</a>, one for collegues and another one for students, to run from our two seperate servers. ..<br>If <a href="javascript:;" title="The tiddler 'TiddlySpace' doesn't yet exist" class="tiddlyLink tiddlyLinkNonExisting" refresh="link" tiddlylink="TiddlySpace" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/mama_public"">TiddlySpace</a> could interact with Moodle - I think it would be a seamless integration..<br><br>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
icon: $:/avatars/martinlindner
|
2
|
+
modified: 20101116000000000
|
3
|
+
modifier: martinlindner
|
4
|
+
tags: [[2010 - How might you use TiddlyWiki in the future?]] [[2010 - Interview Answer]]
|
5
|
+
title: 2010 - How might you use TiddlyWiki in the future? - martinlindner - 2010-11-16T00:00:00.000Z
|
6
|
+
|
7
|
+
I'd love to have a fully working version of <a href="javascript:;" title="The tiddler 'TiddlyDocs' doesn't yet exist" class="tiddlyLink tiddlyLinkNonExisting" refresh="link" tiddlylink="TiddlyDocs" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/martinlindner_public"">TiddlyDocs</a>, all by myself, which would be able to import docs.<br>And I can imagine a lot uf uses as soon as i would be able to read/write/edit tiddlers from a client, (something like a twitter client where i could search for a thread of tiddlers, or subscribe to a tag).<br>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
icon: $:/avatars/pmario
|
2
|
+
modified: 20110406000000000
|
3
|
+
modifier: pmario
|
4
|
+
tags: [[2010 - How might you use TiddlyWiki in the future?]] [[2010 - Interview Answer]]
|
5
|
+
title: 2010 - How might you use TiddlyWiki in the future? - pmario - 2011-04-06T23:00:00.000Z
|
6
|
+
|
7
|
+
<ul><li> As my main knowledge database (private) </li><li> and presentation plattform. (private / public)</li></ul><br>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
icon: $:/avatars/yakov
|
2
|
+
modified: 20101116000000000
|
3
|
+
modifier: yakov
|
4
|
+
tags: [[2010 - How might you use TiddlyWiki in the future?]] [[2010 - Interview Answer]]
|
5
|
+
title: 2010 - How might you use TiddlyWiki in the future? - yakov - 2010-11-16T00:00:00.000Z
|
6
|
+
|
7
|
+
Aside those many writings including scientific ones, aggregation uses like GTD or question or news aggregation and possible use for site I'd like to mention the concept which TW allows to implement.<br><br>The IT world is very conservative in one thing: tree-based file systems. This just limits the mind. For instance, I used to sort music in my mobile phone by making folders so that I can accent the value of different tracks and this helps me to introduce some harmony in searching music that's proper for the moment. But eventually this came to too branched tree and tracks that has value in more than one sences became binded with this separation.<br><br>Such a thing happens sometimes with all other things: notes, books.. whatever. TW makes a breakthrough here and after some tweaking can reorganize things so that I can forget about the eclectic branched limits. I haven't dig in this direction yet but I know that there are already somewhat player plugins based on web-technologies.. So this may be of interest.<br><br>Hi-hi. Perhaps TW also will be usefull for organizing code for programming but this sounds rather fansy (as for now).<br>
|
@@ -0,0 +1,3 @@
|
|
1
|
+
list: [[2010 - How might you use TiddlyWiki in the future? - martinlindner - 2010-11-16T00:00:00.000Z]] [[2010 - How might you use TiddlyWiki in the future? - yakov - 2010-11-16T00:00:00.000Z]] [[2010 - How might you use TiddlyWiki in the future? - mama - 2010-12-16T00:00:00.000Z]] [[2010 - How might you use TiddlyWiki in the future? - pmario - 2011-04-06T23:00:00.000Z]]
|
2
|
+
tags: [[2010 - Interview Question]]
|
3
|
+
title: 2010 - How might you use TiddlyWiki in the future?
|
@@ -0,0 +1,2 @@
|
|
1
|
+
list: [[2010 - How did you first discover TiddlyWiki?]] [[2010 - What was it about TiddlyWiki that captured your interest?]] [[2010 - Which aspects of TiddlyWiki do you find most valuable?]] [[2010 - How many TiddlyWikis have you created and do you use regularly?]] [[2010 - Do you keep adding new features to your existing TiddlyWiki(s)?]] [[2010 - Who is the target audience for your TiddlyWiki(s)?]] [[2010 - What features of TiddlyWiki made it suitable for your target audience?]] [[2010 - How have you found training novice users to use and understand TiddlyWiki?]] [[2010 - How many tiddlers and how many megabytes in your largest TiddlyWiki?]] [[2010 - How has TiddlyWiki saved time for you as an information publisher?]] [[2010 - How has TiddlyWiki saved time for your target audience?]] [[2010 - How has the TiddlyWiki community helped you?]] [[2010 - How have you been able to contribute back to the TiddlyWiki community?]] [[2010 - How many other people have you introduced to TiddlyWiki?]] [[2010 - What is the most challenging thing about using TiddlyWiki?]] [[2010 - Which plugins do you rely on the most?]] [[2010 - What do you think of the name TiddlyWiki and the term "tiddler"?]] [[2010 - How might you use TiddlyWiki in the future?]]
|
2
|
+
title: 2010 - Interview Question
|
@@ -0,0 +1,7 @@
|
|
1
|
+
icon: $:/avatars/andrewbarbour
|
2
|
+
modified: 20101128000000000
|
3
|
+
modifier: andrewbarbour
|
4
|
+
tags: [[2010 - What do you think of the name TiddlyWiki and the term "tiddler"?]] [[2010 - Interview Answer]]
|
5
|
+
title: 2010 - What do you think of the name TiddlyWiki and the term "tiddler"? - andrewbarbour - 2010-11-28T00:00:00.000Z
|
6
|
+
|
7
|
+
"Tiddlywiki" - kind of 'folksy' and quaint. Has a bit of charm.<br><br>"Tiddler" - is a bit of a barrier to adoption. I have tried to give overviews to a few people and used the term 'tiddler' - at least 50% of the time there are chuckles and references to 'diddlers'. I would suggest calling them 'items' or 'posting'.<br>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
icon: $:/avatars/frankfurtkid
|
2
|
+
modified: 20101116000000000
|
3
|
+
modifier: frankfurtkid
|
4
|
+
tags: [[2010 - What do you think of the name TiddlyWiki and the term "tiddler"?]] [[2010 - Interview Answer]]
|
5
|
+
title: 2010 - What do you think of the name TiddlyWiki and the term "tiddler"? - frankfurtkid - 2010-11-16T00:00:00.000Z
|
6
|
+
|
7
|
+
I got used to it - but when introducing people to these terms for the first time, they have to get over the smiles. Usually the functionality wins over, but I've had feedback that it does not sound very professional - but hey what does Google or Twitter sound like ? Also sounds much better than Edit Conflict - which I just got saving this tiddler<br>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
icon: $:/avatars/gjrobert
|
2
|
+
modified: 20130915000000000
|
3
|
+
modifier: gjrobert
|
4
|
+
tags: [[2010 - What do you think of the name TiddlyWiki and the term "tiddler"?]] [[2010 - Interview Answer]]
|
5
|
+
title: 2010 - What do you think of the name TiddlyWiki and the term "tiddler"? - gjrobert - 2013-09-15T23:00:00.000Z
|
6
|
+
|
7
|
+
"tiddler" was a whole new word to me at first (I'm no native English speaker). "<a href="javascript:;" title="TiddlyWiki - jermolene, 15/11/2010, 17:20:58" class="tiddlyLink tiddlyLinkExisting" refresh="link" tiddlylink="TiddlyWiki" tiddlyfields="server.type:"tiddlyweb" server.host:"http://interview.tiddlyspace.com" server.workspace:"bags/gjrobert_public"">TiddlyWiki</a>" sounds impressive, bit funny and enjoyable.<br><br> I like the idea to store ideas and knowledge (like dictionary entries) as small chunks in tiddlers, while preserving the ability to transclude and organize them together into a big knowledge base or long articles or even an e-book.<br>
|