@Edo Frohlich I could finally test your script that produces a formatted output in a Note. This is really great. However I wondered, as far as I can see this is programming, nothing much to do with traditional Markdown. Where do I find a description of commands such as StringBuilder, nodo-children.each , linea etc ? I would like to be able to expand on your example. Also, could be have somewhere a repository of example scripts ? Cheers Oliver
I could finally test your script that produces a formatted output in a Note. This is really great. However I wondered, as far as I can see this is programming, nothing much to do with traditional Markdown. Where do I find a description of commands such as StringBuilder, nodo-children.each , linea etc ? I would like to be able to expand on your example. Also, could be have somewhere a repository of example scripts ? Cheers Oliver
I tried to switch from INSERT to CTRL+ENTER using hotkey assigment, but strangely I do not seem to be able to assing CTRL+ENTER ..... even though CTRL+ENTER does not seem to have any other functionality.
I think I figured it out : I just needed to delete all of the residual .mm~ files :-)
@bepolymathe Ah, sorry, stupid me, it's in the title. Well, I will have to wait a bit, an alpha seems to risky to me. But this possibility will be great for writing and doing reports. I guess I will be using this a lot, it seems much better than the odp or the docx exports :-)
@Edo This seems great, but I'm not able to repeat. I do not have the "Conte type" option in the "format" panel. I'm using 1.8.11, which version you are using ?
Hello, for some unknown reason my laptop just crashed, while I had Freeplane open with a couple of maps, of which only one had been edited this morning. After restarting my computer and then Freeplane, I got a message for each of the maps, that they were already being edited by User "myself" and therefore only opened in read only mode. I also was able to restore the edited map from backups. But when I tried to save, I got another message telling me to save using "save as", as the map was in read...
Hello Everybody, I have kind of a bibliography map, first order nodes is the reference, which has keywords in its note. Second order nodes are my comments on each reference. I'm using Quickfilter to show all references with have the same keyword. This is really great to get a quick overview. But then I would like to have a look at my comments, while retaining only the filteren first level nodes. However, the filter is not allowing me to have a look at the lower level nodes (which is normal). On the...
@Sasumner I just disactiaved DSPellCheck and now it works great ;-) Thanks again for your help
Have a look at this thread : https://superuser.com/questions/667622/italian-keyboard-entering-the-tilde-and-backtick-characters-without-cha
Thanks Sasumner, you were correct, the following script is now working : import datetime now = datetime.datetime.now() timestr = now.strftime("%m/%d/%Y, %H:%M:%S") editor.addText(timestr) However I still have a problem when adding this script as a button, I get the following error : An exception occirred due to plucin: DSpellCheck.dll Exception reason: Access violation The button of the script appears actually beside the button of the DSpellChecker.
I searched the forum and found a script that does the trick : import time editor.addText(time.strftime('%d/%m/%Y ')) had found it here : https://sourceforge.net/p/npppythonscript/discussion/1199074/thread/a50c6c37/ thanks to IObasetom
it seems that datetime.now() does not exist as I get the following error : 'module' object has no attribute 'now' I have also tried with datetime.today(), same error : 'module' object has no attribute 'today' I have also exchanged the first line of the script with from datetime import date same error. any help would be welcome Cheers Oliver
I have installed the PythonScript plugin for NP++ to program a script to be able to insert date and/or time. Based on example scripts I have created the following script : import datetime now = datetime.now() timestr = now.strftime("%m/%d/%Y, %H:%M:%S") editor.addText(timestr) but this does not seem to work (trying to run it by going into the Extensions/Phythonscript/Scripts menu and clicking on the scripts name. Even a simple script such as Editor.addText("Test") does not seem to have any effect....
PDS XChange Viewer is my preferred pdf viewer, so yes :-)
Hello Alexandre, would you be willing to share details of how you set-up your hotkeys and scripts ? I would be really really interested in this Cheers Oliver
Ok, no problem, I would suggest a text like : "Option "lead last & new map" : When this option is not ticked, then when opening FreePlane from an existing file (e.g. doubleclick in a file explorer), it will open only with this map. When this option is ticked, then FreePlane will open all last maps and the selected existing map." It would be great if the wiki would have a section in the "Navigation" square like : "Manual" and then an arborescence with all menu points. This way we would easily, when...
Sorry if this sounded as a critique, as which it was not intended. I actually just discovered that there are tooltips for the options. They don't seem to go off on my system very rapidly, so i actually need to leave the mouspointer a second on the text, which I had not done before. I might perhaps suggest to change the tooltip to "Open all last files set by above option, even when starting FP from an existing file". The "new map" in the option text, which mislead me, is actually quite hard to replace...
Great, thanks, that solved the problem. So, only having ticked "load all last maps" doe snot load all last maps when opening FreePlane with a doubelclick. Actually i find ti quite difficult to understand the difference between the option "load all last maps" and "load last & new map" , especially as this is not either or but one and/or the other. Cheers
Hello everybody, I know that the subject is not quite clear, so here are the details : I usually have always at least five maps open, that I use very regularly (a map of maps, a todo-map, a bibliography-map, R-snippes-map etc). This works fine as long as I open Freeplane directly (e.g. by clicking on the FreePlane icon on the desktop). However, when I open FreePlane by double-clicking directly on a .mm file, then FreePlane open only with this file open, and I need to look for all other maps again...
Hello, I have screen the forum for similar discussions, but have not found a solution : is there a possibility to format text in a way, that if it is pasted into FP, a structure of child nodes is create ? for example : node;node2;node3 node;node2;node4 node;node5;node6 would give something like : node --- node2 ---- node 3 ............. \ .............. \ -----node 4 ................ \node5 ----- node 6 In the moment it seems that simply new lines \n are interpreted as a new node on the same level...
Hello, I have screen the forum for similar discussions, but have not found a solution : is there a possibility to format text in a way, that if it is pasted into FP, a structure of child nodes is create ? for example : node;node2;node3 node;node2;node4 node;node5;node6 would give something like : node --- node2 ---- node 3 ............. \ ..............-----node 4 ............... \node5 ----- node 6 In the moment it seems that simply new lines \n are interpreted as a new node on the same level The...
Hello, I have screen the forum for similar discussions, but have not found a solution : is there a possibility to format text in a way, that if it is pasted into FP, a structure of child nodes is create ? for example : node;node2;node3 node;node2;node4 node;node5;node6 would give something like : node --- node2 ---- node 3 . \ -----node 4 . \node5 ----- node 6 In the moment it seems that simply new lines \n are interpreted as a new node on the same level The above example is typical of somethigng...
Hello, I have screen the forum for similar discussions, but have not found a solution : is there a possibility to format text in a way, that if it is pasted into FP, a structure of child nodes is create ? for example : node;node2;node3 node;node2;node4 node;node5;node6 would give something like : node --- node2 ---- node 3 \ -----node 4 \node5 ----- node 6 In the moment it seems that simply new lines \n are interpreted as a new node on the same level The above example is typical of somethigng that...
The two threads about getting this feature from docear made me test different ways and I found one which is not too much of a hassle : I'm using PDFXchange Editor from Tracker Soft (free version) as pdf reader. In the comments pane you have a button that will export the comments in different formats, csv works best for FreePlane. Actually exporting will directly open Notepad and you can directly copy and paste into FreePlane from there. However there is a lot of unnecessary information (name, time,...
I'm not a specialist, but it seems to me that as Doc ear has been based on Freeplane (and thus has profited of the code). is itself GNU licenced, it should be possible to get this part of their code into freeplane, no ? According to the 4th rule of GNU, "L'obligation de faire bénéficier la communauté des versions modifiées.", there should probably be an annoucement that this code is now available in Freeplane. And development of DocEar has been stopped for quite a while now.
Just to get the discussion going : I'm actually not using JabRef, but I have been following its development for quite a while. Unfortunately the integration with Libreoffice and journal specific formatting of references is just not good enough for me. So I'm using Mendeley and am relatively happy with this. However, I also use FreePlane for amnuscript as regulary link to pdf files in my information collection process for writing. And here it would just be immensely usefull to get the annotations...
Hello Alexandre, I would be very much interested in your plugin. Just as Werfusus i was also looking for a way to do what Docear is doing : being able to import the annotatinos from a pdf file. But your solution also seems to be very elegant to be. Would you be willing to share your plugin ? Cheers Oliver
I would very much be infavour of only point 2 : if there is a link to a pdf, then be able to fetch all annotations in the pdf and show them as subnodes. Gettgin this feature in Freeplane would just really improve it in one of my uses : scientific paper writing I'm not a programmer myself , but a big hooray to anybody who woudl tackle this (probably as a plugin :-)
Hello, I think it is a pity that one cannot have a local (green down-left arrow)...
What do you use Freeplane for? General overview of all my past/running/future projects...
For Thunderbird this works without any set-up or fiddeling directly by installing...
OK, I have posted the results of my logfine observations here : http://getpopfile.org/discussion/1/508...
Wow. thanks a lot for these tips. I will have a look at the logfiles tomorrow. And...
Don't know if this forum is still read by anyone : i have been using popfile for...
I concur completely with Miguel. I also cannot see why nodes in higher levels should...
I concur completely with Miguel. I also cannot see why nodes in higher levels should...
Can this alpha version be installed alongside the regular version ? I have had a...
Hello, does anybody know if it is possible to copy a node including a link to it...
as far as I remember I installed by going into the add-on window in Freeplane and...
No, the ATL+F1 key is not attributed to an action. The shortcuts keys were clearly...
Hello Henk, concerning the icon, using styles seems quite OK. concerning the node...
Hello Henk, I figured it out : for some reason the preference change of the date...
Hello Henk, sorry if I offended you in any way with my post. I did not want you to...
Hello Henk, thanks for your explanations. I have to admit that I don't use the GTD...
Hello Henk, thanks for your long reply. If you want we can go into a philosophical...
It is also not clear to me when the "today" icon will be used. I have set for several...
Hello, I have been playing more with GTDSynch. other than my project problem and...
I have played with GTD synch and I have one problem in the way it is functioning...
Hello, I have just discovered GTD Synch and I think its great. I however had an installation...
I'm using SimplyHTML (V0.16.07) from within Freeplane (V 1.3.12). It would be great...
Hello, I just discovered bibutils, and they seem immensemy usefull to me. Unfortunately...