LITTLE HELPER Dennis Cox, Fotolia

Total Page:16

File Type:pdf, Size:1020Kb

LITTLE HELPER Dennis Cox, Fotolia COVER STORY TiddlyWiki Exploring the TiddlyWiki personal wiki LITTLE HELPER Dennis Cox, Fotolia Cox, Dennis TiddlyWiki brings the spirit of the new Internet to a tiny scale. We’ll show you how to get organized with this wiki for one. BY DMITRI POPOV ometimes you come across a for web-based collaboration, TiddlyWiki rely on a database back-end like MySQL. piece of software that is so sim- is a personal tool designed as a single- In any case, a typical wiki consists of Sple and useful that you can’t un- user application. Most traditional wikis hundreds of files, which you have to in- derstand how you managed without it. are server-based software written in stall and run on a server. TiddlyWiki is one such application. On PHP, Perl, or another scripting language. The entire TiddlyWiki consists of just the face of it, TiddlyWiki looks and be- Some wikis store data in text files; other one HTML file, which includes CSS and haves like a conventional wiki, but if you dig deeper, you will discover that it is a rather ingenious application. One of the most powerful things about wikis is that they let you create and edit web pages on the fly. Most Wikis start with a single page; you can add new pages using what are called wiki words (often wiki words are written in camel case like this: WikiWord). When you add a wiki word to the text, the wiki turns it into a link, and once you click the link, the system creates a new page. The beauty of a wiki is that it frees you from the most tedious task: managing your website’s structure. Moreover, since most wikis use a simple markup lan- guage, they are perfectly suited for ca- sual users with no knowledge of HTML. What is TiddlyWiki? What makes TiddlyWiki so unique? Un- like traditional wikis, which are intended Figure 1: TiddlyWiki looks like an ordinary wiki. 34 ISSUE 73 DECEMBER 2006 WWW.LINUX - MAGAZINE.COM Advertisement JavaScript codes, and every- point your browser to http:// thing you enter in the wiki is www. tiddlywiki. com/, and stored inside this file. Tiddly- download the latest empty. Wiki also does away with html file. Rename it to some- separate pages, and instead it thing more meaningful, and uses what are called tiddlers. your TiddlyWiki is ready to Each tiddler is a text fragment go. that is stored in the wiki file, The first thing you might and you can show and hide want to do is reconfigure it. To understand this con- some of the default settings. cept, imagine a book consist- Open your TiddlyWiki in a ing of one page with an un- browser, and use the Getting- limited number of paragraphs Started section to change (corresponding to tiddlers in your TiddlyWiki’s title and TiddlyWiki); you can show customize the main menu and hide paragraphs individ- and default tiddlers. To ually. You can also add new change the title, click the Site- paragraphs, delete and mod- Title link, press the Edit but- ify existing paragraphs, and ton, and enter the name of shuffle paragraphs as you see your TiddlyWiki into the it fit. This makes TiddlyWiki main text area. Close the sec- a useful tool for managing tion by pressing the Done your text fragments (or using button, and the new title ap- a more fashionable word, mi- pears in your wiki’s header. crocontent) in a non-linear In a similar way, adjust other manner. settings, and when you are There is, however, a tiny fly satisfied with the result, press in the ointment. Due to Tid- the Save changes link. Using dlyWiki’s design, you can’t the Options section, you can move it to a server and work tweak the wiki’s more ad- with it remotely using your vanced settings. Tick the browser: in order to save SaveBackups check box if you changes in your TiddlyWiki, want TiddlyWiki to create a it must reside on your com- backup file each time you puter. You can, of course, up- save the changes. If you use load TiddlyWiki to your TiddlyWiki on an older ma- server and use it in read-only chine, you might want to dis- mode. This makes Tiddly- able the EnableAnimations Wiki better suited for use as a option, and if you want to personal local wiki. You can, perform searches using regu- for example, install it onto a lar expressions, tick Reg- USB key and use it to keep ExpSearch. To tweak Tiddly- tabs on your notes. There are Wiki even further, click the TiddlyWiki variants that AdvancedOptions link. allow you to install and use Once you have configured them on a remote server (for your TiddlyWiki, you are example, TiddlyWikiRemote ready to create your first tid- http:// phiffer. org/ tiddly/), but dler. To add a new tiddler, since these expanded tools simply click the New tiddler consist of multiple files, and link. Like traditional wikis, some of them require a data- TiddlyWiki uses special base back-end, they tend to markup for formatting the defeat the whole idea of Tid- contents of the tiddler. For ex- dlyWiki. ample, to format a text frag- ment as bold, use the // Installing and Using markup like this: //this is TiddlyWiki bold text//. To add a subhead- Actually, you don’t have to ing, put ! in the beginning of install anything at all. Simply the line: !This is a subheader. COVER STORY TiddlyWiki go to the FurtherReading section” is au- tomatically converted into a link to a tid- dler with the same name. If you don’t want a camel case word to appear as a WikiWord, place a tilde in front of it like this: ~NotAWikiWord. Before you close and save your first tiddler, it is a good idea to add some tags to it, which will allow you to quickly lo- cate the tiddler using TiddlyWiki's Tags tab. You can add multiple tags to each tiddler. Using Macros and Plugins TiddlyWiki includes several default mac- ros that allow you to add some nifty fea- tures to your wiki; for example the Tool- barMacro adds toolbar buttons that ap- pear when the mouse hovers over a tid- dler. To add, for example, Close, Edit, and Delete buttons to a tiddler, add the Figure 2: Use the GettingStarted tiddler to customize your TiddlyWiki. following code to its body: <<toolbar -closeTiddler +editTiddler deleteTid- TiddlyWiki also supports more advanced code produces a simple table, as pic- dler>>. formatting, like strikeout, subscript, su- tured in Figure 4: Commands that are preceded by a + perscript, and bold. You can also high- are executed when you press the light text segments using the following |!Table Heading 1 | U Ctrl+Enter keyboard shortcut or when code: @@color(red):Text highlighted in !Table Hading 2 | U you double-click the tiddler. Commands red@@. !Table Hading 3 | preceded by a - are executed when you Want to add a list? No problem: Tid- |Row 1 Column 1 | U press the Esc key. The list of TiddlyWi- dlyWiki supports both numbered and Row 1 Column 2 | U ki's ToolbarMacro commands is available unnumbered lists. Here is an example Row 1 Column 3 | at http:// www. tiddlywiki. com/ #tag:com- of an unnumbered list (you can see the |Row 2 Column 1 | U mands. result of this code in Figure 3): Row 2 Column 2 | U Using third-party plugins, you can Row 2 Column 3 | extend TiddlyWiki’s functionality be- *Level One yond the functions provided by the de- **Level A You can also include images in your fault macros. Although installing plugins ***Level I tiddler using a simple code like this: in TiddlyWiki consists of several steps, ***Level II [img[alternate text|filename or the entire procedure is straightforward **Level B URL][link]]. Keep in mind, however, that enough even for non-technical users. *Level Two linking to external files makes Tiddly- Let’s say you want to install the excel- *Level Three Wiki less portable. TiddlyWiki also sup- lent TiddlerStatsPlugin that provides sta- ports WikiWords, and it converts all tistics on how many tiddlers there are in Tables are also supported; using simple camel case words into links to other tid- your TiddlyWiki, how big they are, and formatting, you can create rather com- dlers. For example, the word Further- other useful info. Point your browser to plex tables in TiddlyWiki. The following Reading in the sentence “To learn more, http:// thepettersons. org/ PaulsNotepad. Figure 3: An example of a TiddlyWiki list. Figure 4: An example of a TiddlyWiki table. 36 ISSUE 73 DECEMBER 2006 WWW.LINUX - MAGAZINE.COM TiddlyWiki COVER STORY Tip: Firefox Error If you are using Firefox, you might expe- rience the Unresponsive script error message. To fix the problem, type about: config in Firefox’s address bar, locate the dom.max_script_run_time parameter, and change its value to something higher than the default (which is 5). html#TiddlerStats. Double-click the tid- dler or press the view button. Copy the entire text of the tiddler, open your Tid- dlyWiki in a new browser window, and create a new tiddler. Paste the contents of the clipboard into the tiddler body, name the title TiddlerStatsPlugin, add the tag systemConfig, and then press Done. Click the Save changes link and reload your TiddlyWiki into the browser to en- able the plugin. To view the statistics, Figure 5: To install a plugin, you have to copy it from the source and paste it into a new tiddler. add the <<tiddlerStats>> code to a tiddler.
Recommended publications
  • Common Tools for Team Collaboration Problem: Working with a Team (Especially Remotely) Can Be Difficult
    Common Tools for Team Collaboration Problem: Working with a team (especially remotely) can be difficult. ▹ Team members might have a different idea for the project ▹ Two or more team members could end up doing the same work ▹ Or a few team members have nothing to do Solutions: A combination of few tools. ▹ Communication channels ▹ Wikis ▹ Task manager ▹ Version Control ■ We’ll be going in depth with this one! Important! The tools are only as good as your team uses them. Make sure all of your team members agree on what tools to use, and train them thoroughly! Communication Channels Purpose: Communication channels provide a way to have team members remotely communicate with one another. Ideally, the channel will attempt to emulate, as closely as possible, what communication would be like if all of your team members were in the same office. Wait, why not email? ▹ No voice support ■ Text alone is not a sufficient form of communication ▹ Too slow, no obvious support for notifications ▹ Lack of flexibility in grouping people Tools: ▹ Discord ■ discordapp.com ▹ Slack ■ slack.com ▹ Riot.im ■ about.riot.im Discord: Originally used for voice-chat for gaming, Discord provides: ▹ Voice & video conferencing ▹ Text communication, separated by channels ▹ File-sharing ▹ Private communications ▹ A mobile, web, and desktop app Slack: A business-oriented text communication that also supports: ▹ Everything Discord does, plus... ▹ Threaded conversations Riot.im: A self-hosted, open-source alternative to Slack Wikis Purpose: Professionally used as a collaborative game design document, a wiki is a synchronized documentation tool that retains a thorough history of changes that occured on each page.
    [Show full text]
  • Tiddlywiki in Science Education
    1 TiddlyWiki in Science Education Franco Bagnoli Dipartimento di Energetica & Centro Dinamiche Complesse Universita` di Firenze, I-50139 Firenze, Italy Email: [email protected] Peter Jipsen Department of Mathematics and Computer Science Chapman University, Orange, CA 92866, USA Email: [email protected] Andrea Sterbini Dipartimento di Informatica Universita` di Roma 1, I-00198 Roma, Italy Email: [email protected] Abstract— We discuss here an ongoing experiment and questions are communicated and answered by which uses ASciencePad [1], an adapted version of Tid- voice, or using e-mail, web forms and chat forums, dlyWiki [2] as a support for teaching/learning physics but seldom stored and/or converted to a structured (elementary and advanced) to engineering students. form, like for instance a FAQ table. ASciencePad is a “live math notebook” that is editable with a modern browser and includes a WYSIWYG editor This almost one-way communication is rather with mathematical formulas and SVG plots. It allows unsatisfactory, especially when teachers and stu- also the inclusion of JavaScript simulations, that can be dents come from a very different background, like easily edited by users and therefore can be used as a in our case of teaching physics for two master playground for computational experiments. Our graph level courses in environmental engineering. Stu- drawing extension allows the construction of graph maps dents’ feedback, possibly in the form of an edited of the learning paths to help the student navigate through the notebook topics. frequently asked question (FAQ) list, is a didacti- This client-side tool is complemented by a wiki-based cally valuable tool.
    [Show full text]
  • Which Wiki for Which Uses
    Which wiki for which uses There are over 120 Wiki software available to set up a wiki plateform. Those listed below are the 13 more popular (by alphabetic order) wiki engines as listed on http://wikimatrix.org on the 16th of March 2012. The software license decides on what conditions a certain software may be used. Among other things, the software license decide conditions to run, study the code, modify the code and redistribute copies or modified copies of the software. Wiki software are available either hosted on a wiki farm or downloadable to be installed locally. Wiki software Reference Languages Wikifarm Technology Licence Main audience Additional notes name organization available available very frequently met in corporate environment. Arguably the most widely deployed wiki software in the entreprise market. A zero- Confluence Atlassian Java proprietary 11 confluence entreprise cost license program is available for non-profit organizations and open source projects aimed at small companies’ documentation needs. It works on plain DokuWiki several companies Php GPL2 50 small companies text files and thus needs no database. DrupalWiki Kontextwork.de Php GPL2+ 12 entreprise DrupalWiki is intended for enterprise use Entreprise wiki. Foswiki is a wiki + structured data + Foswiki community Perl GPL2 22 entreprise programmable pages education, public Wikimedia Php with backend MediaWiki is probably the best known wiki software as it is the MediaWiki GPLv2+ >300 wikia and many hostingservice, companies private Foundation and others database one used by Wikipedia. May support very large communities knowledge-based site MindTouchTCS MindTouch Inc. Php proprietary 26 SamePage partly opensource and partly proprietary extensions Jürgen Hermann & Python with flat tech savy MoinMoin GPL2 10+ ourproject.org Rather intended for small to middle size workgroup.
    [Show full text]
  • The Tiddlywiki Manual
    THETHE BOOKBOOK OFOF TT II DD DD LL YY WW II KK II ADVANCED CUSTOMIZATION LUIS J. GONZÁLEZ CABALLERO Advanced Customization Luis Javier González Caballero November 28, 2019 Acknowledgements This book would not have been possible without the help of people from the tiddlywiki google group. Special thanks to: • Ton Gerner for his help with css classes. • Riz for his help with templates. • Mohammad Rahmani for his wonderful wikis and plugins. • Chris Hunt for his Tiddlywiki coding notes. 3 Contents 1 Introduction 11 1.1 Key points............................................ 11 1.2 What is tiddlywiki........................................ 12 1.3 Starting with tiddlywiki..................................... 13 1.4 Reasons to use tiddlywiki.................................... 13 1.5 Elements of TW......................................... 14 1.5.1 The screen........................................ 14 1.5.2 Tiddlers.......................................... 14 1.5.3 The Story River..................................... 15 1.5.4 Tags............................................ 15 1.5.5 Fields........................................... 16 1.5.6 Text format........................................ 16 1.5.7 Transclusion....................................... 16 1.5.8 Templates......................................... 16 1.5.9 Filters........................................... 16 1.5.10 Macros and widgets................................... 16 1.5.11 Mechanism........................................ 17 1.5.12 Lists...........................................
    [Show full text]
  • From Web 2.0 to Web
    Web 2.0 and Web 3.0 and its Applications in Library Services Dr. Jagdish Arora Advisor, NBA Email: [email protected] Evolution of library technology (adapted from Noh (2012) Library 2.0 and Library 3.0 • Web 1.0 (Tims Berner Lee) • Semantic Web - 2001 (Tims Berner Lee) • Web 2.0 (Tim O'Reilly, 2005) • Web 3.0 John Markoff, New York Times, 2006) • Web 4.0 (Distant Dream?) • Library 2.0 coined by Michael Casey in 2006 • Library 3.0 • Library 4.0 This talk is addressed to: • Librarian 2.0 • Librarian 3.0 1996 (1 L W; 50 L U) 2006 (10 Cr W; 50 L) 2016 (100 Cr W; 250 Cr U) Web 1.0 to Web 4.0: Process of Evolution Subtitle comes here Web 1.0: Read Web 2.0: Read & Write Web 3.0: Read, Write & Web 4.0: Read, Write, /Awareness / Static (2006) Execute (2016) Execute & Concur (1996) • Web Connecting • Web Connecting • Intelligent interaction • Unidirectional / People / Human Knowledge & between machines and Passive transmission Centric Participative Intelligence users • Limited Interaction Web • Semantic Web: Web of • Internet of Things (IoT) with Users • Dynamic, Interactive Data; Virtual World • Human are upgraded with • No Content and Collaborative • Social Computing technology extension Creation Creation of Information Environment (Always On) • Social Networking • Multi-directional Sites (SNS) • Semantic connections • Bi-directional • Data filtered • AI Source: .... 6 Web 2.0 Web 2.0 is About Cultivating Communities . Shared Picture Shared Video Shared News Shared Shared Bookmarks Everything • SmugMug • YouTube •Digg • Photobucket •Twitter •MySpace • Vimeo •Redddit • Google Photos • Dailymotion •Pinterest •Facebook •Delicious • Snapfish • Twitch •StumbleUpon •Twitter •Grow News • Flickr • LiveLeak •Dribble •Friendster •Newsvine • ImageShack • Break •Orkut • Metacafe •Slashdot • Fotolog •Pocket •Snapchat Its About being in the User’s Space .
    [Show full text]
  • Awesome Selfhosted - Wikis
    Awesome Selfhosted - Wikis Wikis Related: Software Development - Documentation Generators See also: Wikimatrix, Wiki Engines - WikiIndex, List of wiki software - Wikipedia, Comparison of wiki software - Wikipedia. BookStack - BookStack is a simple, self-hosted, easy-to-use platform for organizing and storing information. It allows for documentation to be stored in a book like fashion. (Demo, Source Code) MIT PHP Cowyo - Cowyo is a feature-rich wiki for minimalists. (Demo) MIT Go django-wiki - Wiki system with complex functionality for simple integration and a superb interface. Store your knowledge with style: Use django models. (Demo) GPL-3.0 Python Documize - Modern Docs + Wiki software with built-in workflow, single binary executable, just bring MySQL/Percona. (Source Code) AGPL-3.0 Go Dokuwiki - Easy to use, lightweight, standards-compliant wiki engine with a simple syntax allowing reading the data outside the wiki. All data is stored in plain files, therefore no database is required. (Source Code) GPL-2.0 PHP Gitit - Wiki program that stores pages and uploaded files in a git repository, which can then be modified using the VCS command line tools or the wiki's web interface. GPL-2.0 Haskell Gollum - Simple, Git-powered wiki with a sweet API and local frontend. MIT Ruby jingo - Git based wiki engine written for node.js, with a decent design, a search capability and good typography. MIT Nodejs Mediawiki - MediaWiki is a free and open-source wiki software package written in PHP. It serves as the platform for Wikipedia and the other Wikimedia projects, used by hundreds of millions of people each month.
    [Show full text]
  • Understanding Wikis: from Ward’S Brain to Your Browser
    06_043998 ch01.qxp 6/19/07 8:20 PM Page 9 Chapter 1 Understanding Wikis: From Ward’s Brain to Your Browser In This Chapter ᮣ Finding your way to wikis ᮣ Understanding what makes a wiki a wiki ᮣ Comparing wikis with blogs and other Web sites ᮣ Examining the history and future of wikis ᮣ How to start using wikis hen Ward Cunningham started programming the first wiki engine Win 1994 and then released it on the Internet in 1995, he set forth a simple set of rules for creating Web sites that pushed all the technical gob- bledygook into the background and made creating and sharing content as easy as possible. Ward’s vision was simple: Create the simplest possible online database that could work. And his attitude was generous; he put the idea out there to let the world run with it. The results were incredible. Ward’s inventiveness and leadership had been long established by the role he played in senior engi- neering jobs, promoting design patterns, and helping develop the concept of Extreme Programming. That a novel idea like the wiki flowed from his mind onto the COPYRIGHTEDInternet was no surprise to those MATERIAL who knew him. The wiki concept turned out to have amazing properties. When content is in a shared space and is easy to create and connect, it can be collectively owned. The community of owners can range from just a few people up into the thousands, as in the case of the online wiki encyclopedia, Wikipedia. 06_043998 ch01.qxp 6/19/07 8:20 PM Page 10 10 Part I: Introducing Wikis This chapter introduces you to the wonderful world of wikis by showing you what a wiki is (or can be), how to find and use wikis for fun and profit, and how to get started with a wiki of your own.
    [Show full text]
  • Software Knowledge Management Using Wikis: a Needs and Features Analysis
    FACULDADE DE ENGENHARIA DA UNIVERSIDADE DO PORTO Software Knowledge Management using Wikis: a needs and features analysis Rafael Araújo Pires FINAL VERSION Report of Dissertation Master in Informatics and Computing Engineering Supervisor: Ademar Manuel Teixeira de Aguiar (PhD) Co-Supervisor: João Carlos Pascoal de Faria (PhD) March 2010 Software Knowledge Management using Wikis: a needs and features analysis Rafael Araújo Pires Report of Dissertation Master in Informatics and Computing Engineering Approved in oral examination by the committee: Chair: Maria Cristina Ribeiro (PhD) ____________________________________________________ External Examiner: Isabel Ramos (PhD) Internal Examiner: Ademar Manuel Teixeira de Aguiar (PhD) March 25, 2010 Abstract Knowledge Management is a sub-section of management that pursuits improvement in business performance. It increases the organization's ability to learn, to innovate, to solve problems and aims to enhance organizational knowledge processing. It is looking for the available and required knowledge assets that are divided as tangible and intangible. Tangible assets, which are related to explicit knowledge, include manuals, customer information, news, employees, patent licenses, proposals, project artifacts, etc. Intangible assets, which are related to tacit knowledge, include skills, experiences and knowledge of employees within the organization. It is a method that simplifies the process of sharing, distributing, creating, capturing, and understanding a company’s knowledge. The challenges involved
    [Show full text]
  • Wiki Technology, Community Dynamics and Community Culture
    Wiki Technology and Community Culture By Mingli Yuan July, 2008 Released under GFDL Contents Introduction − concept / history / jargons / a simple classification / organizations & companies / conferences Technology − implementations / features / principles / easy at first glance / syntax & parser / version control / wysiwyg / adventure of ideas Community Culture − openness & agf / npov / consensus / deletionism vs. inclusionism / controversy Introduction – concept A wiki is web pages anyone who accesses it can contribute or modify content a simplified markup language Introduction – history World Wide − 1994: Ward Cunningham, WikiWikiWeb (1994?) Patrick Mueller, the first WikiWikiClone − 2000: Sunir Shah, MeatballWiki − 2001: January 15, Jimmy Wales, Wikipedia Introduction – history cont. Mainland China Taiwan − 2001-12-27: − Schee / 徐子涵 Softme Studio / 索秘软 − hlb / 薛良斌 件工作室 − Newzilla jWiki as a sub-project of WebPM − 2002 / 5: 中蟒大杂院 Early Blogsphere − 2002 / 10 − Cnblog.org Chinese Wikipedia − Chinese Blogger Conference / − 2002 / 11 中文网志年会 贸大 Wiki Introduction – jargons Basics Community − Sandbox − EditWar − CamelCase − AGF − Wikify − NPOV − RecentChanges − Consensus / Vote − DocumentMode / − Deletionist / Inclusionism TheadMode − Namespace: Article / Talk / Copyright / Copyleft − PD User / Category − − GFDL / Free Signature − CC family − BackLinks − Fair use − InterWiki Introduction – a simple classification Tech related sites Wikimedia Family − c2.com / wikiwikiweb − wikiversity − meatball / usemode − wiktionary
    [Show full text]
  • A Tiddlywiki for Your Pocket
    Listing & Tagging Macros Date Format Startup Parameters TiddlyPocketBook <<timeline [date][len][format]>> DDD — full day of week #[open:]WikiWord TiddlyWiki <<list [all|missing|default| ddd — short day of week #[open:]WikiWord%20WikiWord… TiddlyWiki is a wiki in a single HTML orphans|shadowed|touched| DD — day of month #start:safe document containing all of the content filter>> 0DD — adds leading zero #search:text along with the ability to edit, save changes, DDth — adds suffix #tag:text tag and search. Open Source, it's readily <<allTags>> WW — ISO-8601 week number #newTiddler:WikiWord tailored using templates, style-sheets, <<tag name [label] [tip]>> MMM — full month #newJournal:format macros and plugins. <<tags [WikiWord]>> mmm — short month <<tagging [tag]>> MM — month number Keyboard Shortcuts TiddlyWiki is very portable — running 0MM — leading zero offline as well as from the Web, and easily Button Macros YYYY — full year Function PC Mac passed via Email and USB sticks. YY — two digit year <<newJournal [format]>> wYY with week number Search Alt-F !F <<newTiddler label:WikiWord Download tiddlywiki.com hh — hours New Tiddler Alt-N text:"text" tag:tag tag:tag !N 0hh — leading zero Community tiddlywiki.org accessKey:key focus:field>> New Journal Alt-J hh12 — hours in 12 hour clock !J Developers trac.tiddlywiki.org <<saveChanges [label] [tip]>> mm — minutes Save Edit Shift-Ctrl-Enter "!# <<search [term]>> Discussion tiddlywiki.org/wiki/Groups 0mm — leading zero <<closeAll>> Done Edit Ctrl-Enter !# ss — seconds Chat freenode #TiddlyWiki
    [Show full text]
  • Kleine Helfer
    Schwerpunkt TiddlyWiki © Kirill Makarov, 123RF © Kirill Makarov, Eierlegende Wollmilchsau für strukturierte Informationsablage Kleine Helfer Das ausbaufähige und Wer viel mit Informationen und deren Die Spezies der Desktop­Wikis ist zwar Organisation zu tun hat, kennt das Pro­ generell als Offline­Medium ausgelegt, portable Organisationstalent blem: Wie organisiert man große Men­ Kandidaten wie Zim oder TiddlyWiki las­ gen von Informationen in vielen unter­ sen sich aber auch ins Internet verknüp­ TiddlyWiki speichert alle ihm schiedlichen Formaten so, dass man da­ fen. Lässt sich das Textformat von Zim rauf von überall her lesend und schrei­ prima per Git verwalten, so arbeitet das anvertrauten Inhalte in einer bend zugreifen kann und die Inhalte gut in HTML, CSS und Javascript geschriebe­ strukturiert zu sehen bekommt. ne TiddlyWiki gleich als Webseite. Im Hin­ einzigen HTML-Datei. Bevor es den Web­Service Evernote tergrund steht nur eine HTML­Datei, eine gab, kam bei dieser Fragestellung des Datenbank benötigt das Wiki nicht. Sie Ferdinand Thommes Öfteren das Prinzip Wiki zum Tragen. Seit rufen Tiddly im einfachsten Fall im Web­ 2008 wird das bekannte Desktop­Wiki browser auf, eine Installation im eigent­ Zim entwickelt, bereits seit 2004 das lichen Sinne braucht es nicht zwingend. wesentlich vielseitigere TiddlyWiki , Mit TiddlyWiki legen Sie Notizen und um das es in diesem Artikel geht. Informationen in verschiedenen Forma­ Das Wort Wiki stammt vom hawaiia­ ten ab, verwalten Aufgabenlisten, Lese­ nischen Wort für schnell ab. Ein Wiki er­ zeichen und Bilder oder speichern URLs README laubt es, Informationen zügig in einer einfach zu erlernenden Syntax abzu­ Das portable Wiki-System TiddlyWiki spei- legen, zu ordnen, zu verknüpfen und Tiddly? chert alle eingegebenen Informationen in auszuwerten.
    [Show full text]
  • IT Department User Survey Report
    IT Department User Survey Report Introduction The CERN computing user community is very heterogeneous consisting of people having varying backgrounds and working environments. There are over 30000 external and internal computer users at CERN belonging to over 15 departments and these user have different work habits and methods of working. In addition, user preferences are very strong in terms of hardware and software, which makes it impossible to propose closed solutions for services delivery. The IT-CDA group is concerned with the way users collaborate, their devices and their software applications and so it is important for the group to have a better understanding of the user community and their traits. The results listed in this document can be used as a reference to help IT-CDA members to improve on their services. Objective The project aims at understanding the user community better and to do this data was collected in order to evaluate: • The use cases of the CERN computer users. • User working preferences. • Why people make their computing choices. • The software people are using. • Which public IT supported services are preferred. • Which other services people prefer using instead of central IT services. Project Exclusions The project is not intended as an exercise of evaluating new tools or for recommending any particular hardware or software. On top of this it was not the aim to do any requirements gathering or to gather data relating to user satisfaction. Project audience Data was collected from all CERN computer users including external users. All departments and experiments were invited to take part.
    [Show full text]