Note-Taking Bookmarklets for Fargo.io and TiddlyWiki. Tweet This Post I'm a frequent user of both Fargo (an outliner) and TiddlyWiki (a one-page wiki).
As an amateur javascript coder, I've written two bookmarklets that let me grab the title, link, and selected text from a page and format them in either OPML or WikiText. Let's say I want a bookmark and note from the Fargo docs: I've selected the text, "Fargo is a simple idea outliner, notepad, todo list, project organizer.
" Distributed Personal Wiki. For as long as I can remember I've been trying to find a good way to keep personal text notes.
Recipes, notes, ideas, that kind of thing. Things that aren't really suited to blogging. Personal wiki in your Mac… - Metadata. I want to share with you my knowledge base system.
I need one because there’s a lot of new information every day about the topics I care about (web development, design, Mac, iOS…). Markdoc Documentation » Index. Ikiwiki. SoyWiki. SoyWiki turns Vim into a powerful, lean, and fast wiki.
It's got all the protein of a more conventional wiki, but less saturated fat and no cholesterol. A quick overview of SoyWiki's characteristics and features: flat text filesmaximum data portabilityhigh interoperability with Unix toolsVim text editing powersuper-efficient modes of wiki traversalGit for versioning, distributed workflows, and blamingCamelCase wiki wordsnamespaced wiki wordsautocompletion of wiki wordsautomated global renaming of wiki wordssyntax colored wiki wordscan open web hyperlinks in external browser or inside Vimoutliner-like capability with expansion commandsoperates on all POSIX systems (e.g. OS X, Linux, FreeBSD) SoyWiki builds on Vim's strengths as a text editor and interface to the Unix operating system, SoyWiki's primary goal is to make it possible to create, navigate, and refactor wiki content at the speed of thought.
SoyWiki makes a good writing aid, especially if you do your writing in Vim. Prerequisites. Searching GitHub Wikis with Gollum. Over a year ago, GitHub updated their wiki system to be powered by git.
It was an awesome upgrade. Now I can check out a wiki, just like source code, and edit it in TextMate, just like source code. Really, really nice…except I can’t search. Absolutely No Machete Juggling » Personal Wiki using GitHub and Gollum on OS X. I’ve been struggling for a while to get a good personal wiki solution going.
I have a bunch of requirements that have made this quite difficult: Access and edit wiki from browserRun in OS X (Laptop) and Linux (Workstation)Synchronized across all machinesCan use offline I tried using TiddlyWiki with DropBox as the cloud-based sync mechanism, but I use Google Chrome as my browser, which has a lot of trouble with the Java plugin that does the saving. There are command line arguments for Chrome that fix this, but that’s weirdly difficult to deal with on OS X. So my final solution, subject to improvement, is to use Gollum. There are a number of steps to getting this set up, so I’ve decided to document them here, both for the benefit of anyone else who wants to do this, as well as for myself if I have to set it up on another machine. In any case, get a Git repo set up on either GitHub or BitBucket.
Plans and pricing for Bitbucket. Git Tip of the Week: Gollum. This week’s Git Tip of the Week is slightly off topic, talking about the Git-based wiki Gollum.
You can subscribe to the feed if you want to receive new instalments automatically. Wikis Wikis have been around with us for over 15 years, and being able to edit a page from any location has been a massive timesaver in documentation generation. Most of the EGit User guide has been created through the use of wiki contributions. One problem with most wikis is that you need to be on-line in order to interact with them. Accueil.
MrBertie/taratasy. Rcarmo/Yaki. DokuWiki. Dokuwiki. DokuWiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database.
It is loved by users for its clean and readable syntax. The ease of maintenance, backup and integration makes it an administrator's favorite. Built in access controls and authentication connectors make DokuWiki especially useful in the enterprise context and the large number of plugins contributed by its vibrant community allow for a broad range of use cases beyond a traditional wiki.
Get started: Why DokuWiki? DokuWiki is a popular choice when choosing a Wiki software and has many advantages over similar software. Easy to install and use Low system requirements Built-in Access Control Lists Large variety of extensions Over 50 languages supported Device independent Open Source Learn more about DokuWiki features Use Cases Wikis are quick to update and new pages are easily added.
My TiddlyWiki - a reusable non-linear personal web notebook. Welcome to TiddlyWiki created by Jeremy Ruston; Copyright © 2004-2007 Jeremy Ruston, Copyright © 2007-2011 UnaMesa Association <div id="javascriptWarning"> This page requires JavaScript to function properly. <br /><br />If you are using Microsoft Internet Explorer you may need to click on the yellow bar above and select 'Allow Blocked Content'.
Simile Timeline Plugin for Tiddlywiki 2.6.2 - a reusable non-linear personal web notebook. ~TiddlyPocketBook - a TiddlyWiki for your pocket. WikiPack. Wiki on a Stick Official Website. Joshuwar - a TiddlySpace. Pearl - A CLEAN TIDDLYWIKI FLAVOUR. ColoredLinks - bringing color to your tagging experience. Instiki. Run Gollum on PowJulien Desrosiers. // July 20, 2011.
README.md at master from sivy/veloci-wiki - GitHub. ?utm_source=dlvr. [[Tobias Beer's TiddlySpace. Allenfun's Profile - GitHub. Hayeah/Empty-TiddlyWiki - GitHub. Joem/my-tiddlywiki-empties - GitHub. Krid78/tiddlywiki-Themes - GitHub. Huggyfee/VisualTW2 - GitHub. Nic0/myTiddlyWiki - GitHub. ?utm_source=dlvr. NOTE: For enhanced date popup display, optionally install: Usage: Configuration: Display week numbers (note: Monday will be used as the start of the week) Revisions 2011.01.04 1.5.1 corrected parameter handling for <<calendar year>> to show entire year instead of just first month. Code function calendarIsHoliday(date) { var longHoliday = date.formatString('0DD/0MM/YYYY'); var shortHoliday = date.formatString('0DD/0MM'); for(var i = 0; i < config.macros.calendar.holidays.length; i++) { if( config.macros.calendar.holidays[i]==longHoliday || config.macros.calendar.holidays[i]==shortHoliday) return true; } return false; } // cache used to store reminders while the calendar is being rendered // it will be renulled after the calendar is fully rendered. window.reminderCacheForCalendar = null; function calendarMaxDays(year, mon) { var max = config.macros.calendar.monthdays[mon]; if(mon == 1 && (year % 4) == 0 && ((year % 100) !