All Projects → wbolster → text-to-freemind

wbolster / text-to-freemind

Licence: other
A simple text to Freemind conversion program

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to text-to-freemind

strokeText.js
Simple, pixel-perfect text stroking for the web.
Stars: ✭ 30 (-21.05%)
Mutual labels:  text
fql
Formatted text processing with SQL
Stars: ✭ 20 (-47.37%)
Mutual labels:  text
muse-as-service
REST API for sentence tokenization and embedding using Multilingual Universal Sentence Encoder.
Stars: ✭ 45 (+18.42%)
Mutual labels:  text
arrayfiles
Array-like File Access in Python
Stars: ✭ 41 (+7.89%)
Mutual labels:  text
QPrompt
Personal teleprompter software for all video creators. Built with ease of use, productivity, control accuracy, and smooth performance in mind.
Stars: ✭ 168 (+342.11%)
Mutual labels:  text
blackcrownproject
The archive of The Black Crown Project, a now-dismembered narrative web game.
Stars: ✭ 18 (-52.63%)
Mutual labels:  text
cs paint
Vulkan rendering library for graphics and text
Stars: ✭ 79 (+107.89%)
Mutual labels:  text
readtext
an R package for reading text files
Stars: ✭ 102 (+168.42%)
Mutual labels:  text
glitched-writer
Glitched, text writing js module. Highly customizable settings. Decoding, decrypting, scrambling, or simply spelling out text.
Stars: ✭ 51 (+34.21%)
Mutual labels:  text
FNet-pytorch
Unofficial implementation of Google's FNet: Mixing Tokens with Fourier Transforms
Stars: ✭ 204 (+436.84%)
Mutual labels:  text
Take-Notes
Huge Assignments to Write with only a little time in Hand?
Stars: ✭ 17 (-55.26%)
Mutual labels:  text
glText
Cross-platform single header text rendering library for OpenGL
Stars: ✭ 93 (+144.74%)
Mutual labels:  text
heroku-buildpack-tex
A Heroku buildpack to run TeX Live inside a dyno.
Stars: ✭ 18 (-52.63%)
Mutual labels:  text
converse
Conversational text Analysis using various NLP techniques
Stars: ✭ 147 (+286.84%)
Mutual labels:  text
lt2circuitikz
Python (3.5) tool to convert .asc files into circuiTikz graphics
Stars: ✭ 57 (+50%)
Mutual labels:  text
search-all-tabs
search all opened tabs in a browser popup and see the matching previews using Xapain or Lunrjs engines.
Stars: ✭ 48 (+26.32%)
Mutual labels:  text
spyql
Query data on the command line with SQL-like SELECTs powered by Python expressions
Stars: ✭ 694 (+1726.32%)
Mutual labels:  text
lda2vec
Mixing Dirichlet Topic Models and Word Embeddings to Make lda2vec from this paper https://arxiv.org/abs/1605.02019
Stars: ✭ 27 (-28.95%)
Mutual labels:  text
svensktext
Svenska språkresurser: kvinno- och mansnamn, orter, län, kommuner, länder, nationaliteter, yrken, sentimentlexikon, moral, stoppord, myndigheter m.m.
Stars: ✭ 54 (+42.11%)
Mutual labels:  text
imperial
Official mono-repo for https://imperialb.in/
Stars: ✭ 35 (-7.89%)
Mutual labels:  text

Text-to-Freemind

A simple text to freemind conversion program

Overview

This program converts tab-indented UTF-8 text files into an XML format suitable for display by Freemind. It was written out of annoyance with the Freemind user interface, and the lack of 'merging' capabilities when collaborating with other people.

Copyright 2006–2017 Wouter Bolsterlee <[email protected]>

This program is distributed under the GPL v2 (or later) license.

Usage

To convert a single text file into a Freemind file, use:

$ text-to-freemind input-file.txt.mm > output-file.mm

You can use it as a filter (using shell pipes) as well:

$ cat some-text-data.mm.txt | text-to-freemind > output-file.mm

A Makefile snippet is also included to convert all *.mm.txt files into their *.mm counterparts. First copy or symlink the makefile, than run make:

$ cp /path/to/text-to-freemind/text-to-freemind.make Makefile
$ make

Alternatively:

$ ln -s /path/to/text-to-freemind/text-to-freemind.make Makefile
$ make

Or execute the makefile directly if you don't want to copy files around:

$ /path/to/text-to-freemind/text-to-freemind.make

Requirements

The conversion program is written in Python (tested with 2.4 and 2.5) and requires an ElementTree implementation. Install python-elementtree or python-celementtree (included in Python 2.5) if you run into programs.

The Makefile snippet obviously depends on the make utility. GNU/Make is known to work.

Issues, problems, and feedback

This program is a quick hack, so don't expect too much of it. If you feel like contacting me with problems or suggestions, please mail me. Thanks.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].