-
Notifications
You must be signed in to change notification settings - Fork 466
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Create list of nodes #1551
Comments
Should be feasible |
I am looking for something similar - Where I can import a list and it make them into nodes Thank you. Example: # TESTING 4.x |
It doesn't exist yet but I'll propose something soon |
yes please, this would be a massive addition |
This has been implemented and will be in 0.99.56 but if you can test it already building from the current source code would be useful.
|
Thank you! This is exciting. Can confirm the single space and tab work exactly as match found per line, even if in the same file.
Ideally, if it could output an error when lines are skipped due to potential errors, that'd be a great catch. Another pile-on to this feature, if ever tempted, could be ignoring prefix special characters or assigning them as special symbols. I see the value in creating task lists, which can be quickly typed using notepad, then imported with 'to-do' boxes where the node would have the space to add additional information. |
I agree something should be done to prevent a line on a wrong level to be dropped. |
Should a placeholder node be implemented, it'd allow manual corrections with node names. If the node levels are adjusted, it would make level 3 nodes equal to subsequent level 2 nodes, likely leading to confusion in subject matter, IMO; so placeholders should be preferred, as you've already committed. 😄 Another feature idea popped up: there could be a case for import files to use incorrectly spaced lines under proper node titles to be used as comments. |
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
A clear and concise description of what you want to happen.
It would help me when I'm creating multiple sub-nodes, to manually to be able to paste a list of topics (delimited by a new line) into a textbox, and have each topic be an individual subnode.
Currently, I create a new node/subnode per each new topic, where this process can be optimized.
This textbox can be called from the import menu or by 'insert multiple nodes'? Currently, the closest method I can find is the Import > From folder of plain text files, where each file within a folder will be created as an individual subnode.
Let me know if this is feasible or additional clarifications are required, or external methods to getting the results are recommended (script create files with filenames of topics, then import as nodes)
Thanks for this critical piece of software!
The text was updated successfully, but these errors were encountered: