eb55cb60ecDebugging PDF exportation on Windows.
Ricardo Zapata
2017-12-01 21:07:00 +0000
97be568e06Html to markdown bug solved for Windows
Ricardo Zapata
2017-12-01 20:43:07 +0000
2ee75d58acImplementing initial support for Pandoc in Windows. Includes html export, pdf export and html to markdown import. Last two functions keep on having issues.
Ricardo Zapata
2017-12-01 20:15:04 +0000
bebed308e2Supporting proper line break for YAML metada blocks.Offray Luna2017-12-01 17:58:08 +0000
709a0f2d82Abstracting the PDF exportation process (thanks Edu!).Offray Luna2017-11-30 21:20:01 +0000
82ba093f3fImproved version for copying and pasting subtrees between nodes. This inhibit that nodes can appear as children of the same parent several times (clones in Leo vocabulary). Still we need to explore if cloning is useful in other contexts.Offray Luna2017-11-30 13:09:12 +0000
880006df73Preliminar support for notebooks with proper %metadata nodes to be subscribed into the main help menu.Offray Luna2017-11-21 19:05:17 +0000
c5fc48c272Improving documentation updates. Now %metadata nodes in each notebook should tell if they're located in the main docking bar.Offray Luna2017-11-20 19:23:46 +0000
7d4cc79cf2Better internalization of the environment: Now Pandoc PDF exportation is controlled by options defined in a %metadata node inside the notebook. This is the beginning of more options to connect the notebook, the playgrounds inside it, and the operative system.Offray Luna2017-08-18 02:22:52 +0000
a670787ef3Sanitizing urls to correct common user mistakes: not including the scheme ('http://' or 'https://') or pasting white spaces at the end or url, usually when they come from etherpads or mailing.Offray Luna2017-08-10 13:27:10 +0000
f3335e4bb9Improving STON exporting, as recomended by Sven.Offray Luna2017-05-26 08:51:57 +0000
41a739487eSynchronizing before moving to new image.Offray Luna2017-05-23 18:28:28 +0000
6bda053b31Open PDF's now relies on WebBrowser instead of OSProcess. This makes it more crossplatform and removes a depedency. OSSubProcess will be explored in the future for Pandoc/Fossil interaction.Offray Luna2017-05-04 10:44:17 +0000
c03e827e50Fixing preliminary support for outputs of code nodes inside the notebook. For the moment output is not stored in the notebook also, just invoked on demand using a %keyword.Offray Luna2017-04-20 17:39:48 +0000
40a8a58e70Not all outputs are stored by default.Offray Luna2017-04-16 16:49:29 +0000
ebeb8acfcbGrafoscopio now stores the output of calculations! Reification of notebooks was done on packages, so it was not needed until now (almost 2.5 years after first public commit!). Impressive what the Pharo live coding environment can do, and the stuff you can "just leave for later" :-).Offray Luna2017-04-14 19:35:04 +0000
ecd04cdd5aFixing [1191764e94] on Fossil main repo, which required a minor fix in the Links objects. Really pleased about how can I evolve the STON notebook format dynamically.Offray Luna2017-04-07 17:57:57 +0000
66a11cc586Several improvements on GrafoscopioDocumentation and GrafoscopioDockingBar for updating documentation and made it more modular and related to a specific package in a particular repository. Part of the dialogue while writing the JOSS papers.Offray Luna2017-04-06 11:49:28 +0000
4abb92820cExportation of subtrees, a feature that was described since the first versions of the Spanish manual, is finally available! Now it needs to be documented in the English Manual, that will be the base for future Spanish versions (full cycle :-)).Offray Luna2017-03-28 20:53:14 +0000
85e5bf1e1dFixing a bug on cut & paste between notebooks.Offray Luna2017-03-27 22:51:49 +0000
6016a1f90cBetter ergonomy for saving notebooks: Now saving notebooks opens by default the location where the notebook was saved last time or the user documents location, if the previous one was empty.Offray Luna2017-03-27 17:19:27 +0000
ad07fbe0b9Finally, refactoring GrafoscopioNode>>markdownContent to a pretty readable version. May be there is more refactoring to be done, but now one of the key and older algorithms was untangled. :-)Offray Luna2017-02-16 23:16:18 +0000
751f60c3dfRefactoring GrafoscopioNode>>markdownContent and deleting %embed-all keyword. That should be the default behaviour.Offray Luna2017-02-16 22:02:04 +0000
7f53ac841eImproving %embed nodes. Still it is an obfuscate code, that should be modularized and improved, but it seems working as a temporal solution.Offray Luna2017-02-14 16:20:52 +0000
b289c02708Fixing the bug about code nodes being replaced by their output when such output was text. Thanks Doru :-).Offray Luna2017-02-08 20:52:11 +0000
5a7078e2f2Loading links from web as playgrounds. Now using the node links field, instead of the node header.Offray Luna2017-02-05 20:04:31 +0000
d21629cb31Now code blocks which are sucessors of '%invisible' ancestors are not exported in the markdown output.Offray Luna2017-02-03 17:36:14 +0000
e36bcff4c3Starting FileUtils, used in the Lua/LÖVE video game tutorial notebook, but useful in other contexts :-).Offray Luna2017-01-04 11:18:37 +0000
08d48aed12Node links: Openning them in the browser. There is still variations to explore, if the link contains a file or a reference to an image.Offray Luna2016-12-19 18:24:06 +0000
6259931a09Starting node links: this will allow to store web and local bookmarks and load content in the web browser, reload shared playgrounds, preview images and so on. Interesting possibilities.Offray Luna2016-12-19 12:50:07 +0000
38f7380ff1Cleaning main dock bar menu to exclude from 'Help' and 'Update' not maintained documents. For the moment I will focus on good Grafoscopio notebook and Dataviz experience and leave PDF and HTML exporting and documentation for later.Offray Luna2016-11-08 19:55:57 +0000
762d125983Adding the functionality for exporting a web view. Thanks to Luis Linares and Diddier Hilarion.Offray Luna2016-11-05 13:13:30 +0000