Sort Tags
Description | : | Sort items by whether they are complete or not. |
Download |
---|---|---|---|
Author(s) | : | Scurv | |
Category | : | Sort | |
Last Updated | : | June 19, 2016 | |
Requirements | : | OneNote 2010 or above | |
Screenshot | : | ||
![]() Sort Tags No screenshot available for this macro. |
|||
Changelog | : | June 19, 2016 (A1DC59) - Scurv These versions are no longer supported: August 28, 2014 - Scurv |
Could you make a macro like this but one that sorts by other tags?
I use to do boxes and categories for my to dos and I'd like to be able to sort by Done/Not Done and Category (Home/Work).
For example my list looks like this
[/] <W> Email proposal
[] <W> Finish the project
[] <H> Wash the car
[/] <H> contact Onetastic
[] <W> Discover a cure for Covid-19
Thanks :)
Ben
I didnt know that existed - its Brilliant - even Better :)
Have a great day!
Hope you are doing great!
I am trying to replace specific text with a tag symbol - ie the checklist To do Tag.
Every time it finds X1 replace with a To Do Box,
<Macro name=" Tag Symbol" category="Test" description="Replace Text with a tag" publishDate="00-00-00T00:00:00.000Z" version="14">
<Expression>$tag.symbol = 1</Expression>
<ForEach var="Text">
<Array>QueryObjects("Text", GetCurrentSection())</Array>
<Expression>$Text.selected = false</Expression>
</ForEach>
<ForEach var="Text">
<Array>QueryText(GetCurrentSection(), "X1", true)</Array>
<Expression>$Text.value = $tag</Expression>
</ForEach>
</Macro>
I have tried everything but can't get it to work :(
Any ideas?
Needs instructions as to how to get all the macros to work.
Thanks,